Opened 18 years ago
Closed 18 years ago
#3477 closed enhancement (fixed)
Allow mythvideo title and description to be shown in OSD if video file is DVD image
Reported by: | anonymous | Owned by: | Anduin Withers |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Mythtv internal player will not show movie title and description in the OSD if it thinks the video is a DVD. If the movie is a DVD image file (ISO, IMG), then the info will be in the database just as other movies types (ie. mpg).
This patch is a suggested enhancement that checks if the DVD is an image (ISO, IMG) and then enables the OSD to be shown for title/description. If its a real DVD, then the title/description will not be shown as it is now.
There are several ways to code this patch, so if you'd like it done differently,let me know, I'll change it accordingly to your instructions.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | videoosd.patch added |
---|
comment:1 by , 18 years ago
Owner: | changed from | to
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [13644]) Closes #3477
Alter the DVD case so that if a description and title are available they will be displayed in the OSD.
Thanks to "maverik044" for a patch implementing one possible way to do this.