Opened 17 years ago

Closed 15 years ago

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

Download all attachments as: .zip

Change History (19)

Changed 17 years ago by maverik044

Attachment: coverart.patch added

comment:1 Changed 17 years ago by maverik044

This patch assumes application of patch attached to ticket # 3477

comment:2 Changed 17 years ago by Anduin Withers

Owner: changed from Isaac Richards to Anduin Withers

Changed 17 years ago by maverik044

Attachment: coverart.2.patch added

Updated

comment:3 Changed 17 years ago by maverik044

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

Changed 15 years ago by Britney Fransen <britney.fransen@…>

Attachment: coverart.3.patch added

comment:4 Changed 15 years ago by Britney Fransen <britney.fransen@…>

Updated the patch to apply to 21-fixes 18952.

Changed 15 years ago by wstewart@…

Attachment: coverart.diff added

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

comment:5 Changed 15 years ago by wstewart@…

Updated for trunk

comment:6 Changed 15 years ago by Dibblah

Status: newassigned

Changed 15 years ago by wstewart@…

Attachment: coverart.2.diff added

Updated for SVN 20471

comment:7 Changed 15 years ago by wstewart@…

Updated patch for SVN 20471

Changed 15 years ago by robertm

Attachment: coverartosd.081809.diff added

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

comment:8 Changed 15 years ago by robertm

Owner: changed from Anduin Withers to robertm
Status: assignedstarted

Changed 15 years ago by robertm

Attachment: coverart.final.diff added

Updated to account for programinfo refactor

Changed 15 years ago by robertm

Attachment: coverart.082109.diff added

Few bugfixes, add support for eventual MythUI OSD

Changed 15 years ago by robertm

Attachment: coverart.082109.2.diff added

comment:9 Changed 15 years ago by robertm

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 Changed 15 years ago by stuartm

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