peertube-cli

This commit is contained in:
Out Of Ideas 2024-01-30 21:15:13 -06:00
parent bbd971785e
commit bbbd30ad2b

25
peertube-cli/.ptclirc Normal file
View file

@ -0,0 +1,25 @@
# 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;