[Arch] remove lightdm, update xinit, vifm & other
[dotfiles_afify.git] / .config / youtube-viewer / youtube-viewer.conf
blob6df4589657ec7331eda1fdf7c26363dff67ec198
1 #!/usr/bin/perl
3 # Youtube Viewer 3.5.8 - configuration file
4 # original, 2160p, 1440p, 1080p, 720p, 480p, 360p, 240p, 144p, audio
6 our $CONFIG = {
7 auto_captions => 0,
8 autohide_watched => 0,
9 autoplay_mode => 0,
10 cache_dir => "/home/hassan/.cache/youtube-viewer",
11 captions_dir => "/tmp",
12 clobber => 0,
13 colors => 1,
14 comments_order => "time",
15 confirm => 0,
16 convert_cmd => "ffmpeg -i *IN* *OUT*",
17 convert_to => undef,
18 copy_caption => 0,
19 custom_layout => 0,
20 custom_layout_format => "*NO*. *TITLE* (*AUTHOR*) (*RATING*) [*TIME*]\\n",
21 dash_mp4_audio => 1,
22 dash_segmented => 1,
23 dash_support => 1,
24 debug => 0,
25 download_and_play => 0,
26 download_in_parallel => 0,
27 download_with_wget => 1,
28 downloads_dir => ".",
29 env_proxy => 1,
30 fat32safe => 0,
31 ffmpeg_cmd => "/usr/bin/ffmpeg",
32 fullscreen => 0,
33 get_captions => 1,
34 get_term_width => 1,
35 highlight_color => "bold",
36 highlight_watched => 1,
37 history => 0,
38 history_file => "/home/hassan/.config/youtube-viewer/history.txt",
39 history_limit => 10000,
40 hl => "en_US",
41 http_proxy => undef,
42 interactive => 1,
43 keep_original_video => 0,
44 maxResults => 20,
45 merge_into_mkv => 1,
46 merge_into_mkv_args => "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced",
47 merge_with_captions => 1,
48 order => undef,
49 page => 1,
50 prefer_mp4 => 0,
51 publishedAfter => undef,
52 publishedBefore => undef,
53 random_autoplay => 0,
54 regionCode => undef,
55 remove_played_file => 0,
56 resolution => "720p",
57 results_fixed_width => 0,
58 results_with_colors => 0,
59 results_with_details => 0,
60 safeSearch => undef,
61 show_video_info => 1,
62 skip_if_exists => 1,
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 wget_cmd => "/usr/bin/wget",
102 youtube_video_url => "https://www.youtube.com/watch?v=%s",