add methods to extract base album title from an album title string

+ add methods to extract album versions
+ implement these methods in the album model class
This commit is contained in:
geoffrey45
2023-04-22 15:12:59 +03:00
parent 1fc340cb95
commit 3d5ee855d8
3 changed files with 59 additions and 1 deletions
+3
View File
@@ -132,6 +132,9 @@ class FromFlags:
Whether to remove the producers from the song title.
"""
REMOVE_REMASTER = True
MERGE_REMASTERS = True
class TCOLOR:
"""