mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
install libev on build scripts
+ fix: scanning system dirs on mac
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
from dataclasses import asdict
|
||||
import math
|
||||
import os
|
||||
from concurrent.futures import ProcessPoolExecutor
|
||||
import platform
|
||||
@@ -45,7 +44,7 @@ class CordinateMedia:
|
||||
)
|
||||
log.error(e) # REVIEW More informations = good
|
||||
else:
|
||||
log.warning(f"No internet connection. Downloading artist images suspended!")
|
||||
log.warning("No internet connection. Downloading artist images suspended!")
|
||||
|
||||
# Re-process the new artist images.
|
||||
if tried_to_download_new_images:
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import math
|
||||
import os
|
||||
from functools import partial
|
||||
from multiprocessing import Pool, cpu_count
|
||||
@@ -116,9 +115,6 @@ class IndexTracks:
|
||||
|
||||
return unmodified_paths, modified_tracks
|
||||
|
||||
def get_untagged(self):
|
||||
tracks = TrackTable.get_all()
|
||||
|
||||
@staticmethod
|
||||
def _process_file(file: str, config: UserConfig) -> dict | None:
|
||||
"""Worker function to process individual files"""
|
||||
|
||||
Reference in New Issue
Block a user