Releases: trybula/RpiPythonCDPlayer
Releases · trybula/RpiPythonCDPlayer
Hotfix
Hotfixes
- Added timeout on fetchdata (sometimes it lagged idk why)
- Better "no cd" handling
- Switched default Artist value from none to "unknown" so it doesnt crush last.fm scrobbler
- Also i decided not to switch to rgb tft display. For such a project 1602 lcd is good old solution, very easy to use, and using low resources
Minor fixes
Some bux fixes
Bt support with menu and control
First you need to set everything for the bt playback. Fortunately @nicokaiser made this awsome script. Its all you really need. Bt is active and ready whole the time, running it from menu just shows meta data. Its also worth mentioning MillerTime and his post from StackOverflow, on which my bt script is based