Opened 11 years ago

Closed 11 years ago

#11776 closed Bug Report - General (fixed)

The buttonimage field in the tracks_list buttonlist in the searchview window in music-ui.xml is hard coded to the theme default/mm_nothumb.png image it should be theme able.

Reported by: harley@… Owned by: paulh
Priority: minor Milestone: 0.27
Component: Plugin - MythMusic Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If you try and change the filename under the buttonimage field it is ignored and displays the image mm_no_thumb.png from the default theme. This should be theme able like it is everywhere else.

Line number 164 in music-ui.xml of the default theme. <imagetype name="buttonimage">

<area>3,3,34,34</area> <filename>mm_nothumb.png</filename>

</imagetype>

Change History (2)

comment:1 Changed 11 years ago by paulh

Component: MythTV - GeneralPlugin - MythMusic
Milestone: unknown0.27
Owner: set to paulh
Status: newassigned

You can add your own version of mm_nothumb.png to your theme which will be used in preference to the default one but you are right it shouldn't be hard coded to that filename. When that screen was coded there was no way to reset the images in buttonlist items but that was fixed some time ago so I will change it to use the default you specify in the theme.

comment:2 Changed 11 years ago by Paul Harrison <pharrison@…>

Resolution: fixed
Status: assignedclosed

In 0413a670648cf9290b5dff54463844ebc8667dfe/mythtv:

MythMusic: Don't hardcode the name of the default cover image in SearchView?

Fixes #11776.

Note: See TracTickets for help on using tickets.