mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
Save complete tracks and albums to the db for faster startup
- refactor function locations - add logger - check for new tracks instead of re-processing all files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Contains default configs
|
||||
"""
|
||||
from dataclasses import dataclass
|
||||
import os
|
||||
|
||||
# paths
|
||||
@@ -32,3 +33,7 @@ P_COLORS = [
|
||||
"rgb(141, 132, 2)",
|
||||
"rgb(141, 11, 2)",
|
||||
]
|
||||
|
||||
|
||||
class logger:
|
||||
enable = True
|
||||
Reference in New Issue
Block a user