Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-16 | Merge:unlabeled-1.52.2 | phintuka | |
revision 1.68 Add mrl prefix ("file:") to escaped subtitle file name revision 1.62 Cosmetics revision 1.61 Simplify revision 1.60 Image player: escape only local filenames revision 1.59 Added an option to always map arrow keys to DVD menu navigation revision 1.55 Added UseResumeFile function | |||
2008-12-10 | Query CDDA track count before starting playback | phintuka | |
2008-10-19 | 1.0.3: Merge from trunk: | phintuka | |
Added input plugin type to cdda GETAUTOPLAYSIZE request. This makes it possible to query playlist size without opening the input plugin and without interfering the playback. | |||
2008-09-26 | int -> size_t | phintuka | |
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed infinite loop when trying to replay unaccessible DVD - Fixed infinite loop when trying to play only one unacessible or very short music file | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed DVD menu navigation when menu is not in title 0 | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed replaying images from network sources (http://, ...) (Thanks to Rolf Ahrenberg) | |||
2008-05-07 | Added metainfo menuxineliboutput-1_0_1 | phintuka | |
(Patch from Petri Helin) | |||
2008-04-03 | Use ID3Scanner also when only one is played back. | phelin | |
Start ID3Scanner when new files are queued to the playlist. | |||
2008-03-24 | Fix progressbar hiding | phintuka | |
2008-03-24 | Added kInfo, simplified kOk handling | phintuka | |
2008-03-16 | Use SetSubtitleTrackDevice | phintuka | |
2008-02-22 | Fix the DVD title and chapter information shown on the OSD. | phelin | |
2008-02-20 | Fix compilation with vdr-1.4.x | phintuka | |
2008-02-19 | Add short jumps to video player | phintuka | |
2008-02-19 | vdr-1.5.15 subtitle track selection | phintuka | |
2008-01-10 | Separate the keypress handling for video and audio files. | phelin | |
Enable track selection via numeric keys for audio files: "1" selects the first song in the playlist, "12" the 12th. Works only when playlist is not shown. | |||
2008-01-10 | Enable selecting which metainfo is shown. | phelin | |
2008-01-10 | Add Tracknumber for playlist items. | phelin | |
2008-01-10 | Replace Track with Title in playlist items. | phelin | |
2008-01-03 | Use "file:" mrl when replaying media files or images | phintuka | |
2007-11-25 | Change the function of the back key for the media player. | phelin | |
Now it does not end the replay but returns to the previous directory. | |||
2007-11-25 | Allow users to add single files to playlist as well as whole directories. | phelin | |
2007-10-15 | Remove vdr-1.3.x compability code (it won't work anyway) | phintuka | |
2007-09-28 | Hide replay progress bar while in DVD menu | phintuka | |
2007-09-17 | Fix DVD menu domain detection | phelin | |
2007-09-17 | Change the playlist behaviour so that kLeft and kPrev restart the current | phelin | |
entry if it has been playing more than three seconds. Otherwise a previous one is selected. | |||
2007-07-18 | Generate cStatus:Replaying message when DVD title changes | phintuka | |
(Patch from Petri Helin) | |||
2007-06-21 | Properly escape filenames before sending to xine | phintuka | |
Add external subtitle file directly to mrl | |||
2007-06-21 | Pass external subtitle file to media player | phintuka | |
2007-06-18 | Move subtitle position to config_t | phintuka | |
2007-05-14 | No changes | phintuka | |
2007-05-14 | Fixed kNext (next file) handling in random play mode (Patch from Petri Helin) | phintuka | |
Fixed kNext/kPrev status message generation (Patch from Petri Helin) Some code cleanup Added MsgReplaying function | |||
2007-04-23 | Do not return to media player file list after DVD playback | phintuka | |
(Patch from Petri Helin) | |||
2007-04-09 | Do not save resume positions <= 0 | phintuka | |
2007-04-02 | Do not create resume file if file was replayed (almost) to end (Reported by ↵ | phintuka | |
Matti Horila) Save resume position to 10 seconds before ("VDR style") | |||
2007-03-14 | Display (DVD) title when available | phintuka | |
2007-03-14 | strcpy -> strn0cpy | phintuka | |
2007-02-28 | Resume file creation fixed | phintuka | |
2007-01-14 | Fixed double entry in cdda playlist | phintuka | |
2007-01-13 | Use iconv wrapper to translate id3 tags from utf8 to VDR charset | phintuka | |
2007-01-07 | Refresh playlist menu when items have been added | phintuka | |
Added missing MsgReplaying when currently playing item is changed in playlist Fixed dvd menu detection | |||
2007-01-04 | Added missing MsgReplaying (reported by Riku Hintukainen) | phintuka | |
Fixed remove from playlist when currently playing item was removed | |||
2007-01-04 | Added multispeed modes to media player (Thanks to Petri Helin) | phintuka | |
Added Add/Remove/Sort functions to playlist menu (Suggested by Petri Helin) Show more metadata in playlist menu | |||
2006-12-24 | Playlist improved and moved to separate module (tools/playlist.c) | phintuka | |
Send Replaying status message when file changes (Thanks to Riku Hintukainen) Use metainfo from music files (Suggested by Petri Helin) Display dvd title (Suggested by Riku Hintukainen) Blink current position when paused (nice with lcd) | |||
2006-12-02 | DVD player key handling updates | phintuka | |
2006-10-18 | Use hotkey feature for SPU track selection | phintuka | |
2006-10-18 | Audio track selection | phintuka | |
2006-09-06 | Simple playlist + random play | phintuka | |
2006-09-01 | Modified OSD to behave more like in vdr dvbplayer | phintuka | |
Added playlist sorting Added recursive directory scan to implicit playlist creation Added (forward) trickspeed modes to DVD player |