Fix: add some more exclusion paths
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 25 Apr 2025 19:12:10 +0000 (21:12 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 25 Apr 2025 19:12:10 +0000 (21:12 +0200)
music_assistant/providers/filesystem_local/helpers.py

index 1f49ff0e5f21473f3be583eefe69d6eebff4014c..5b431adb4343548c72f3bfb173d2428643736b45 100644 (file)
@@ -8,7 +8,7 @@ from dataclasses import dataclass
 
 from music_assistant.helpers.compare import compare_strings
 
-IGNORE_DIRS = ("recycle", "Recently-Snaphot")
+IGNORE_DIRS = ("recycle", "Recently-Snaphot", "#recycle", "System Volume Information", "lost+found")
 
 
 @dataclass