Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-19 | Added input plugin type to cdda GETAUTOPLAYSIZE request. | phintuka | |
This makes it possible to query playlist size without opening the input plugin and without interfering the playback. | |||
2008-09-18 | Use number of DVD menu buttons to detect DVD menus when title = 0 method ↵ | phintuka | |
does not work | |||
2008-09-18 | Cosmetics | phintuka | |
2008-09-06 | Simplify | phintuka | |
2008-09-06 | Image player: escape only local filenames | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-07-20 | Added an option to always map arrow keys to DVD menu navigation | phintuka | |
(workaround for buggy menu domain detection) | |||
2008-07-15 | Fix infinite loop when trying to play only one unacessible or very short ↵ | phintuka | |
music file | |||
2008-07-14 | Add call of cXinelibDevice::Instance().EndOfStreamReached() to ↵ | phintuka | |
cXinelibPLayer::Playing() as those two are always used together | |||
2008-07-14 | m_Replaying --> m_Error | phintuka | |
Changed semantics: - initial state is no errors (was not replaying) - clear error state when replay is stopped (was -> not replaying) -> Replaying() returns true when playback has not yet been started or playback has ended | |||
2008-07-14 | Added UseResumeFile function | phintuka | |
2008-07-14 | cXinelibDvdPlayerControl::ProcessKey : Check for failed open when checking ↵ | phintuka | |
if replay has been ended | |||
2008-05-18 | int -> size_t | phintuka | |
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) |