Opened 18 years ago

Closed 16 years ago

Last modified 16 years ago

#3493 closed enhancement (fixed)

Display coverart in OSD for mythvideo

Reported by: anonymous Owned by: robertm
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Proposed enhancement to display video coverart in OSD for mythvideo.

Normally this area is blank because it is reserved for the channel icon and stuff.

Need to add the following to osd.xml in the appropriate OSD theme folder to the program_info container:

<image name="coverart">

<position>12,344</position> <staticsize>80,130</staticsize>

</image>

This works for Retro OSD, position and staticsize may need to change for other themes.

Attachments (9)

coverart.patch (3.4 KB ) - added by maverik044 18 years ago.
coverart.2.patch (3.8 KB ) - added by maverik044 18 years ago.
Updated
coverart.3.patch (3.7 KB ) - added by Britney Fransen <britney.fransen@…> 17 years ago.
coverart.diff (3.1 KB ) - added by wstewart@… 17 years ago.
Updated for trunk. Not sure if this will apply to 0.21-fixes.
coverart.2.diff (3.2 KB ) - added by wstewart@… 17 years ago.
Updated for SVN 20471
coverartosd.081809.diff (2.5 KB ) - added by robertm 16 years ago.
Update for current trunk, this version will work with SG URLs too.
coverart.final.diff (2.2 KB ) - added by robertm 16 years ago.
Updated to account for programinfo refactor
coverart.082109.diff (2.8 KB ) - added by robertm 16 years ago.
Few bugfixes, add support for eventual MythUI OSD
coverart.082109.2.diff (2.4 KB ) - added by robertm 16 years ago.

Download all attachments as: .zip

Change History (19)

by maverik044, 18 years ago

Attachment: coverart.patch added

comment:1 by maverik044, 18 years ago

This patch assumes application of patch attached to ticket # 3477

comment:2 by Anduin Withers, 18 years ago

Owner: changed from Isaac Richards to Anduin Withers

by maverik044, 18 years ago

Attachment: coverart.2.patch added

Updated

comment:3 by maverik044, 18 years ago

patch updated to not require ticket #3477 (since ticket #3477 was implemented in different and more elegant way)

by Britney Fransen <britney.fransen@…>, 17 years ago

Attachment: coverart.3.patch added

comment:4 by Britney Fransen <britney.fransen@…>, 17 years ago

Updated the patch to apply to 21-fixes 18952.

by wstewart@…, 17 years ago

Attachment: coverart.diff added

Updated for trunk. Not sure if this will apply to 0.21-fixes.

comment:5 by wstewart@…, 17 years ago

Updated for trunk

comment:6 by Dibblah, 17 years ago

Status: newassigned

by wstewart@…, 17 years ago

Attachment: coverart.2.diff added

Updated for SVN 20471

comment:7 by wstewart@…, 17 years ago

Updated patch for SVN 20471

by robertm, 16 years ago

Attachment: coverartosd.081809.diff added

Update for current trunk, this version will work with SG URLs too.

comment:8 by robertm, 16 years ago

Owner: changed from Anduin Withers to robertm
Status: assignedstarted

by robertm, 16 years ago

Attachment: coverart.final.diff added

Updated to account for programinfo refactor

by robertm, 16 years ago

Attachment: coverart.082109.diff added

Few bugfixes, add support for eventual MythUI OSD

by robertm, 16 years ago

Attachment: coverart.082109.2.diff added

comment:9 by robertm, 16 years ago

Resolution: fixed
Status: startedclosed

(In [21423]) Fixes #3493. Add support for MythVideo Coverart images in the OSD. Only currently supports local mount coverart, but is written in anticipation of a MythUI OSD. Once the OSD is MythUI'd it will already support image load from SGs. Review and signoff by cpinkham.

comment:10 by stuartm, 16 years ago

Milestone: unknown0.22
Note: See TracTickets for help on using tickets.