Subversion Repositories configs

Rev

Rev 193 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# port for HTTP (descriptions, SOAP, media transfer) traffic
2
port=8200
3
 
203 - 4
# network interfaces to serve, comma delimited (8 interfaces max)
192 - 5
#network_interface=eth0
6
 
7
# specify the user account name or uid to run as
8
#user=jmaggard
9
 
10
# set this to the directory you want scanned.
11
# * if you want multiple directories, you can have multiple media_dir= lines
12
# * if you want to restrict a media_dir to specific content types, you
13
#   can prepend the types, followed by a comma, to the directory:
14
#   + "A" for audio  (eg. media_dir=A,/home/jmaggard/Music)
15
#   + "V" for video  (eg. media_dir=V,/home/jmaggard/Videos)
16
#   + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
17
#   + "PV" for pictures and video (eg. media_dir=PV,/home/jmaggard/digital_camera)
193 - 18
media_dir=V,/data3/Movies/dvd
19
media_dir=A,/data5/music
192 - 20
 
21
# set this to merge all media_dir base contents into the root container
22
# note: the default is no
23
#merge_media_dirs=no
24
 
25
# set this if you want to customize the name that shows up on your clients
26
#friendly_name=My DLNA Server
27
 
28
# set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
29
#db_dir=/var/cache/minidlna
30
 
31
# set this if you would like to specify the directory where you want MiniDLNA to store its log file
193 - 32
#log_dir=/var/log/minidlna
192 - 33
 
34
# set this to change the verbosity of the information that is logged
35
# each section can use a different level: off, fatal, error, warn, info, or debug
36
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
37
 
38
# this should be a list of file names to check for when searching for album art
39
# note: names should be delimited with a forward slash ("/")
40
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
41
 
42
# set this to no to disable inotify monitoring to automatically discover new files
43
# note: the default is yes
44
inotify=yes
45
 
46
# set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
47
enable_tivo=no
48
 
193 - 49
# set this to beacon to use legacy broadcast discovery method
50
# defauts to bonjour if avahi is available
51
tivo_discovery=bonjour
52
 
192 - 53
# set this to strictly adhere to DLNA standards.
54
# * This will allow server-side downscaling of very large JPEG images,
55
#   which may hurt JPEG serving performance on (at least) Sony DLNA products.
56
strict_dlna=no
57
 
58
# default presentation url is http address on port 80
59
#presentation_url=http://www.mylan/index.php
60
 
61
# notify interval in seconds. default is 895 seconds.
62
notify_interval=900
63
 
64
# serial and model number the daemon will report to clients
65
# in its XML description
66
serial=12345678
67
model_number=1
68
 
69
# specify the path to the MiniSSDPd socket
70
#minissdpdsocket=/var/run/minissdpd.sock
71
 
72
# use different container as root of the tree
73
# possible values:
74
#   + "." - use standard container (this is the default)
75
#   + "B" - "Browse Directory"
76
#   + "M" - "Music"
77
#   + "V" - "Video"
78
#   + "P" - "Pictures"
79
#   + Or, you can specify the ObjectID of your desired root container (eg. 1$F for Music/Playlists)
80
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
81
#root_container=.
82
 
83
# always force SortCriteria to this value, regardless of the SortCriteria passed by the client
203 - 84
# note: you can prepend the sort criteria with "!" to alter the titles of the objects so that they
85
# will be alphanumerically sorted in the order you specify here, to work around clients that do their
86
# own alphanumeric sorting.
192 - 87
#force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
88
 
89
# maximum number of simultaneous connections
90
# note: many clients open several simultaneous connections while streaming
91
#max_connections=50
193 - 92
 
93
# set this to yes to allow symlinks that point outside user-defined media_dirs.
94
#wide_links=no
203 - 95
 
96
# enable subtitle support by default on unknown clients.
97
# note: the default is yes
98
#enable_subtitles=yes