summary refs log tree commit diff
path: root/.config/mvi/script-opts/gallery_worker.conf
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2024-11-25 13:30:08 +0100
committerRobert Günzler <r@gnzler.io>2024-11-25 13:58:25 +0100
commit18e3848110da0a59843058927ea04b496f5db2a5 (patch)
treed54e7e1ab025d61507a0b1c3523c08abf400575d /.config/mvi/script-opts/gallery_worker.conf
parent8f29be993dad465c1bb108462dc1bd63706649a5 (diff)
update mpv config
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/mvi/script-opts/gallery_worker.conf')
-rw-r--r--.config/mvi/script-opts/gallery_worker.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/mvi/script-opts/gallery_worker.conf b/.config/mvi/script-opts/gallery_worker.conf
deleted file mode 100644
index 499d25e..0000000
--- a/.config/mvi/script-opts/gallery_worker.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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=