Opened 14 years ago
Closed 14 years ago
#11245 closed Patch - Bug Fix (Fixed)
Changing DVD angles does not work correctly.
| Reported by: | 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)
Change History (4)
by , 14 years ago
| Attachment: | 0001-Changed-DVD-angle-handling-to-be-1-based-throughout-.patch added |
|---|
comment:1 by , 14 years ago
| Milestone: | unknown → 0.27 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:2 by , 14 years ago
| Component: | MythTV - General → MythTV - DVD Playback |
|---|
comment:3 by , 14 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

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