Opened 17 years ago

Closed 17 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)

videoosd.patch (2.3 KB) - added by maverik044 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by maverik044

Attachment: videoosd.patch added

comment:1 Changed 17 years ago by Anduin Withers

Owner: changed from Isaac Richards to Anduin Withers

comment:2 Changed 17 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(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.

Note: See TracTickets for help on using tickets.