add a store method to count the number of tracks in a folder

~ Courtesy of chatgpt3.5
+ add a few a TODO
This commit is contained in:
geoffrey45
2023-03-21 22:15:31 +03:00
parent a5d61e8919
commit 32bb3d37e1
4 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class Album:
"""
if (
len(tracks) == 1
and tracks[0].title == self.title
and tracks[0].title.lower() == self.title.lower()
# and tracks[0].track == 1
# and tracks[0].disc == 1