dots-of-war/files/scripts/Theatron/config

43 lines
1.9 KiB
Text
Raw Normal View History

2020-06-21 10:41:26 +00:00
#!/bin/bash
#dont ask for quality, always just run the best one, always worst might be implemented if anyone asks
always_best=false
#The default player used by streamlink with the latest breakage of VLC we can't rely on it anymore :(
player="vlc"
#The default application launcher, currently tested on: rofi, dmenu, smenu. Only use 1 at a time
#Works fine with fzf too, but needs to be launched in terminal to work
#For the main 3:
#launcher="rofi -dmenu"
#launcher="dmenu"
#launcher="smenu -t"
launcher="rofi -dmenu"
#if this is on, every time you pick a streamer, you will get vod menu after you pick a streamer, the first entry should still be the live stream
vod_mode=true
# How many vods(filtered by recency) to show
vod_mode_limit="25"
# How many games you want to see in the list
game_limit="100"
# This will only be used for offline mode(flag -o)
following="imaqtpie\nsodapoppin\nforsen\nasmongold"
#if true, opens up a browser window with the chat popup mode of the picked streamer, does so not knowingly if the stream loaded or not
popup_chat=false
#set up custom streamlink flags
streamlink_flags="--player-continuous-http"
#If you want clip capatibilities, if you change this from false to true you will need a new token, easiest way to obtain it is to delete oauth file, because it requires elevated privileges
clip_capabilities=true
#browse_type_option_followed_channels="Channels you're following"
#browse_type_option_followed_games="Games you're following"
#browse_type_option_all_games="All games"
#Set the browse type to skip being asked for it every time. Set it to empty to be asked. The options are above.
default_browse_type=''
#default_browse_type=$browse_type_option_followed_channels
#default_browse_type=$browse_type_option_followed_games
#default_browse_type=$browse_type_option_all_games
#App settings, for global, don't change
client_id="fendbm5b5q1c2820m59sbdv9z95vs4"
redirect_uri="https://theatron.davidv7.xyz/"