[mythtv-commits] Ticket #11245: Changing DVD angles does not work correctly.

MythTV noreply at mythtv.org
Sat Nov 17 13:47:08 UTC 2012


#11245: Changing DVD angles does not work correctly.
-------------------------+----------------------------------
 Reporter:  peper03@…    |           Type:  Patch - Bug Fix
   Status:  new          |       Priority:  minor
Milestone:  unknown      |      Component:  MythTV - General
  Version:  Master Head  |       Severity:  medium
 Keywords:               |  Ticket locked:  0
-------------------------+----------------------------------
 Trying to change DVD angles does not work correctly because they are
 handled as 0-based in the Myth code (apart from the UI) but the VM handles
 them as 1-based.

 The general effect of this is that it is either not possible to change
 angles at all, or the wrong angle is selected.

 The attached patch makes angles 1-based throughout.

 Note that this also affects the SWITCHTOANGLE action in the Service API.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11245>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list