summaryrefslogtreecommitdiff
path: root/ar/.config/mpv/lua_settings/gallery_worker.conf
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-02 05:47:29 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-02 05:47:29 +0900
commite465f7f06b290dbccdb499b024f39b22158c64bb (patch)
tree6b88fd07fa60b5b6145d301d0ff6539cc4c7b5c5 /ar/.config/mpv/lua_settings/gallery_worker.conf
parent692d838f6d84c207d08501b2db034294ae42a892 (diff)
updates
Diffstat (limited to 'ar/.config/mpv/lua_settings/gallery_worker.conf')
-rw-r--r--ar/.config/mpv/lua_settings/gallery_worker.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/ar/.config/mpv/lua_settings/gallery_worker.conf b/ar/.config/mpv/lua_settings/gallery_worker.conf
deleted file mode 100644
index d56ab00..0000000
--- a/ar/.config/mpv/lua_settings/gallery_worker.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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=