sane-tag-music: force tracknumber empty for Singles
This commit is contained in:
@@ -258,6 +258,7 @@ class Tags:
|
||||
for artist in self.albumartist[::-1] + self.artist[::-1]:
|
||||
if loose_compare_str(self.album[0], "Singles") or loose_compare_str(self.album[0], artist):
|
||||
self.album = [ artist ]
|
||||
self.tracknumber = []
|
||||
|
||||
def to_path(self, ext: str) -> str | None:
|
||||
artist = self.albumartist or self.artist
|
||||
|
Reference in New Issue
Block a user