paf wrote: > Well, to be honest I have never understood the way the SqueezeBoxes > works in connection with cover art, with radio station pictures and even > the switching between LMS and MySqueezeBox.com is still a mystery for me > after many years (even if I have been a software engineer for years...)! > > Until a few months ago, I had no LMS and I used MySqueezeBox.com for my > my radio favorites and I got, depending on which radio station, the > cover art or the station picture. This was OK. For a few months now, I > get usually the picture of the wrong radio station picture, which is > bad. > > So I left MySqueezeBox.com, installed LMS over max2play on a Raspberry > PI and saved my favorite radios on LMS. As I don't find most stations > using the search function of LMS, I just enter the URL as a favorite, > which works perfectly, except that now I only get a heart picture > (standard favorite picture). > > Trying to replace the heart with a small (generic) radio picture was a > try to easily (I hoped) have something pretty(er) on the display. But > what I would like to have, in the order of preference, is still: > > > > - Cover art of the song being played now. If not, then - the radio station picture. If not, then - a generic picture but not the heart! > > > > Any clues about how to achieve one of these goals would be greatly > appreciated! > > Regards > Patrick
@paf Patrick, album cover art is only on the web page for the station. Here is how I did the radio station image, proceed at your own risk I have LMS installed on raspberry PI OS Buster Desktop Max2play should be the same procedure, but check the file paths. I saved this url https://energyalltimehits.ice.infomaniak.ch/energyalltimehits-high.mp3 as a favourite with the name Energy all time hits I SSH into the pi and stopped LMS from running then, made sure I was in home Code: -------------------- cd ~ -------------------- I downloaded the .png of the image Code: -------------------- wget https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/24/49/123836/1/c300.png -------------------- this gave me a file called c300.png I moved it to the favourite image folder Code: -------------------- sudo mv c300.png /usr/share/perl5/Slim/Plugin/Favorites/HTML/EN/html/images -------------------- Then I opened the favourites.opml Code: -------------------- sudo nano /var/lib/squeezeboxserver/prefs/favorites.opml -------------------- and edited the line for Energy all time hits, the red text Code: -------------------- <outline URL="https://energyalltimehits.ice.infomaniak.ch/energyalltimehits-high.mp3" icon="html/images/c300.png" text="Energy all time hits" type="audio" /> -------------------- Saved and exited ( Ctrl +X, Y, Enter) sudo reboot LMS starts on reboot ronnie I used the RadioNet Plugin to find the radio station and right clicked the image for the link ------------------------------------------------------------------------ Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627 View this thread: http://forums.slimdevices.com/showthread.php?t=109951 _______________________________________________ squeezenetwork mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezenetwork
