diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-23 18:24:17 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-23 18:24:17 +0200 |
commit | adfab152eb4103037e9603263ff411126cef7875 (patch) | |
tree | ad2c7ba08191f7dafb111afecfd34cd514ccaf91 | |
parent | update (diff) | |
download | dotfiles-bsd-adfab152eb4103037e9603263ff411126cef7875.tar.gz dotfiles-bsd-adfab152eb4103037e9603263ff411126cef7875.tar.bz2 dotfiles-bsd-adfab152eb4103037e9603263ff411126cef7875.tar.xz dotfiles-bsd-adfab152eb4103037e9603263ff411126cef7875.tar.zst dotfiles-bsd-adfab152eb4103037e9603263ff411126cef7875.zip |
update
-rw-r--r-- | .config/msmtp/config | 2 | ||||
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 31073e5..4b6d4fe 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -28,6 +28,6 @@ account towerofsilence777@gmail.com account rbousset@secuserve.com host next.optimails.com port 587 - from Rudy Bousset + from rbousset@secuserve.com user rbousset@secuserve.com passwordeval "pass show mutt/rbousset@secuserve.com" diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index 2e68fa8..faaf205 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -1,11 +1,12 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.1.5 - configuration file +# CLI Pipe Viewer 0.2.1 - configuration file our $CONFIG = { api_host => "auto", auto_captions => 0, autoplay_mode => 0, + bypass_age_gate_with_proxy => 0, cache_dir => "$ENV{HOME}/.cache/pipe-viewer", colors => 1, comments_order => "top", @@ -44,6 +45,7 @@ our $CONFIG = { debug => 0, download_and_play => 0, download_with_wget => 0, + download_with_ytdl => 1, downloads_dir => ".", env_proxy => 1, fat32safe => 0, @@ -63,6 +65,7 @@ our $CONFIG = { ignored_projections => [], interactive => 1, keep_original_video => 0, + local_playlist_limit => -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", @@ -82,6 +85,7 @@ our $CONFIG = { split_videos => 1, srt_languages => ["en", "es"], subscribed_channels_file => "$ENV{HOME}/.config/pipe-viewer/subscribed_channels.txt", + subscriptions_lifetime => 600, subscriptions_limit => 10000, thousand_separator => ",", timeout => undef, @@ -118,4 +122,7 @@ our $CONFIG = { youtube_video_url => "https://www.youtube.com/watch?v=%s", ytdl => 1, ytdl_cmd => "/usr/local/bin/yt-dlp", + ytdlp_comments => 0, + ytdlp_max_comments => 10, + ytdlp_max_replies => 3, } |