mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Commenting this out for now
This commit is contained in:
@@ -40,20 +40,20 @@ def create_batch_list(command_file: str, recursive=True, sort_mode='path'):
|
|||||||
"""
|
"""
|
||||||
with open(command_file, mode='w', encoding='utf-8') as f:
|
with open(command_file, mode='w', encoding='utf-8') as f:
|
||||||
f.write("# mfbatch\n\n")
|
f.write("# mfbatch\n\n")
|
||||||
f.write("""
|
# f.write("""
|
||||||
# :set DESCRIPTION ""
|
# # :set DESCRIPTION ""
|
||||||
# :set TITLE ""
|
# # :set TITLE ""
|
||||||
# :set VERSION ""
|
# # :set VERSION ""
|
||||||
# :set ALBUM ""
|
# # :set ALBUM ""
|
||||||
# :set ARTIST ""
|
# # :set ARTIST ""
|
||||||
# :set TRACKNUMBER ""
|
# # :set TRACKNUMBER ""
|
||||||
# :set COPYRIGHT ""
|
# # :set COPYRIGHT ""
|
||||||
# :set LICENSE ""
|
# # :set LICENSE ""
|
||||||
# :set CONTACT ""
|
# # :set CONTACT ""
|
||||||
# :set ORGAIZATION ""
|
# # :set ORGAIZATION ""
|
||||||
# :set LOCATION ""
|
# # :set LOCATION ""
|
||||||
# :set MICROPHONE ""
|
# # :set MICROPHONE ""
|
||||||
""")
|
# """)
|
||||||
metadatums = {}
|
metadatums = {}
|
||||||
flac_files = glob('./**/*.flac', recursive=recursive)
|
flac_files = glob('./**/*.flac', recursive=recursive)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user