Quantcast
Channel: Squeezebox : Community : Forums - Logitech Media Server
Viewing all articles
Browse latest Browse all 5300

Case Sensitive Player MAC with wget but Not HTTP?

$
0
0
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.

Viewing all articles
Browse latest Browse all 5300

Trending Articles