radare2rc, dwmcolors, vimrc
[dotfiles_afify.git] / .config / youtube-viewer / youtube-viewer.conf
blobf1c2d6ad7c1f4b12d4d2bf22e0a970ce41d27910
1 #!/usr/bin/perl
3 # Youtube Viewer 3.5.9 - configuration file
5 our $CONFIG = {
6 auto_captions => 0,
7 autohide_watched => 0,
8 autoplay_mode => 0,
9 cache_dir => "/home/hassan/.cache/youtube-viewer",
10 captions_dir => "/tmp",
11 clobber => 0,
12 colors => 1,
13 comments_order => "time",
14 confirm => 0,
15 convert_cmd => "ffmpeg -i *IN* *OUT*",
16 convert_to => undef,
17 copy_caption => 0,
18 custom_layout => 0,
19 custom_layout_format => "*NO*. *TITLE* (*AUTHOR*) (*RATING*) [*TIME*]\\n",
20 dash_mp4_audio => 1,
21 dash_segmented => 1,
22 dash_support => 1,
23 debug => 0,
24 download_and_play => 0,
25 download_in_parallel => 0,
26 download_with_wget => 1,
27 downloads_dir => ".",
28 env_proxy => 1,
29 fat32safe => 0,
30 ffmpeg_cmd => "/usr/bin/ffmpeg",
31 fullscreen => 0,
32 get_captions => 1,
33 get_term_width => 1,
34 highlight_color => "bold",
35 highlight_watched => 1,
36 history => 0,
37 history_file => "/home/hassan/.config/youtube-viewer/history.txt",
38 history_limit => 10000,
39 hl => "en_US",
40 http_proxy => undef,
41 interactive => 1,
42 keep_original_video => 0,
43 maxResults => 20,
44 merge_into_mkv => 1,
45 merge_into_mkv_args => "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced",
46 merge_with_captions => 1,
47 order => undef,
48 page => 1,
49 prefer_mp4 => 0,
50 publishedAfter => undef,
51 publishedBefore => undef,
52 regionCode => undef,
53 remember_watched => 0,
54 remove_played_file => 0,
55 resolution => "720p",
56 results_fixed_width => 0,
57 results_with_colors => 0,
58 results_with_details => 0,
59 safeSearch => undef,
60 show_video_info => 1,
61 skip_if_exists => 1,
62 skip_watched => 0,
63 srt_languages => ["en", "es"],
64 subscriptions_order => "relevance",
65 thousand_separator => ",",
66 use_invidious_api => 0,
67 video_filename_format => "*FTITLE* - *ID*.*FORMAT*",
68 video_player_selected => "mpv",
69 video_players => {
70 mplayer => {
71 arg => "-prefer-ipv4 -really-quiet -title *TITLE*",
72 audio => "-audiofile *AUDIO*",
73 cmd => "mplayer",
74 fs => "-fs",
75 novideo => "-novideo",
76 srt => "-sub *SUB*",
78 mpv => {
79 arg => "--really-quiet --title *TITLE* --no-ytdl",
80 audio => "--audio-file *AUDIO*",
81 cmd => "/usr/bin/mpv",
82 fs => "--fullscreen",
83 novideo => "--no-video",
84 srt => "--sub-file *SUB*",
86 vlc => {
87 arg => "--quiet --play-and-exit --no-video-title-show --input-title-format *TITLE*",
88 audio => "--input-slave *AUDIO*",
89 cmd => "vlc",
90 fs => "--fullscreen",
91 novideo => "--intf dummy --novideo",
92 srt => "--sub-file *SUB*",
95 videoCaption => undef,
96 videoDefinition => undef,
97 videoDimension => undef,
98 videoDuration => undef,
99 videoLicense => undef,
100 videoSyndicated => undef,
101 watched_file => "/home/hassan/.config/youtube-viewer/watched.txt",
102 wget_cmd => "/usr/bin/wget",
103 youtube_video_url => "https://www.youtube.com/watch?v=%s",