X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-minidlna%2Fluasrc%2Fmodel%2Fcbi%2Fminidlna.lua;h=067d08cf0ae7d54c7f7c1bad336e916de4ce1239;hp=347f7f656bfcb56b37f394d6f3dde6b145246981;hb=HEAD;hpb=a742e708b6ecaa3cc9c37f0ecfabc226e5637064 diff --git a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua index 347f7f656..067d08cf0 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