File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,17 @@ and the `manage_downloads` setting is listed as "Download all supported episodes
6767
6868youtube-dl extension will use the proxy set in [ gPodder proxy settings] ( ../user-manual.md#using-a-http-or-socks-proxy-server ) .
6969
70+ ## Read settings from youtube-dl or yt-dlp config file
71+
72+ gPodder 3.11.6 can load settings from the same config file used by the command line tool, and other tools such as mpv.
73+ The file can be found at ` ${XDG_CONFIG_HOME}/yt-dlp/config ` on Linux/macOS, and ` ${APPDATA}/yt-dlp/config ` on Windows.
74+ A list of more config file locations are available at https://github.com/yt-dlp/yt-dlp#configuration .
75+
76+ The extension's preferences page has a checkbox that must be enabled to load the config file.
77+ Please uncheck it to verify extension related errors are not caused by settings in your config file.
78+
79+ Some settings are overridden by gPodder, such as ` -f ` and ` --format ` .
80+
7081Links:
7182
7283- [ Extension Source] ( https://github.com/gpodder/gpodder/blob/master/share/gpodder/extensions/youtube-dl.py )
You can’t perform that action at this time.
0 commit comments