Opened 11 years ago

Closed 11 years ago

#11245 closed Patch - Bug Fix (Fixed)

Changing DVD angles does not work correctly.

Reported by: peper03@… Owned by: stuartm
Priority: minor Milestone: 0.27
Component: MythTV - DVD Playback Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

Attachments (1)

0001-Changed-DVD-angle-handling-to-be-1-based-throughout-.patch (2.7 KB) - added by peper03@… 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by peper03@…

comment:1 Changed 11 years ago by stuartm

Milestone: unknown0.27
Owner: set to stuartm
Status: newaccepted

comment:2 Changed 11 years ago by stuartm

Component: MythTV - GeneralMythTV - DVD Playback

comment:3 Changed 11 years ago by stuartm

Resolution: Fixed
Status: acceptedclosed

Fixed in master [3e01436], 0.26-fixes [340b5d4] and 0.25-fixes [8604d5a]

Note: See TracTickets for help on using tickets.