[mythtv-commits] Ticket #3025: MythMusic configurable playback resume feature

MythTV mythtv at cvs.mythtv.org
Sat Mar 31 16:52:04 UTC 2007


#3025: MythMusic configurable playback resume feature
-------------------------------------------+--------------------------------
 Reporter:  mythtv at dadeos.freeserve.co.uk  |        Owner:  paulh 
     Type:  enhancement                    |       Status:  closed
 Priority:  minor                          |    Milestone:  0.21  
Component:  mythmusic                      |      Version:  0.20  
 Severity:  medium                         |   Resolution:  fixed 
-------------------------------------------+--------------------------------
Changes (by paulh):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [13153]) Add a configurable playback resume feature to MythMusic.

 This commit adds the ability to remember the current position in the music
 tree on the playback screen and move back to that position when it is
 restarted. It will work anywhere in the music tree and can also resume
 playback from the exact position in the track if you wish.

 It adds a "Resume Mode" settings that allows the user to select between
 "Off", "Track", and "Exact" modes.

 If the user is playing music and then exits while the music is still
 playing
 the exact position is stored and then upon re-entering MythMusic it will,
 depending on the above setting, either:-

 * Off    - resume playback from the beginning of the active play queue
            (existing behaviour)
 * Track  - resume playback from the beginning of the track that was
 playing
            before exiting.
 * Exact  - resume playback from the point in the last track before
 exiting.

 I didn't use the patch on the ticket because in most cases it failed to
 restore the correct track because it didn't take into account the fact
 that
 playlists can themselves contain playlists and also it wouldn't work if
 the
 user had 'Show entire music tree' turned on.

 Closes #3025.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3025#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list