This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8607 - MPEG video playlist
Attached to Project:
Rockbox
Opened by Andree Boeger (Candy) - Thursday, 14 February 2008, 09:50 GMT+2
Last edited by Teruaki Kawashima (teru) - Friday, 26 November 2010, 13:49 GMT+2
Opened by Andree Boeger (Candy) - Thursday, 14 February 2008, 09:50 GMT+2
Last edited by Teruaki Kawashima (teru) - Friday, 26 November 2010, 13:49 GMT+2
|
DetailsIf play mode = file, mpegplayer plays a video and stops at the end of the video, returning to the file browser (as it is the state now). In case of play mode = directory mpegplayer assumes a playlist which is identical to the current directory (lexically order of the files). This is the same behaviour, as if rockbox plays an audio file selected from the file browser. The playback stops when the last file in the directory has been played.
Having this playlist, you can easyly skip to the next or the previous video file by pressing the FF or RW button shortly. It makes sense to switch the resume option to "Play from beginning", if you want to watch one video after another, but it's not neccessary. |
This task depends upon
Closed by Teruaki Kawashima (teru)
Friday, 26 November 2010, 13:49 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r28667
Friday, 26 November 2010, 13:49 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r28667
http://svn.rockbox.org/viewvc.cgi/trunk/apps/plugins/mpegplayer/mpeg_settings.c?r1=21305;r2=21306;pathrev=21306
* short press of button for rewinding starts current video from the beginning if postition is not near the beginning regardless the resume option.
* Don't change video by pressing left or right button if in single mode.
* Add item to change video to menu.
* don't do stream_init and stream_exit when change video. don't know if it is done correctly.