04-19-2023, 05:27 PM
Good Evening Everyone
I have been using MoodeAudio along with Pimoroni PirateAudio for a few years with no issue as far as sound or the TFT screen showing artwork. Never was able to get the four buttons to work but oh well. Music played and artwork displayed properly. I never was able to get the artwork to run as a service but it always worked if I ran the script manually.
Last week I updated to 8.3.1 and have not been able to obtain the TFT cover art since. I have reloaded the software multiple times and had the same luck. The screen will flash but goes blank as if it wants to work but will not pass that point when running the script now.
I have spent countless hours reading thru post and install guides with not luck. The guide I have used is https://github.com/rusconi/TFT-MoodeCoverArt
I must have done something as I now get the attached image when attempting to start the script manually. Never have gotten it to run as a service.
The music plays great with not issue at all. Would like for the screen to work but it isnt the end of the world if it doesnt!!
pi@MoodeAudio:~/TFT-MoodeCoverArt $ python3 /home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py
Traceback (most recent call last):
File "/home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py", line 409, in <module>
main()
File "/home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py", line 251, in main
moode_meta = getMoodeMetadata(filename)
File "/home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py", line 154, in getMoodeMetadata
metaDict['coverurl'] = urllib.parse.unquote(metaDict['coverurl'])
KeyError: 'coverurl'
Any guidance would be greatly appreciated. I am entirely a noobie so please let me know what info is needed.
I have been using MoodeAudio along with Pimoroni PirateAudio for a few years with no issue as far as sound or the TFT screen showing artwork. Never was able to get the four buttons to work but oh well. Music played and artwork displayed properly. I never was able to get the artwork to run as a service but it always worked if I ran the script manually.
Last week I updated to 8.3.1 and have not been able to obtain the TFT cover art since. I have reloaded the software multiple times and had the same luck. The screen will flash but goes blank as if it wants to work but will not pass that point when running the script now.
I have spent countless hours reading thru post and install guides with not luck. The guide I have used is https://github.com/rusconi/TFT-MoodeCoverArt
I must have done something as I now get the attached image when attempting to start the script manually. Never have gotten it to run as a service.
The music plays great with not issue at all. Would like for the screen to work but it isnt the end of the world if it doesnt!!
pi@MoodeAudio:~/TFT-MoodeCoverArt $ python3 /home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py
Traceback (most recent call last):
File "/home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py", line 409, in <module>
main()
File "/home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py", line 251, in main
moode_meta = getMoodeMetadata(filename)
File "/home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py", line 154, in getMoodeMetadata
metaDict['coverurl'] = urllib.parse.unquote(metaDict['coverurl'])
KeyError: 'coverurl'
Any guidance would be greatly appreciated. I am entirely a noobie so please let me know what info is needed.