Open Orestos opened 2 years ago
Same problem as connecting via Spotify
Isue ist somewhere in line 143
metaDict['coverurl'] = urllib.parse.unquote(metaDict['coverurl'])
i commented it out and it went well - without display cover anymore.
solution: i moved the line metaDict['coverurl'] = urllib.parse.unquote(metaDict['coverurl'])
down to line 165 and did:
if metaDict['source'} == 'radio': metaDict['coverurl'] = urllib.parse.unquote(metaDict['coverurl'])
now it runs very well :)
my first time doing something in python, so i dont know if everythins is nice. perhaps source library didn't work that way, but i dont use it. only Radio, Bluetooth, spotify and snapclient :)
Script crash after connecting via Bluetooth, After stopping the Service and trying to start the script manually i get this:
After disconneting bluetooth i can start the script without problems. i checked if the metafile would be updated and it is - i think there is a problem with this script.