Upload files to ''

This commit is contained in:
2021-02-07 17:56:43 +00:00
parent ab897ac6ff
commit 45ba61e19f
3 changed files with 171 additions and 0 deletions

14
all_together_now.py Normal file
View File

@@ -0,0 +1,14 @@
from subprocess import call
import os
import sys
rc = call("./destreamer.sh -k -i", sys.argv[1])
if rc == 0:
rc = call("./rename.py"
if rc == 0:
for entry in os.scandir('./vidoes'):
if os.path.isdir(entry.path) and entry.name not contains 'out':
rc = call("./process_audio.py"
print(rc)