Actually implement deletion
This commit is contained in:
parent
839d0e35ae
commit
bd8b0415d4
@ -44,6 +44,9 @@ if __name__ == "__main__":
|
||||
f"{len(pruning_instructions)} exactly duplicated songs will be deleted"
|
||||
)
|
||||
|
||||
# TODO Call all pruning_instructions, to actually delete the files
|
||||
logging.warning(f"Deleting {len(pruning_instructions)} songs!")
|
||||
for instruction in tqdm(pruning_instructions, unit=" songs"):
|
||||
instruction()
|
||||
logging.info("Deletion done")
|
||||
|
||||
logging.info("Karaokatalog Deduplication done")
|
||||
|
Loading…
x
Reference in New Issue
Block a user