Thank you for your donation!


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


Instruction Guide 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi
Hi Francesco

Thank you for reporting this, and congratulations on getting your setup working!

mpd_oled queries both Moode and MPD for display data on Moode. It gets the bitrate from MPD. The Moode value is fixed, but the MPD value can vary for some streams, which I thought would be more interesting to display. If mpd_oled shows nothing for this value it is most likely because when it queries MPD the result is either zero or no value. You can check what Moode reports for the bitrate by listing `/var/local/www/currentsong.txt`, and see that the value is not provided.

Code:
$ cat /var/local/www/currentsong.txt

file=http://mscp2.live-streams.nl:8100/flac.flac
artist=Radio station
album=Hi On Line - Pop (FLAC)
...
bitrate=
...
state=play

Compared to another radio station
Code:
$ cat /var/local/www/currentsong.txt

file=http://mediaserv30.live-streams.nl:8086/live
artist=Radio station
album=Hi On Line - Pop (320K)
...
bitrate=320 kbps
...
state=play

Adrian.
Reply


Messages In This Thread
RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - by adrii - 02-10-2021, 08:04 AM
RE: help me - by ghera78 - 02-28-2020, 08:01 AM
RE: help me - by ghera78 - 02-28-2020, 01:17 PM

Forum Jump: