get cover without session login?

Hi,
is there a possibility to get the covers by a single URL without having to start a session? I'm looking for the same mechanism like streaming audio files.
Thats working pretty good for streaming audio:
But the same thing for covers doesn't:
Am I missing something or does coverArt.view does not support usr/pwd via URL?
Thanks!
is there a possibility to get the covers by a single URL without having to start a session? I'm looking for the same mechanism like streaming audio files.
Thats working pretty good for streaming audio:
- Code: Select all
http://localhost:12345/stream?u=usr&p=pwd&player=2&pathUtf8Hex=<hex>&suffix=.mp3
But the same thing for covers doesn't:
- Code: Select all
http://localhost:12345/coverArt.view?u=usr&p=pwd&size=500&pathUtf8Hex=<hex>
Am I missing something or does coverArt.view does not support usr/pwd via URL?
Thanks!