Refresh and added usage tracking

This commit is contained in:
Hannes
2026-04-24 00:47:51 +02:00
parent 8519d9f62e
commit 477b1bf985
45 changed files with 726 additions and 166 deletions
+1
View File
@@ -115,6 +115,7 @@ if __name__ == "__main__":
if len(sys.argv) < 3:
print("Usage: python split_mkv_by_chapter.py <input_file> <timestamp1> <timestamp2> ...")
sys.exit(1)
subprocess.run(["python", "/home/honney/.bin/tracker.py", "add", "split_mkv_by_chapter"])
input_file = sys.argv[1]
timestamps = sys.argv[2:]