Make output of metadata_extracter.py
depends on the specified TAB
This commit is contained in:
parent
5a6382ea00
commit
43a9527bcc
@ -31,6 +31,7 @@ while True:
|
||||
else:
|
||||
break
|
||||
|
||||
with open('music.json', 'w') as f:
|
||||
fileName = TAB.lower().replace(' ', '_') + '.json'
|
||||
with open(fileName, 'w') as f:
|
||||
json.dump(allTracks, f, indent=4)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user