dotfiles/peertube-cli/.ptclirc

26 lines
396 B
Plaintext

# peertube-cli configuration
# This is just a perl hash.
# Default video player
$config{player} = "mpv";
# Flags to pass the player, nothing by default
$config{player_flags} = "";
# Default instance to use.
$config{instance} = "https://tilvids.com";
# Default resolution, 0 should be the highest resolution.
$config{default_resolution} = 0;
# This tells perl everything's alright
1;