Moode Forum

Full Version: Logo not shown on Radio Frequence3 (FLAC)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Moode would not show the logo for me for the FLAC stream of Frequence3.
The solution is the following:
As logo, add one of the following links in the sqlite database:

Code:
http://www.frequence3.fr/bundles/frequence3frontend/images/playerlive/pl-f3-logofull.png (black)
OR

http://www.frequence3.fr/bundles/frequence3frontend/images/playerlive/pl-f3-logowfull.png (white)

to update your sqlite, as root, do:
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_radio set logo='http://www.frequence3.fr/bundles/frequence3frontend/images/playerlive/pl-f3-logofull.png'"


enjoy!

Hendrik-Jan

P.S. I noticed that in teh flac stream I get no information on the song that is currently playing. Is there a way to still get this like in an mp3 stream?
Hi,

Just ran a quick test and the logo for Frequence3 is displayed, no issues.

That particular station is not injecting any metadata into their FLAC stream. There are quite a few stations that don't provide metadata.

Below shows the row in cfg_radio for that station and the location of the logo image file.

Code:
pi@rp3:~ $ sqlite3 -header /var/local/www/db/moode-sqlite3.db "select * from cfg_radio where name='fréquence3 (FLAC)'"
id|station|name|permalink|logo
52|http://hd.stream.frequence3.net/frequence3.flac|fréquence3 (FLAC)||local

pi@rp3:~ $ ls "/var/www/images/radio-logos/fréquence3 (FLAC).png"
/var/www/images/radio-logos/fréquence3 (FLAC).png

-Tim
Hi Tim,

I had the same settings, and for me no image displayed for this stream at all.
I thought I did something wrong, so I made an mp3 stream for this station, with a logo in /var/www/images/radio-logos
I also generated the sqlite line with in the column logo "local".
then I had:
1) a logo that displayed
2) information about what was played at that moment

The flac stream drove me crazy for not showing any image. I tried many other solutions as well, but in the end, this was the only one that worked for me...
I still don't see why the local image was and is not working for me.

Hendrik-Jan