summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-minidlna
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-minidlna')
-rw-r--r--applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua6
-rw-r--r--applications/luci-app-minidlna/po/ca/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/cs/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/de/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/el/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/en/minidlna.po11
-rw-r--r--applications/luci-app-minidlna/po/es/minidlna.po13
-rw-r--r--applications/luci-app-minidlna/po/fr/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/he/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/hu/minidlna.po11
-rw-r--r--applications/luci-app-minidlna/po/it/minidlna.po23
-rw-r--r--applications/luci-app-minidlna/po/ja/minidlna.po30
-rw-r--r--applications/luci-app-minidlna/po/ms/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/no/minidlna.po17
-rw-r--r--applications/luci-app-minidlna/po/pl/minidlna.po13
-rw-r--r--applications/luci-app-minidlna/po/pt-br/minidlna.po13
-rw-r--r--applications/luci-app-minidlna/po/pt/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/ro/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/ru/minidlna.po13
-rw-r--r--applications/luci-app-minidlna/po/sk/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/sv/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/templates/minidlna.pot9
-rw-r--r--applications/luci-app-minidlna/po/tr/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/uk/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/vi/minidlna.po9
-rw-r--r--applications/luci-app-minidlna/po/zh-cn/minidlna.po16
-rw-r--r--applications/luci-app-minidlna/po/zh-tw/minidlna.po9
-rwxr-xr-xapplications/luci-app-minidlna/root/etc/uci-defaults/40_luci-minidlna5
28 files changed, 249 insertions, 66 deletions
diff --git a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
index 99ef68cbca..067d08cf0a 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
@@ -126,7 +130,7 @@ o:value("P", translate("Pictures"))
s:taboption("general", DynamicList, "media_dir", translate("Media directories:"),
- translate("Set this to the directory you want scanned. If you want to restrict the directory to a specific content type, you can prepend the type ('A' for audio, 'V' for video, 'P' for images), followed by a comma, to the directory (eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."))
+ translate("Set this to the directory you want scanned. If you want to restrict the directory to a specific content type, you can prepend the type ('A' for audio, 'V' for video, 'P' for images), followed by a comma, to the directory (eg. A,/mnt/media/Music). Multiple directories can be specified."))
o = s:taboption("general", DynamicList, "album_art_names", translate("Album art names:"),
diff --git a/applications/luci-app-minidlna/po/ca/minidlna.po b/applications/luci-app-minidlna/po/ca/minidlna.po
index bf160080ec..dadcf04aeb 100644
--- a/applications/luci-app-minidlna/po/ca/minidlna.po
+++ b/applications/luci-app-minidlna/po/ca/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Ajusts avançats"
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -113,6 +116,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -131,7 +138,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/cs/minidlna.po b/applications/luci-app-minidlna/po/cs/minidlna.po
index bf5a7f442c..f4cbd76ec0 100644
--- a/applications/luci-app-minidlna/po/cs/minidlna.po
+++ b/applications/luci-app-minidlna/po/cs/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Pokročilé nastavení"
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -115,6 +118,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -133,7 +140,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/de/minidlna.po b/applications/luci-app-minidlna/po/de/minidlna.po
index 22cb0f7e9e..d001696874 100644
--- a/applications/luci-app-minidlna/po/de/minidlna.po
+++ b/applications/luci-app-minidlna/po/de/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Erweiterte Einstellungen"
msgid "Album art names:"
msgstr "Dateinamen für Cover-Bilder:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Angekündigte Modellnummer:"
@@ -123,6 +126,10 @@ msgstr ""
"Protokolldateien ablegt."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Diese Option aktivieren um den Inotify-Mechanismus zum Entdecken neuer "
@@ -149,7 +156,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Spezifiziert die zu durchsuchenden Medienverzeichnisse. Durch Voranstellung "
"eines Buchstaben gefolgt von einem Komma kann ein Verzeichnis auf einen "
diff --git a/applications/luci-app-minidlna/po/el/minidlna.po b/applications/luci-app-minidlna/po/el/minidlna.po
index 48c6188390..d319afd238 100644
--- a/applications/luci-app-minidlna/po/el/minidlna.po
+++ b/applications/luci-app-minidlna/po/el/minidlna.po
@@ -14,6 +14,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -110,6 +113,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -128,7 +135,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/en/minidlna.po b/applications/luci-app-minidlna/po/en/minidlna.po
index 5934d42e9e..ca5bc3b593 100644
--- a/applications/luci-app-minidlna/po/en/minidlna.po
+++ b/applications/luci-app-minidlna/po/en/minidlna.po
@@ -14,6 +14,9 @@ msgstr ""
msgid "Album art names:"
msgstr "Album art names:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Announced model number:"
@@ -121,6 +124,10 @@ msgstr ""
"to store its log file."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Set this to enable inotify monitoring to automatically discover new files."
@@ -145,12 +152,12 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/es/minidlna.po b/applications/luci-app-minidlna/po/es/minidlna.po
index 5f6b3964f3..f71e9a2b9e 100644
--- a/applications/luci-app-minidlna/po/es/minidlna.po
+++ b/applications/luci-app-minidlna/po/es/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Configuración avanzada"
msgid "Album art names:"
msgstr "Imágenes de álbumes:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Número de modelo declarado:"
@@ -121,6 +124,10 @@ msgid ""
msgstr "Indicar el directorio donde MiniDLNA guardará su archivo de registro."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr "Inotify descubrirá automáticamente nuevos archivos."
@@ -142,12 +149,12 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Directorio a explorar. Si quiere restringir el directorio a un contenido "
"específico puede añadir el tipo ('A' par audio, 'V' para vídeo o 'P' para "
-"imágenes), seguido por una coma al nombre del directorio (ej. media_dir=A,/"
-"mnt/media/Music). Se puede establecer varios directorios."
+"imágenes), seguido por una coma al nombre del directorio (ej. A,/mnt/media/"
+"Music). Se puede establecer varios directorios."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "Camino al socket de MiniSSDPd."
diff --git a/applications/luci-app-minidlna/po/fr/minidlna.po b/applications/luci-app-minidlna/po/fr/minidlna.po
index d638b0cba7..498dea6c80 100644
--- a/applications/luci-app-minidlna/po/fr/minidlna.po
+++ b/applications/luci-app-minidlna/po/fr/minidlna.po
@@ -14,6 +14,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -110,6 +113,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -128,7 +135,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/he/minidlna.po b/applications/luci-app-minidlna/po/he/minidlna.po
index 48c6188390..d319afd238 100644
--- a/applications/luci-app-minidlna/po/he/minidlna.po
+++ b/applications/luci-app-minidlna/po/he/minidlna.po
@@ -14,6 +14,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -110,6 +113,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -128,7 +135,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/hu/minidlna.po b/applications/luci-app-minidlna/po/hu/minidlna.po
index 52fbe749eb..c1371afd9e 100644
--- a/applications/luci-app-minidlna/po/hu/minidlna.po
+++ b/applications/luci-app-minidlna/po/hu/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Haladó beállítások"
msgid "Album art names:"
msgstr "Borító album nevek:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Közölt modellszám:"
@@ -123,6 +126,10 @@ msgstr ""
"állományait mentse."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Engedélyezze az új fájlok automatikus felfedezéséhez szükséges inotify "
@@ -147,12 +154,12 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Állítsa be a vizsgálandó könyvtárra. Ha a könyvtárat egy adott típusú "
"tartalom szerint szeretné korlátozni, akkor a neve előtt vesszővel "
"elválasztva megadhatja a típust ('A' az audió, 'V' a videó, 'P' a képek "
-"számára. pl.: media_dir=A,/mnt/media/Music). Több könyvtár is megadható."
+"számára. pl.: A,/mnt/media/Music). Több könyvtár is megadható."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "A MiniSSDPd socket elérési útját határozza meg."
diff --git a/applications/luci-app-minidlna/po/it/minidlna.po b/applications/luci-app-minidlna/po/it/minidlna.po
index 1c0abc6722..4ecc3d4ae5 100644
--- a/applications/luci-app-minidlna/po/it/minidlna.po
+++ b/applications/luci-app-minidlna/po/it/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Opzioni avanzate"
msgid "Album art names:"
msgstr "Nome Copertina Album:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Numero modello annunciato:"
@@ -101,8 +104,7 @@ msgid ""
"Serial number the miniDLNA daemon will report to clients in its XML "
"description."
msgstr ""
-"Serial number che il server miniDLNA invierà ai client nella descrizione "
-"XML."
+"Serial number che il server miniDLNA invierà ai client nella descrizione XML."
msgid ""
"Set this if you want to customize the name that shows up on your clients."
@@ -123,6 +125,10 @@ msgstr ""
"desidera che MiniDLNA archivi i propri file di registro."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Impostare questa opzione per consentire il monitoraggio inotify per rilevare "
@@ -132,8 +138,8 @@ msgid ""
"Set this to enable support for streaming .jpg and .mp3 files to a TiVo "
"supporting HMO."
msgstr ""
-"Impostare questo per abilitare il supporto per lo streaming di file .jpg e "
-".mp3 ad un supporto TiVo che supporta HMO."
+"Impostare questo per abilitare il supporto per lo streaming di file .jpg e ."
+"mp3 ad un supporto TiVo che supporta HMO."
msgid ""
"Set this to strictly adhere to DLNA standards. This will allow server-side "
@@ -149,13 +155,13 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Impostare la cartella che si desidera sottoporre a scansione. Se si desidera "
"limitare la directory per un tipo di contenuto specifico, è possibile "
"anteporre il tipo ('A' per l'audio, 'V' per video, 'P' per le immagini), "
-"seguito da una virgola, nella cartella (es. media_dir = A,/mnt/media/Music). "
-"Cartelle multiple possono essere specificate."
+"seguito da una virgola, nella cartella (es. A,/mnt/media/Music). Cartelle "
+"multiple possono essere specificate."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "Specificare il percorso del socket MiniSSDPd."
@@ -170,8 +176,7 @@ msgid ""
"The miniDLNA service is active, serving %d audio, %d video and %d image "
"files."
msgstr ""
-"Il servizio miniDLNA è attivo, servo %d audio, %d video, %d file di "
-"immagine."
+"Il servizio miniDLNA è attivo, servo %d audio, %d video, %d file di immagine."
msgid "The miniDLNA service is not running."
msgstr "Il servizio miniDLNA non è in esecuzione."
diff --git a/applications/luci-app-minidlna/po/ja/minidlna.po b/applications/luci-app-minidlna/po/ja/minidlna.po
index 4cfc3385b9..de2eb9b57e 100644
--- a/applications/luci-app-minidlna/po/ja/minidlna.po
+++ b/applications/luci-app-minidlna/po/ja/minidlna.po
@@ -1,21 +1,25 @@
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-04-10 09:10+0200\n"
-"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2017-10-25 22:33+0900\n"
+"Last-Translator: INAGAKI Hiroshi <musashino.open@gmail.com>\n"
"Language-Team: none\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.0.4\n"
+"X-Generator: Poedit 2.0.4\n"
+"POT-Creation-Date: \n"
msgid "Advanced Settings"
msgstr "詳細設定"
msgid "Album art names:"
-msgstr "アルバムアートワーク・ファイル名:"
+msgstr "アルバムアートワーク ファイル名:"
+
+msgid "Allow wide links:"
+msgstr "ワイド リンクの許可:"
msgid "Announced model number:"
msgstr "通知するモデル番号:"
@@ -117,6 +121,12 @@ msgid ""
msgstr "miniDLNAが書きだすログファイルのディレクトリパスを設定してください。"
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+"シンボリックリンクを通してメディア ルート外のコンテンツの提供を許可するには、"
+"このオプションを有効にしてください。"
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"inotifyを使用した新規ファイルの自動検知を有効にする場合、このオプションを有効"
@@ -143,13 +153,13 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"miniDLNA がスキャンするディレクトリを設定します。ディレクトリを特定のコンテン"
"ツに制限したい場合、タイプをパスのはじめに付け、コンマ記号で区切ることで設定"
"できます ('A'=オーディオ \"audio\", 'V'=ビデオ \"video\", 'P'=写真 \"images"
-"\", 例: media_dir=A,/mnt/media/Music)。また、このオプションは複数のディレクト"
-"リを登録可能です。"
+"\", 例: A,/mnt/media/Music)。また、このオプションは複数のディレクトリを登録可"
+"能です。"
msgid "Specify the path to the MiniSSDPd socket."
msgstr "MiniSSDPd ソケットのパスを設定してください。"
@@ -164,8 +174,8 @@ msgid ""
"The miniDLNA service is active, serving %d audio, %d video and %d image "
"files."
msgstr ""
-"miniDLNA サービスは稼働中です。%d 個の音楽ファイル , %d 個のビデオファイル, %"
-"d 個の写真ファイルを認識しています。"
+"miniDLNA サービスは稼働中です。%d 個の音楽ファイル , %d 個のビデオファイル, "
+"%d 個の写真ファイルを認識しています。"
msgid "The miniDLNA service is not running."
msgstr "miniDLNA サービスは稼働していません。"
diff --git a/applications/luci-app-minidlna/po/ms/minidlna.po b/applications/luci-app-minidlna/po/ms/minidlna.po
index 8df98a821f..7372c90a83 100644
--- a/applications/luci-app-minidlna/po/ms/minidlna.po
+++ b/applications/luci-app-minidlna/po/ms/minidlna.po
@@ -13,6 +13,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -109,6 +112,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -127,7 +134,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/no/minidlna.po b/applications/luci-app-minidlna/po/no/minidlna.po
index 4b24712f74..daf1996564 100644
--- a/applications/luci-app-minidlna/po/no/minidlna.po
+++ b/applications/luci-app-minidlna/po/no/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Avanserte Innstillinger"
msgid "Album art names:"
msgstr "Albumbilder navn:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Annonsert modellnummer:"
@@ -60,8 +63,8 @@ msgid ""
"MiniDLNA is server software with the aim of being fully compliant with DLNA/"
"UPnP-AV clients."
msgstr ""
-"MiniDLNA er serverprogramvare som sikter på å være fullt kompatibel med DLNA"
-"/UPnP-AV klienter."
+"MiniDLNA er serverprogramvare som sikter på å være fullt kompatibel med DLNA/"
+"UPnP-AV klienter."
msgid ""
"Model number the miniDLNA daemon will report to clients in its XML "
@@ -122,6 +125,10 @@ msgstr ""
"filen i."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Her kan en aktivere inotify som overvåker mediakatalogene og dermed "
@@ -147,12 +154,12 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Her kan en velge den katalogen som blir skannet. Om du ønsker å begrense "
"katalogen til en spesifikk innholdstype kan sette en bokstav foran ('A' for "
-"lyd, 'V' for video, 'P' for bilder), etterfulgt av et komma og katalogen. "
-"(f.eks media_dir=A,/mnt/media/Musikk). Flere kataloger kan brukes."
+"lyd, 'V' for video, 'P' for bilder), etterfulgt av et komma og katalogen. (f."
+"eks A,/mnt/media/Musikk). Flere kataloger kan brukes."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "Angi banen til MiniSSDPd socketen."
diff --git a/applications/luci-app-minidlna/po/pl/minidlna.po b/applications/luci-app-minidlna/po/pl/minidlna.po
index b4a8a6f676..8c03b51556 100644
--- a/applications/luci-app-minidlna/po/pl/minidlna.po
+++ b/applications/luci-app-minidlna/po/pl/minidlna.po
@@ -18,6 +18,9 @@ msgstr "Ustawienia zaawansowane"
msgid "Album art names:"
msgstr "Nazwy okładek albumów:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Rozgłaszany model:"
@@ -121,6 +124,10 @@ msgstr ""
"dzienniki (logi)."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Ustaw to, aby włączyć monitorowanie inotify, by automatycznie wykrywać nowe "
@@ -146,12 +153,12 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Ustaw tu folder, który chcesz skanować. Jeśli chcesz ograniczyć folder do "
"konkretnego typu zawartości, możesz poprzedzić ścieżkę typem (\"A\" dla "
-"audio, \"V\" dla wideo, \"P\" dla obrazów) i przecinkiem (np media_dir=A,/"
-"mnt/media/Muzyka). Możesz podać kilka folderów."
+"audio, \"V\" dla wideo, \"P\" dla obrazów) i przecinkiem (np A,/mnt/media/"
+"Muzyka). Możesz podać kilka folderów."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "Podaj ścieżkę do gniazda (socketu) miniSSDPd."
diff --git a/applications/luci-app-minidlna/po/pt-br/minidlna.po b/applications/luci-app-minidlna/po/pt-br/minidlna.po
index 3d53abd466..5ae9226d18 100644
--- a/applications/luci-app-minidlna/po/pt-br/minidlna.po
+++ b/applications/luci-app-minidlna/po/pt-br/minidlna.po
@@ -14,6 +14,9 @@ msgstr "Configuração Avançada"
msgid "Album art names:"
msgstr "Nomes do Álbum artistico: "
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "numero de modelo anunciado:"
@@ -122,6 +125,10 @@ msgstr ""
"deseja MiniDLNA para armazenar seu arquivo de log."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Defina esta opção para permitir o monitoramento inotify para descobrir "
@@ -148,13 +155,13 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Defina esta opção para o diretório que você deseja verificar. Se você quiser "
"restringir o diretório para um tipo específico de conteúdo, você pode "
"prefixar o tipo ('A' para áudio, 'V' para o vídeo, 'P' para imagens), "
-"seguido por uma vírgula, para o diretório (por exemplo media_dir = A, / "
-"mnt / media / Música). Vários diretórios podem ser especificados."
+"seguido por uma vírgula, para o diretório (por exemplo A, / mnt / media / "
+"Música). Vários diretórios podem ser especificados."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "Especifique o caminho para o soquete MiniSSDPd."
diff --git a/applications/luci-app-minidlna/po/pt/minidlna.po b/applications/luci-app-minidlna/po/pt/minidlna.po
index 96132cdf61..dbd835f509 100644
--- a/applications/luci-app-minidlna/po/pt/minidlna.po
+++ b/applications/luci-app-minidlna/po/pt/minidlna.po
@@ -17,6 +17,9 @@ msgstr "Definições Avançadas"
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Número modelo anunciado:"
@@ -117,6 +120,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -135,7 +142,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/ro/minidlna.po b/applications/luci-app-minidlna/po/ro/minidlna.po
index cba5fe6a7a..5e79cd2cf7 100644
--- a/applications/luci-app-minidlna/po/ro/minidlna.po
+++ b/applications/luci-app-minidlna/po/ro/minidlna.po
@@ -18,6 +18,9 @@ msgstr "Setări avansate"
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -114,6 +117,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -132,7 +139,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/ru/minidlna.po b/applications/luci-app-minidlna/po/ru/minidlna.po
index 539e8ca03d..28ae3165a9 100644
--- a/applications/luci-app-minidlna/po/ru/minidlna.po
+++ b/applications/luci-app-minidlna/po/ru/minidlna.po
@@ -20,6 +20,9 @@ msgstr "Расширенные настройки"
msgid "Album art names:"
msgstr "Имена обложек альбома:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "Номер модели:"
@@ -123,6 +126,10 @@ msgid ""
msgstr "Папка, в которой miniDLNA будет хранить свой файл журнала."
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
"Включение наблюдения inotify для автоматического обнаружения новых файлов."
@@ -148,13 +155,13 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
"Директории, которые необходимо сканировать. Если вы хотите установить "
"ограничение на определённый тип содержимого в директории, вы можете написать "
"тип ('A' для аудио, 'V' для видео, 'P' для изображений) перед путём к "
-"директории, за которым следует запятая (напр. media_dir=A,/mnt/media/Music). "
-"Может быть указано несколько директорий."
+"директории, за которым следует запятая (напр. A,/mnt/media/Music). Может "
+"быть указано несколько директорий."
msgid "Specify the path to the MiniSSDPd socket."
msgstr "Укажите путь к сокету MiniSSDPd."
diff --git a/applications/luci-app-minidlna/po/sk/minidlna.po b/applications/luci-app-minidlna/po/sk/minidlna.po
index 19c3e536d4..2968311d2a 100644
--- a/applications/luci-app-minidlna/po/sk/minidlna.po
+++ b/applications/luci-app-minidlna/po/sk/minidlna.po
@@ -14,6 +14,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -110,6 +113,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -128,7 +135,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/sv/minidlna.po b/applications/luci-app-minidlna/po/sv/minidlna.po
index 51a3f3a63f..d06abfd4cd 100644
--- a/applications/luci-app-minidlna/po/sv/minidlna.po
+++ b/applications/luci-app-minidlna/po/sv/minidlna.po
@@ -15,6 +15,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -111,6 +114,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -129,7 +136,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/templates/minidlna.pot b/applications/luci-app-minidlna/po/templates/minidlna.pot
index 2b35d1e716..0f22c674dd 100644
--- a/applications/luci-app-minidlna/po/templates/minidlna.pot
+++ b/applications/luci-app-minidlna/po/templates/minidlna.pot
@@ -7,6 +7,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -103,6 +106,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -121,7 +128,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/tr/minidlna.po b/applications/luci-app-minidlna/po/tr/minidlna.po
index 070d64c4e8..1eeba3f1bc 100644
--- a/applications/luci-app-minidlna/po/tr/minidlna.po
+++ b/applications/luci-app-minidlna/po/tr/minidlna.po
@@ -14,6 +14,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -110,6 +113,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -128,7 +135,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/uk/minidlna.po b/applications/luci-app-minidlna/po/uk/minidlna.po
index 7df732fb0f..db23241cc5 100644
--- a/applications/luci-app-minidlna/po/uk/minidlna.po
+++ b/applications/luci-app-minidlna/po/uk/minidlna.po
@@ -15,6 +15,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -111,6 +114,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -129,7 +136,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/vi/minidlna.po b/applications/luci-app-minidlna/po/vi/minidlna.po
index 070d64c4e8..1eeba3f1bc 100644
--- a/applications/luci-app-minidlna/po/vi/minidlna.po
+++ b/applications/luci-app-minidlna/po/vi/minidlna.po
@@ -14,6 +14,9 @@ msgstr ""
msgid "Album art names:"
msgstr ""
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr ""
@@ -110,6 +113,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -128,7 +135,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/po/zh-cn/minidlna.po b/applications/luci-app-minidlna/po/zh-cn/minidlna.po
index 998975689f..76ebcdade2 100644
--- a/applications/luci-app-minidlna/po/zh-cn/minidlna.po
+++ b/applications/luci-app-minidlna/po/zh-cn/minidlna.po
@@ -17,6 +17,9 @@ msgstr "高级设置"
msgid "Album art names:"
msgstr "专辑封面名称:"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "通告型号:"
@@ -113,6 +116,10 @@ msgid ""
msgstr "设置miniDLNA日志目录"
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr "设定启用inotify监控,自动发现新的文件。"
@@ -129,15 +136,16 @@ msgstr ""
"设定严格遵守DLNA标准。这将允许服务器端降小大尺寸JPEG图像,在(至少)索尼DLNA"
"的产品这可能会降低JPEG服务性能。"
-# 如果写成media_dir=A,/mnt/media/Music,uci会报错。实际上应该是A,/mnt/media/Music,这样生成的minidlna.conf刚好是media_dir=A,/mnt/media/Music
+# 如果写成A,/mnt/media/Music,uci会报错。实际上应该是A,/mnt/media/Music,这样生成的minidlna.conf刚好是A,/mnt/media/Music
msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
-"设置要扫描的目录。如果你想限制特定内容类型的目录,你可以在前面加上类型(用于音频'A','V'视频,'P'图片),其次是用逗号分隔的目录(如A,/mnt"
-"/媒体/音乐)。可以指定多个目录。"
+"设置要扫描的目录。如果您想限制特定内容类型的目录,您可以在前面加上类型(用于"
+"音频'A','V'视频,'P'图片),其次是用逗号分隔的目录(如A,/mnt/媒体/音乐)。可"
+"以指定多个目录。"
msgid "Specify the path to the MiniSSDPd socket."
msgstr "指定MiniSSDPd socket的路径。"
diff --git a/applications/luci-app-minidlna/po/zh-tw/minidlna.po b/applications/luci-app-minidlna/po/zh-tw/minidlna.po
index 1af3280993..2c636757d2 100644
--- a/applications/luci-app-minidlna/po/zh-tw/minidlna.po
+++ b/applications/luci-app-minidlna/po/zh-tw/minidlna.po
@@ -17,6 +17,9 @@ msgstr "進階設定值"
msgid "Album art names:"
msgstr "專輯名稱"
+msgid "Allow wide links:"
+msgstr ""
+
msgid "Announced model number:"
msgstr "已宣告型號數量"
@@ -113,6 +116,10 @@ msgid ""
msgstr ""
msgid ""
+"Set this to allow serving content outside the media root (via symlinks)."
+msgstr ""
+
+msgid ""
"Set this to enable inotify monitoring to automatically discover new files."
msgstr ""
@@ -131,7 +138,7 @@ msgid ""
"Set this to the directory you want scanned. If you want to restrict the "
"directory to a specific content type, you can prepend the type ('A' for "
"audio, 'V' for video, 'P' for images), followed by a comma, to the directory "
-"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."
+"(eg. A,/mnt/media/Music). Multiple directories can be specified."
msgstr ""
msgid "Specify the path to the MiniSSDPd socket."
diff --git a/applications/luci-app-minidlna/root/etc/uci-defaults/40_luci-minidlna b/applications/luci-app-minidlna/root/etc/uci-defaults/40_luci-minidlna
index df43c1b37b..47570307ba 100755
--- a/applications/luci-app-minidlna/root/etc/uci-defaults/40_luci-minidlna
+++ b/applications/luci-app-minidlna/root/etc/uci-defaults/40_luci-minidlna
@@ -1,10 +1,5 @@
#!/bin/sh
-/etc/init.d/minidlna enabled && {
- /etc/init.d/minidlna stop
- /etc/init.d/minidlna disable
-}
-
uci -q batch <<-EOF >/dev/null
delete ucitrack.minidlna
set ucitrack.minidlna=minidlna