Improvements for filesystem provider sync (#391)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 30 Jun 2022 23:55:59 +0000 (01:55 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 23:55:59 +0000 (01:55 +0200)
commitf6ebdead78e4ce559bcb0c6995b89fead0ab7162
tree16962d39178093f050111630e2eee1b169d7e7d5
parente0eeef0beaa94e70dc2de352b60a30bc8181f092
Improvements for filesystem provider sync (#391)

small fixes for filesystem provider

- do not crash on single directory
- fix folder.png for albums
- overwrite existing metadata on tag changes
- keep checksum for cached listings
music_assistant/controllers/music/albums.py
music_assistant/controllers/music/artists.py
music_assistant/controllers/music/tracks.py
music_assistant/helpers/compare.py
music_assistant/models/media_controller.py
music_assistant/music_providers/filesystem.py