3 # Youtube Viewer 3.5.9 - configuration file
9 cache_dir
=> "/home/hassan/.cache/youtube-viewer",
10 captions_dir
=> "/tmp",
13 comments_order
=> "time",
15 convert_cmd
=> "ffmpeg -i *IN* *OUT*",
19 custom_layout_format
=> "*NO*. *TITLE* (*AUTHOR*) (*RATING*) [*TIME*]\\n",
24 download_and_play
=> 0,
25 download_in_parallel
=> 0,
26 download_with_wget
=> 1,
30 ffmpeg_cmd
=> "/usr/bin/ffmpeg",
34 highlight_color
=> "bold",
35 highlight_watched
=> 1,
37 history_file
=> "/home/hassan/.config/youtube-viewer/history.txt",
38 history_limit
=> 10000,
42 keep_original_video
=> 0,
45 merge_into_mkv_args
=> "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced",
46 merge_with_captions
=> 1,
50 publishedAfter
=> undef,
51 publishedBefore
=> undef,
53 remember_watched
=> 0,
54 remove_played_file
=> 0,
56 results_fixed_width
=> 0,
57 results_with_colors
=> 0,
58 results_with_details
=> 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",
71 arg
=> "-prefer-ipv4 -really-quiet -title *TITLE*",
72 audio
=> "-audiofile *AUDIO*",
75 novideo
=> "-novideo",
79 arg
=> "--really-quiet --title *TITLE* --no-ytdl",
80 audio
=> "--audio-file *AUDIO*",
81 cmd
=> "/usr/bin/mpv",
83 novideo
=> "--no-video",
84 srt
=> "--sub-file *SUB*",
87 arg
=> "--quiet --play-and-exit --no-video-title-show --input-title-format *TITLE*",
88 audio
=> "--input-slave *AUDIO*",
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",