Commenting this out for now

This commit is contained in:
Jamie Hardt
2024-10-17 21:32:34 -07:00
parent a2ce03a259
commit 6766e81b23

View File

@@ -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)