From 7ed9969ff4e13d0564e5e40a7711b2add56a5616 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Wed, 5 Aug 2020 15:25:12 +0300 Subject: updated youtube-viewer config --- dotfiles/.config/youtube-viewer/youtube-viewer.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf index 7ef376d..909da53 100644 --- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf +++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf @@ -1,13 +1,11 @@ #!/usr/bin/perl -# YouTube Viewer 3.7.5 - configuration file +# YouTube Viewer 3.7.7 - configuration file our $CONFIG = { auto_captions => 0, - autohide_watched => 0, autoplay_mode => 0, cache_dir => "$ENV{HOME}/.cache/youtube-viewer", - captions_dir => "/tmp", colors => 1, comments_order => "time", confirm => 0, @@ -29,6 +27,7 @@ our $CONFIG = { fullscreen => 0, get_captions => 1, get_term_width => 1, + hfr => 1, highlight_color => "bold", highlight_watched => 1, history => 0, @@ -62,7 +61,6 @@ our $CONFIG = { srt_languages => ["en", "es"], subscriptions_order => "relevance", thousand_separator => ",", - use_invidious_api => 0, video_filename_format => "*FTITLE* - *ID*.*FORMAT*", video_player_selected => "mpv", video_players => { -- cgit v1.2.3