This commit is contained in:
2025-10-03 14:28:55 -04:00
parent 4cbdb00e14
commit 4c847f7753
13 changed files with 121 additions and 57 deletions

View File

@@ -44,6 +44,7 @@ def append_json_no_file_read(obj_append, jpath = '/home/thebears/Videos/Winslow/
def get_cset_match(input_in):
if not os.path.exists(input_in):
return {}
@@ -90,6 +91,7 @@ def get_cset_match_dir(rtdir):
except:
pass
mp4_tstamps = sorted(summary)
other_tstamps = sorted(other_files)
idx_other = 0