-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
- Apache-Webserver (or similar)
- PHP5
- PHP-SQLITE3 (not PHP-SQLITE!) because minidlna-db is in Sqlite3-Format
- Javascript enabled Website