Skip to content
PinkPantherchen edited this page Nov 6, 2023 · 3 revisions

Minidlna - Webinterface (rev15a)

is a basic Webinterface for minidlna-Servers MiniDLNA-Project: https://sourceforge.net/projects/minidlna/ (now named ReadyMedia)

To configure the Webinterface just edit the file: /inc/config.inc.php --beginn-- $path_to_db = "{absolute path to your minidlna-files.db}" $debug_sqls = true or false (without ") .. if you want to show the SQL-Queries done in background $fdownload = true or false (without ") .. if you want to enable download of single-files $jdownload = true or false (without ") .. if you want to enable the DLC/CCF/RSDF-Generator for bulk-download --end--

The following is needed:

  1. Apache-Webserver (or similar)
  2. PHP5
  3. PHP-SQLITE3 (not PHP-SQLITE!) because minidlna-db is in Sqlite3-Format
  4. Javascript enabled Website
Clone this wiki locally