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):


Code:
--------------------
    
  http://192.168.1.201:9000/music/current/cover?player=B8:27:EB:94:AE:63
  
--------------------


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:


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
  
--------------------


The all lower case mac gets the correct cover art.


------------------------------------------------------------------------
sodface's Profile: http://forums.slimdevices.com/member.php?userid=19057
View this thread: http://forums.slimdevices.com/showthread.php?t=109772

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to