Opened 14 years ago
Closed 3 years ago
#9597 closed Patch - Feature (Trac EOL)
Add support for random artwork in mythui
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 29.2 |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This patch adds support for mythui images to be pulled randomly from the fanart, coverart, and banners directories as defined by the front end mythvideo settings. It does not currently support storage groups. To use, simply add an imagestate to your ui xml and add a filename using of the special tags: %FANART% %BANNERART% or %COVERART%
Patches for fixes/0.24 and master are attached. Only the fixes/0.24 patch is tested as I do not currently have a box running master.
Attachments (4)
Change History (17)
Changed 14 years ago by
Attachment: | randomfanart_fixes24.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from stuartm to robertm |
---|---|
Status: | new → assigned |
Patch is not acceptable, needs to support storage groups, and variable names should be "BANNERS" rather than bannerart, and screenshots need to be supported.
If you would do the preceding we can think about this, but using the legacy local locations is probably a non-starter.
comment:2 Changed 14 years ago by
Status: | assigned → infoneeded |
---|
Changed 14 years ago by
Attachment: | randomsg_fixes24.patch added |
---|
fixes/0.24 patch with storage group support
Changed 14 years ago by
Attachment: | randomsg_master.patch added |
---|
master patch with storage group support
comment:3 Changed 14 years ago by
Status: | infoneeded → assigned |
---|
Updated patch adds support for mythui images to be pulled randomly from any storage group. To use, simply add an imagestate to your ui xml and add a filename using of the special tag: %SG_<storage group name>%. Likely storage groups would be the special metadata groups, but any could be used. Storage group code will fall back to the Default group if the specified group does not exist and make up to 10 attempts at finding a random image file in the given group.
Patches for fixes/0.24 and master are attached. Only the fixes/0.24 patch is tested as I do not currently have a box running master.
comment:4 Changed 13 years ago by
Version: | Unspecified → Trunk Head |
---|
comment:5 Changed 13 years ago by
Owner: | robertm deleted |
---|
comment:6 Changed 13 years ago by
Status: | assigned → new |
---|
comment:7 Changed 11 years ago by
Milestone: | unknown → 0.28 |
---|---|
Owner: | set to stuartm |
Status: | new → accepted |
comment:10 Changed 7 years ago by
Milestone: | 29.0 → 29.1 |
---|
comment:11 Changed 7 years ago by
Milestone: | 29.1 → 0.28.2 |
---|
Moving remaining open tickets to 0.28.2 milestone
comment:12 Changed 7 years ago by
Milestone: | 0.28.2 → 29.2 |
---|
Moving remaining open tickets to 29.2 milestone
comment:13 Changed 3 years ago by
Resolution: | → Trac EOL |
---|---|
Status: | accepted → closed |
We have moved all bug tracking to github [1]
If you continue to have this issue, please open a new issue at github, referencing this ticket.
fixes/0.24 patch