Add artist and release mbids to listenbrainz scobbles (#2048)
authorIan Campbell <ijc@users.noreply.github.com>
Tue, 25 Mar 2025 15:46:44 +0000 (15:46 +0000)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 15:46:44 +0000 (16:46 +0100)
commita2e48e1032d3d0d45e56fe64661c47edc015c8bd
tree16a0bb9e7769d3949476da30e3771e6d399f939b
parent56b1ab9871998ea2cdd77a774049828eea9539fd
Add artist and release mbids to listenbrainz scobbles (#2048)

* Chore: bump models to 1.1.41

Set various new fields to None

* Add artist and release mbids to listenbrainz scobbles

https://github.com/music-assistant/models/pull/63 adds the relevant fields to
`MediaItemPlaybackProgressReport`.
music_assistant/controllers/player_queues.py
music_assistant/providers/audiobookshelf/parsers.py
music_assistant/providers/filesystem_local/__init__.py
music_assistant/providers/listenbrainz_scrobble/__init__.py
music_assistant/providers/opensubsonic/sonic_provider.py
music_assistant/providers/test/__init__.py
pyproject.toml
requirements_all.txt
tests/core/test_scrobbler.py