Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-01-23 02:49:11 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-01-23 02:49:11 +0300
commit56c6b1699166703b16fced27f5bb2f98de90f93a (patch)
tree490bb6479f464fc361a5bbf71b0e0e428721b6b0 /minidlna.conf
parentf92f4785146ede294ea0b2319336389c49e14544 (diff)
Remove obsolete up/downstream_bitrate code.
Diffstat (limited to 'minidlna.conf')
-rw-r--r--minidlna.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/minidlna.conf b/minidlna.conf
index 892a70b..bb21444 100644
--- a/minidlna.conf
+++ b/minidlna.conf
@@ -5,15 +5,13 @@ port=5555
enable_upnp=yes
media_dir=/opt
-#media_dir=/c/DLNA
+
+# set this if you want to customize the name that shows up on your clients
+#friendly_name=My DLNA Server
# lease file location
#lease_file=/var/log/upnp.leases
-# bitrates reported by daemon in bits per second
-bitrate_up=1000000
-bitrate_down=10000000
-
# "secure" mode : UPnP client are allowed to add mappings only
# to their IP
secure_mode=no