Improve metadata handling (#1552)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 11 Aug 2024 01:17:09 +0000 (03:17 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Aug 2024 01:17:09 +0000 (03:17 +0200)
commit04dbea957d688a103fd32ba31035edf44f4f5448
tree591d245de96c969f030b4ed65cc66e0dfd932070
parent5e7533a2c7d35274a649e3148f16b3fbd5d313f7
Improve metadata handling (#1552)
21 files changed:
music_assistant/common/models/provider.py
music_assistant/server/controllers/config.py
music_assistant/server/controllers/metadata.py
music_assistant/server/controllers/music.py
music_assistant/server/helpers/compare.py
music_assistant/server/providers/builtin/manifest.json
music_assistant/server/providers/fanarttv/__init__.py
music_assistant/server/providers/fanarttv/manifest.json
music_assistant/server/providers/filesystem_local/base.py
music_assistant/server/providers/fully_kiosk/manifest.json
music_assistant/server/providers/hass/manifest.json
music_assistant/server/providers/hass_players/manifest.json
music_assistant/server/providers/musicbrainz/manifest.json
music_assistant/server/providers/slimproto/manifest.json
music_assistant/server/providers/snapcast/manifest.json
music_assistant/server/providers/spotify/__init__.py
music_assistant/server/providers/test/manifest.json
music_assistant/server/providers/theaudiodb/__init__.py
music_assistant/server/providers/theaudiodb/manifest.json
tests/server/providers/filesystem/__init__.py [new file with mode: 0644]
tests/server/providers/filesystem/test_helpers.py [new file with mode: 0644]