[mythtv-commits] Ticket #8658: Bluray title switching support

MythTV mythtv at cvs.mythtv.org
Thu Jul 15 18:01:40 UTC 2010


#8658: Bluray title switching support
-----------------------------------+----------------------------------------
 Reporter:  stuartm                |       Owner:  skamithi  
     Type:  task                   |      Status:  new       
 Priority:  trivial                |   Milestone:  0.24      
Component:  MythTV - DVD Playback  |     Version:  Trunk Head
 Severity:  low                    |     Mlocked:  0         
-----------------------------------+----------------------------------------
 Simple patch which looks more complicated because of the number of
 wrappers and files it touches. Adds support for switching titles from the
 OSD menu, it's not enabled by default so you need to do that in the OSD
 menu editor.

 Issues remaining:
  * A number of irrelevant titles are included in the list, Plan to filter
 out anything with a duration of less than 2 minutes and maybe longer if it
 proves necessary
  * No key bindings are currently tied to switching, once I decide which
 action would be most appropriate I'll add that.
  * User friendly names for titles would be fantastic but it's not known if
 Bluray includes such metadata and it's not currently exposed by libbluray
 even if it does.
  * Some things like title length aren't properly updated when switching.

 Implementation mirrors chapter support. I figure the existing DVD title
 switching functions can be switched over to the new functions by moving
 the old logic to MythDVDPlayer. Possibly we can even refactor LiveTV chain
 and playlist switching to the new common functions which is appealing.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8658>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list