added check for dead recorders

got rid of absolute hardcoded paths
renamed some stuff cause of readability
decreased delay between checks
This commit is contained in:
lulzette
2020-03-21 09:33:16 +03:00
parent d34ab6c572
commit d15e9a7132
8 changed files with 36 additions and 24 deletions

10
config_list.sh.template Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
###########
# just config file
###########
list="jesusavgn"
storage_path="/media/nfs/twitch/automatedRecording"
ytdl_path="/home/ubuntu/.local/bin"
ytdl_conf="-o %(uploader)s__%(upload_date)s_%(timestamp)s__%(title)s_%(id)s.%(ext)s"