mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update supported audio files in settings.py
+ add win_replace_slash function to format win path strings + misc
This commit is contained in:
+5
-2
@@ -43,7 +43,10 @@ class Populate:
|
||||
|
||||
if len(dirs_to_scan) == 0:
|
||||
log.warning(
|
||||
"The root directory is not configured. Open the app in your web browser to configure."
|
||||
(
|
||||
"The root directory is not configured. "
|
||||
+ "Open the app in your webbrowser to configure."
|
||||
)
|
||||
)
|
||||
return
|
||||
|
||||
@@ -85,7 +88,7 @@ class Populate:
|
||||
|
||||
for file in tqdm(untagged, desc="Reading files"):
|
||||
if POPULATE_KEY != key:
|
||||
raise PopulateCancelledError('Populate key changed')
|
||||
raise PopulateCancelledError("Populate key changed")
|
||||
|
||||
tags = get_tags(file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user