From 27a50752900b9b19a01fdbf2e2edcf4f689deb6a Mon Sep 17 00:00:00 2001 From: James Christopher Adduono Date: Sat, 23 Sep 2017 00:07:36 -0400 Subject: luci-app-minidlna: add allow wide links option This option was added to minidlna in version 1.2.0 and is set to no by default. Signed-off-by: James Christopher Adduono --- applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'applications/luci-app-minidlna/luasrc/model') diff --git a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua index 99ef68cbca..bc467fde40 100644 --- a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua +++ b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua @@ -91,6 +91,10 @@ s:taboption("advanced", Flag, "enable_tivo", translate("Enable TIVO:"), translate("Set this to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO.")) o.rmempty = true +s:taboption("advanced", Flag, "wide_links", translate("Allow wide links"), + translate("Set this to allow serving content outside the media root (via symlinks).")) +o.rmempty = true + o = s:taboption("advanced", Flag, "strict_dlna", translate("Strict to DLNA standard:"), translate("Set this to strictly adhere to DLNA standards. This will allow server-side downscaling of very large JPEG images, which may hurt JPEG serving performance on (at least) Sony DLNA products.")) o.rmempty = true -- cgit v1.2.3