dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit a7bbbcf3039d47a6ccad5be6c9dd0136f702ab66
parent f68ed33eed292174326ac838921114c90b5b8d57
Author: hhvn <dev@hhvn.uk>
Date:   Mon,  7 Jun 2021 20:18:07 +0100

.c/youtube-viewer: remove

Diffstat:
D.config/youtube-viewer/youtube-viewer.conf | 103-------------------------------------------------------------------------------
1 file changed, 0 insertions(+), 103 deletions(-)

diff --git a/.config/youtube-viewer/youtube-viewer.conf b/.config/youtube-viewer/youtube-viewer.conf @@ -1,103 +0,0 @@ -#!/usr/bin/perl - -# Youtube Viewer 3.7.4 - configuration file - -our $CONFIG = { - auto_captions => 0, - autohide_watched => 0, - autoplay_mode => 0, - cache_dir => "/home/hayden/.cache/youtube-viewer", - captions_dir => "/tmp", - colors => 1, - comments_order => "time", - confirm => 0, - convert_cmd => "ffmpeg -i *IN* *OUT*", - convert_to => undef, - copy_caption => 0, - custom_layout => 0, - custom_layout_format => "*NO*. *TITLE* (*AUTHOR*) (*RATING*) [*TIME*]\\n", - dash_mp4_audio => 1, - dash_segmented => 1, - dash_support => 1, - debug => 0, - download_and_play => 0, - download_with_wget => 1, - downloads_dir => ".", - env_proxy => 1, - fat32safe => 0, - ffmpeg_cmd => "/usr/bin/ffmpeg", - fullscreen => 0, - get_captions => 1, - get_term_width => 1, - highlight_color => "bold", - highlight_watched => 1, - history => 0, - history_file => "/home/hayden/.config/youtube-viewer/history.txt", - history_limit => 10000, - hl => "en_US", - http_proxy => undef, - interactive => 1, - keep_original_video => 0, - maxResults => 20, - merge_into_mkv => 1, - merge_into_mkv_args => "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced", - merge_with_captions => 1, - order => undef, - page => 1, - prefer_av1 => 0, - prefer_mp4 => 0, - publishedAfter => undef, - publishedBefore => undef, - regionCode => undef, - remember_watched => 0, - remove_played_file => 0, - resolution => "best", - results_fixed_width => 0, - results_with_colors => 0, - results_with_details => 0, - safeSearch => undef, - show_video_info => 1, - skip_if_exists => 1, - skip_watched => 0, - 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 => { - mplayer => { - arg => "-prefer-ipv4 -really-quiet -title *TITLE*", - audio => "-audiofile *AUDIO*", - cmd => "mplayer", - fs => "-fs", - novideo => "-novideo", - srt => "-sub *SUB*", - }, - mpv => { - arg => "--input-ipc-server=/tmp/mpv-socket2 --really-quiet --title=*TITLE* --no-ytdl", - audio => "--audio-file=*AUDIO*", - cmd => "/bin/mpv", - fs => "--fullscreen", - novideo => "--no-video", - srt => "--sub-file=*SUB*", - }, - vlc => { - arg => "--quiet --play-and-exit --no-video-title-show --input-title-format *TITLE*", - audio => "--input-slave *AUDIO*", - cmd => "vlc", - fs => "--fullscreen", - novideo => "--intf dummy --novideo", - srt => "--sub-file *SUB*", - }, - }, - videoCaption => undef, - videoDefinition => undef, - videoDimension => undef, - videoDuration => undef, - videoLicense => undef, - videoSyndicated => undef, - watched_file => "/home/hayden/.config/youtube-viewer/watched.txt", - wget_cmd => "/usr/bin/wget", - youtube_video_url => "https://www.youtube.com/watch?v=%s", -}