Introduction
Introduction Statistics Contact Development Disclaimer Help
Create image path - mpv-jellyfin - MPV script for adding an interface for Jelly…
Log
Files
Refs
README
LICENSE
---
commit 25c2df0372b1fef15b36401bb9e66c313a037e0c
parent 918c0caae3d93645c399c1e1df8a2861463a213c
Author: EmperorPenguin18 <[email protected]>
Date: Sat, 21 Jan 2023 20:13:47 -0500
Create image path
Diffstat:
M scripts/jellyfin.lua | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/scripts/jellyfin.lua b/scripts/jellyfin.lua
@@ -248,6 +248,7 @@ local function unpause()
mp.set_property_bool("pause", false)
end
+os.execute("mkdir -p "..options.image_path)
mp.add_periodic_timer(1, check_percent)
mp.add_key_binding("Ctrl+j", "jf", toggle_overlay)
mp.observe_property("osd-width", "number", width_change)
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.