From 317335f0ca71170b961dcd097e51c0f3631768d2 Mon Sep 17 00:00:00 2001 From: Escartem Date: Fri, 20 Oct 2023 15:14:04 +0200 Subject: [PATCH] discovery --- extract.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extract.py b/extract.py index a7209d9..0b51a90 100644 --- a/extract.py +++ b/extract.py @@ -235,6 +235,8 @@ def main(): changed_files = [f"{f.split('.')[0]}.mp3" for f in changed_files] # todo: something is wrong here with extraction of hdiff, it's missing files and not extracting everything ? + # actually it may not, the old method was just naming them by increasing numbers, one change and it offset all of them + # making two of the same nums to be different because of offset. The old method may actually extract unwanted stuff :O # print(all_files) # print(new_files) # print(changed_files)