summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-connectivity/minidlna/minidlna/minidlna.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openvuplus/recipes-connectivity/minidlna/minidlna/minidlna.conf')
-rwxr-xr-x[-rw-r--r--]meta-openvuplus/recipes-connectivity/minidlna/minidlna/minidlna.conf22
1 files changed, 19 insertions, 3 deletions
diff --git a/meta-openvuplus/recipes-connectivity/minidlna/minidlna/minidlna.conf b/meta-openvuplus/recipes-connectivity/minidlna/minidlna/minidlna.conf
index 798d303..7e00e89 100644..100755
--- a/meta-openvuplus/recipes-connectivity/minidlna/minidlna/minidlna.conf
+++ b/meta-openvuplus/recipes-connectivity/minidlna/minidlna/minidlna.conf
@@ -4,15 +4,23 @@ port=8200
# network interfaces to serve, comma delimited
#network_interface=eth0
+# specify the user account name or uid to run as
+#user=jmaggard
+
# set this to the directory you want scanned.
-# * if have multiple directories, you can have multiple media_dir= lines
-# * if you want to restrict a media_dir to a specific content type, you
-# can prepend the type, followed by a comma, to the directory:
+# * if you want multiple directories, you can have multiple media_dir= lines
+# * if you want to restrict a media_dir to specific content types, you
+# can prepend the types, followed by a comma, to the directory:
# + "A" for audio (eg. media_dir=A,/home/jmaggard/Music)
# + "V" for video (eg. media_dir=V,/home/jmaggard/Videos)
# + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
+# + "PV" for pictures and video (eg. media_dir=PV,/home/jmaggard/digital_camera)
media_dir=/opt
+# set this to merge all media_dir base contents into the root container
+# note: the default is no
+#merge_media_dirs=no
+
# set this if you want to customize the name that shows up on your clients
#friendly_name=My DLNA Server
@@ -63,5 +71,13 @@ model_number=1
# + "M" - "Music"
# + "V" - "Video"
# + "P" - "Pictures"
+# + Or, you can specify the ObjectID of your desired root container (eg. 1$F for Music/Playlists)
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
#root_container=.
+
+# always force SortCriteria to this value, regardless of the SortCriteria passed by the client
+#force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
+
+# maximum number of simultaneous connections
+# note: many clients open several simultaneous connections while streaming
+#max_connections=50