mopidy-subidy icon indicating copy to clipboard operation
mopidy-subidy copied to clipboard

feat: add coverart support

Open mgoltzsche opened this issue 1 year ago • 2 comments

Implements the get_images method within the LibraryProvider so that it returns image URLs for tracks and albums. The returned image URLs point to a new Mopidy endpoint /subidy/coverart/{id} which forwards/reverse-proxies requests to the Subsonic server's getCoverArt endpoint. This is to authenticate with the Subsonic server, to avoid increasing configuration complexity and to support setups where the user cannot reach the Subsonic server directly.

Tested against https://github.com/BinaryBrain/Beetstream/pull/15

mgoltzsche avatar Mar 26 '24 23:03 mgoltzsche

@Prior99 what's the state of this project? CI seems to be broken.

mgoltzsche avatar May 07 '24 22:05 mgoltzsche