commit b6997242e9f39982d4e87f8b2a076c1af60abf2a
parent 8d5d99b150e0211a2a864accdef9264da88aa943
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 9 Aug 2021 10:21:06 +0200
pipe-viewer update
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/pipe-viewer/pipe-viewer.conf b/pipe-viewer/pipe-viewer.conf
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# CLI Pipe Viewer 0.0.9 - configuration file
+# CLI Pipe Viewer 0.1.3 - configuration file
our $CONFIG = {
api_host => "auto",
@@ -59,9 +59,9 @@ our $CONFIG = {
history_limit => 100000,
http_proxy => undef,
ignore_av1 => 0,
+ ignored_projections => [],
interactive => 1,
keep_original_video => 0,
- m4a_audio => 1,
maxResults => 20,
merge_into_mkv => 1,
merge_into_mkv_args => "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced",
@@ -70,6 +70,7 @@ our $CONFIG = {
page => 1,
prefer_av1 => 0,
prefer_invidious => 0,
+ prefer_m4a => 0,
prefer_mp4 => 0,
region => undef,
remove_played_file => 0,
@@ -112,6 +113,7 @@ our $CONFIG = {
watch_history => 1,
watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
wget_cmd => "/usr/local/bin/wget",
+ youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt",
youtube_video_url => "https://www.youtube.com/watch?v=%s",
ytdl => 1,
ytdl_cmd => "/usr/local/bin/youtube-dl",