diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-24 13:54:03 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-24 13:54:03 +0900 |
| commit | 28e8bdf7f8286bd431b7f3b709e79f3827b31469 (patch) | |
| tree | 85b44eff6da4d8443198fb6e04dfb6ee55244588 /debian/.config/mpv/script-opts/gallery_worker.conf | |
| parent | 8470ff001befcfd0f626dea69a9e76d43aee0511 (diff) | |
updates
Diffstat (limited to 'debian/.config/mpv/script-opts/gallery_worker.conf')
| -rw-r--r-- | debian/.config/mpv/script-opts/gallery_worker.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/.config/mpv/script-opts/gallery_worker.conf b/debian/.config/mpv/script-opts/gallery_worker.conf new file mode 100644 index 0000000..d56ab00 --- /dev/null +++ b/debian/.config/mpv/script-opts/gallery_worker.conf @@ -0,0 +1,18 @@ +# mpv-gallery-view | https://github.com/occivink/mpv-gallery-view +# This is the settings file for scripts/gallery-thumbgen.lua and its copies +# File placement: script-opts/gallery_worker.conf +# Defaults: https://github.com/occivink/mpv-gallery-view/blob/master/script-opts/gallery_worker.conf + +# accepts a |-separated list of URL patterns which gallery.lua should thumbnail using youtube-dl. +# The patterns are matched after the http(s):// part of the URL. +#^ matches the beginning of the URL, $ matches its end, and you should use % before any of the characters ^$()%|,.[]*+-? to match that character. +# +#Examples +# will exclude any URL that starts with http://youtube.com or https://youtube.com: +# ytdl_exclude=^youtube%.com +# will exclude any URL that ends with .mkv or .mp4: +# ytdl_exclude=%.mkv$|%.mp4$ +# See more lua patterns here: https://www.lua.org/manual/5.1/manual.html#5.4.1 +# +#See also: ytdl_hook-exclude in mpv's manpage. +ytdl_exclude= |
