Instinctlol / automatic-twitch-recorder

Checks if a user on twitch is currently streaming and then records the stream via streamlink
187 stars 40 forks source link

[feature request] persistent streamer list #38

Open itsamemarkus opened 3 years ago

itsamemarkus commented 3 years ago

Make streamer list persistent. Whenever I restart the script I have to reenter twitch streams and desired quality.

imRadwolf commented 3 years ago

+1, I'd be interested in that option also

MexTrx commented 3 years ago

+1 As well

MexTrx commented 3 years ago

+1 this as well

aureliendavid commented 2 years ago

as a workaround you can run the script with something like:

cat streamerlist.txt - | python main.py

with streamerlist.txt a file that looks like

add XX
add YY 720p60
time 120
download_folder ../recs/
start
list
s44j4n commented 2 years ago

as a workaround you can run the script with something like:

cat streamerlist.txt - | python main.py

with streamerlist.txt a file that looks like

add XX
add YY 720p60
time 120
download_folder ../recs/
start
list

What would be the windows equivalent? Thank you

LoIkeks commented 2 years ago

type is the equivalent to cat on windows