Maybe this is known, but in case not, I can use this url in a browser to display the correct cover art (notice mac is all caps):
But if I wget from the command line the same url it gets a default icon cover art, notice the file size difference between the two requests with the only change being the case of the mac address:
The all lower case mac gets the correct cover art.
Code:
http://192.168.1.201:9000/music/current/cover?player=B8:27:EB:94:AE:63
Code:
root@pi3-LMS:/home/tc# wget http://192.168.1.201:9000/music/current/cover?player=B8:27:EB:94:AE:63 -O cover
Connecting to 192.168.1.201:9000 (192.168.1.201:9000)
cover 100% |**********************************************************************************| 30980 0:00:00 ETA
root@pi3-LMS:/home/tc# wget http://192.168.1.201:9000/music/current/cover?player=b8:27:eb:94:ae:63 -O cover
Connecting to 192.168.1.201:9000 (192.168.1.201:9000)
cover 100% |**********************************************************************************| 126k 0:00:00 ETA