Fix up Squeezeplay Playlist icon generation #1455
Merged
+0
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Within the last few years I have been noticing that Squeeze's Clear Playlist and Save Playlist icons are not always being generated.
I regularly see this:


But I should be seeing this:
I now realize that this arises because I switched from using the 'Default' skin to the 'Material' skin. The source images, from which the icons are generated, are located in the 'Default' skin hierarchy, and are not found when using 'Material'. They need to be in the generic fallback 'EN' hierarchy if they are to be found independently of the current skin in use.
This proposed change fixes the issue by moving the relevant source images into the 'EN' hierarchy.
It also removes a couple of other redundant images from the 'Default' hierarchy. These are binary duplicates of images already present in the 'EN' hierarchy, and serve no purpose. (Images are
cover.pngandradio.png).Remark:
Not all of the playlist related images are actively in use. Only
playlistclear.pngandplaylistsave.pngare actively referenced. But it makes sense to move all other related artwork. (blank.pngwas historically used as the 'save' and 'clear' icon in early versions of Squeezeplay).This is a list of the playlist related images that will be moved: