Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Logo not shown on Radio Frequence3 (FLAC)
#1
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?
Reply
#2
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
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
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
Reply


Forum Jump: