feat: add --no-feat flag to disable extracting featured artists

+ support square brackets when extracting featured artists
+ remove feat artists from track title
+ fix dir browser for linux
This commit is contained in:
geoffrey45
2023-02-01 13:34:53 +03:00
parent 7e15680f26
commit 95c1524b68
8 changed files with 95 additions and 44 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class SearchTracks:
Gets all songs with a given title.
"""
tracks = [track.title for track in self.tracks]
tracks = [track.og_title for track in self.tracks]
results = process.extract(
self.query,
tracks,