]>
git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/tools/templates/youtube-viewer.conf.j2
3 # Youtube Viewer 3.3.4 - configuration file
8 cache_dir
=> "{{ lookup('env', 'XDG_CACHE_HOME') }}/youtube-viewer",
9 captions_dir
=> "/tmp",
12 combine_multiple_videos
=> 0,
14 convert_cmd
=> "ffmpeg -i *IN* *OUT*",
20 download_and_play
=> 0,
21 download_in_parallel
=> 0,
22 download_with_wget
=> 0,
29 highlight_color
=> "bold",
30 highlight_watched
=> 0,
32 history_file
=> "{{ lookup('env', 'XDG_STATE_HOME') }}/youtube-viewer/history.txt",
33 history_limit
=> 10000,
37 keep_original_video
=> 0,
41 publishedAfter
=> undef,
42 publishedBefore
=> undef,
44 remove_played_file
=> 0,
45 resolution
=> "original",
46 results_fixed_width
=> 0,
47 results_with_colors
=> 0,
48 results_with_details
=> 0,
51 srt_languages
=> ["en", "fr"],
52 subscriptions_order
=> "relevance",
53 thousand_separator
=> ",",
54 video_filename_format
=> "*FTITLE*.*FORMAT*",
55 video_player_selected
=> "mplayer",
58 arg
=> "-prefer-ipv4 -really-quiet -title *TITLE*",
59 audio
=> "-audiofile *AUDIO*",
60 cmd
=> "/usr/bin/mplayer",
62 novideo
=> "-novideo",
66 arg
=> "--really-quiet --title *TITLE* --no-ytdl",
67 audio
=> "--audio-file *AUDIO*",
70 novideo
=> "--no-video",
71 srt
=> "--sub-file *SUB*",
74 arg
=> "--quiet --play-and-exit --no-video-title-show --input-title-format *TITLE*",
75 audio
=> "--input-slave *AUDIO*",
78 novideo
=> "--intf dummy --novideo",
79 srt
=> "--sub-file *SUB*",
82 videoCaption
=> undef,
83 videoDefinition
=> undef,
84 videoDimension
=> undef,
85 videoDuration
=> undef,
86 videoLicense
=> undef,
87 videoSyndicated
=> undef,
88 youtube_video_url
=> "https://www.youtube.com/watch?v=%s",