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)
Change History (19)
by , 18 years ago
| Attachment: | coverart.patch added |
|---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Owner: | changed from to |
|---|
comment:3 by , 18 years ago
by , 17 years ago
| Attachment: | coverart.3.patch added |
|---|
by , 17 years ago
| Attachment: | coverart.diff added |
|---|
Updated for trunk. Not sure if this will apply to 0.21-fixes.
comment:6 by , 17 years ago
| Status: | new → assigned |
|---|
by , 16 years ago
| Attachment: | coverartosd.081809.diff added |
|---|
Update for current trunk, this version will work with SG URLs too.
comment:8 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → started |
by , 16 years ago
| Attachment: | coverart.final.diff added |
|---|
Updated to account for programinfo refactor
by , 16 years ago
| Attachment: | coverart.082109.diff added |
|---|
Few bugfixes, add support for eventual MythUI OSD
by , 16 years ago
| Attachment: | coverart.082109.2.diff added |
|---|
comment:9 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | started → closed |
comment:10 by , 16 years ago
| Milestone: | unknown → 0.22 |
|---|

This patch assumes application of patch attached to ticket # 3477