It really drives me crazy - but maybe someone can help me. Up to now I changed my favorite icons in the '/var/lib/squeezeboxserver/prefs/favorites.ompl'. See also
https://forums.slimdevices.com/showt...=1#post1020806
But no matter what I do, the default icon is always displayed. Every action in the Web UI means that the default path is also set again in the opml file e.g.:
coming from e.g.:
or also
Server Log says nothing :( Is there another way to change the favorite icons?
https://forums.slimdevices.com/showt...=1#post1020806
But no matter what I do, the default icon is always displayed. Every action in the Web UI means that the default path is also set again in the opml file e.g.:
Code:
<outline URL="randomplay://track" icon="html/images/favorites.png" text="Song Mix" type="audio" />
Code:
<outline URL="randomplay://track" icon="html/images/MyOwnIcon.png" text="Song Mix" type="audio" />
Code:
<outline URL="randomplay://track" icon="https://SomeImagesServer/AlternativeIcon.png" text="Song Mix" type="audio" />