Refresh and added usage tracking
This commit is contained in:
@@ -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:]
|
||||
|
||||
Reference in New Issue
Block a user