Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11609 closed Patch - Bug Fix (fixed)
DVD bookmarks are unreliable
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - DVD Playback | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
DVD bookmarks are currently stored by saving the title and frame number along with the selected audio and subtitle tracks. This works for some DVDs but not for others. Any DVD making use of values stored in the general purpose registers will have problems.
The attached patch adds code to store and restore the complete state of the DVD VM. As this contains all the information the VM had at the time the bookmark was created, resuming from a bookmark should be completely reliable.
Reading of existing bookmarks is supported with this patch but only the new state data will be written.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | 0001-Implement-DVD-bookmarks-by-saving-and-restoring-the-.patch added |
---|
comment:1 Changed 12 years ago by
Owner: | set to Richard <peper03@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | unknown → 0.27 |
---|
In 4f023d72227d6f3be654fc1615483290674c288d/mythtv: