dhrone / pydPiper

A general purpose program to display song metadata on LCD and OLED devices
MIT License
78 stars 36 forks source link

bitrate not working #92

Closed NicoOosterwijk closed 4 years ago

NicoOosterwijk commented 4 years ago

When trying to display the bitrate, the variable 'bitrate' does not show anything on the display. Using volumio, on the cli with command 'volumio status' I can see the bitrate just fine with a value of 128 kbps.

dhrone commented 4 years ago

Ok. I just looked into this and found out that Volumio has only recently added bitrate to the list of status variables it supports. I made a quick but untested change to musicdata_volumio2.py to address this. If you are running the latest code from the 'master' branch just pull the latest and give it a try.

If you are not running from the 'master' branch, let me know what specific version you are running and how it was installed and I'll try to give you direction to install the change.

NicoOosterwijk commented 4 years ago

perfect! Works like a charm, thank you!