Skip to main content
/
/
/
/
/
Improve local album and artist folder matching (#5939) · f4ee624 | Yannick Schulz
Code
/
music-assistant-server
/
Commits
/
f4ee624
music-assistant-server
Branch:
dev-lidarr-plugin
Repository
All Commits
Browse at this commit
Commit Details
Improve local album and artist folder matching (#5939)
f4ee624
Forgejo
Author
Marcel van der Veldt
<
[email protected]
>
August 26, 2026 at 06:15 PM UTC
Committer
GitHub
<
[email protected]
>
August 26, 2026 at 06:15 PM UTC
1035
additions
248
deletions
12
files changed
Parent commits
1b4e3a9
Changes
12 files
+1035
-248
Unified
Expand all
Collapse all
Changed Files (12)
music_assistant/providers/filesystem_local/
__init__.py
+797
-131
cue.py
+2
-95
helpers.py
+62
-13
parsers.py
+1
-1
music_assistant/providers/webdav/
provider.py
tests/providers/filesystem/
test_artist_path.py
test_cue_integration.py
test_helpers.py
+1
test_metadata_file_cache.py
+97
-5
test_nfo_resolution.py
test_parsers.py
+1
-1
test_sync_resilience.py
+74
-2
music_assistant/providers/filesystem_local/__init__.py
+797
-131
music_assistant/providers/filesystem_local/cue.py
+2
-95
music_assistant/providers/filesystem_local/helpers.py
+62
-13
music_assistant/providers/filesystem_local/parsers.py
+1
-1
music_assistant/providers/webdav/provider.py
tests/providers/filesystem/test_artist_path.py
tests/providers/filesystem/test_cue_integration.py
tests/providers/filesystem/test_helpers.py
+1
tests/providers/filesystem/test_metadata_file_cache.py
+97
-5
tests/providers/filesystem/test_nfo_resolution.py
tests/providers/filesystem/test_parsers.py
+1
-1
tests/providers/filesystem/test_sync_resilience.py
+74
-2