twitch-autosave/config_list.sh.template
lulzette d15e9a7132 added check for dead recorders
got rid of absolute hardcoded paths
renamed some stuff cause of readability
decreased delay between checks
2020-03-21 09:33:16 +03:00

11 lines
249 B
Bash

#!/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"