This commit is contained in:
Kristy Fournier 2025-03-10 10:01:40 -04:00
parent 49c1b0bf25
commit 247c684b58

View file

@ -44,6 +44,7 @@ if args.mode == "update":
print("new songs: " + str(songFiles)) print("new songs: " + str(songFiles))
elif args.mode=="new": elif args.mode=="new":
songDatabaseList={"songDirectory":soundLocation,'songData':{}} songDatabaseList={"songDirectory":soundLocation,'songData':{}}
if args.art.lower() == "true": if args.art.lower() == "true":
x = len(songFiles)*0.25 x = len(songFiles)*0.25
if x > 60: if x > 60: