add new flags to disable cleaning track and album titles

+ update readme
+
This commit is contained in:
geoffrey45
2023-05-05 23:11:56 +03:00
parent 51a5502efc
commit be7fc26fce
12 changed files with 171 additions and 105 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
import dataclasses
from dataclasses import dataclass
from app.settings import FromFlags, get_flag, ParserFlags
from .artist import ArtistMinimal
from app.settings import get_flag, ParserFlags
from app.utils.hashing import create_hash
from app.utils.parsers import split_artists, remove_prod, parse_feat_from_title, clean_title
from .artist import ArtistMinimal
@dataclass(slots=True)