FoxxMD / multi-scrobbler

Scrobble plays from multiple sources to multiple clients
https://foxxmd.github.io/multi-scrobbler
MIT License
346 stars 16 forks source link

[Question] Images #128

Closed duckfromdiscord closed 8 months ago

duckfromdiscord commented 8 months ago

How is album/track art handled in multi-scrobbler? Is it exposed to the scrobbling backends? I'm in the process of creating a PR to maloja that allows image data to be included alongside scrobble data, and I was considering creating a PR to multi-scrobbler that would include image data in scrobbles. But I need to know whether multi-scrobbler exposes direct URLs to images, or base64 encoded images.

FoxxMD commented 8 months ago

It doesn't currently do any kind of image handling.

duckfromdiscord commented 8 months ago

No problem then!