Line 2... |
Line 2... |
2 |
port=8200
|
2 |
port=8200
|
3 |
|
3 |
|
4 |
# network interfaces to serve, comma delimited
|
4 |
# network interfaces to serve, comma delimited (8 interfaces max)
|
5 |
#network_interface=eth0
|
5 |
#network_interface=eth0
|
6 |
|
6 |
|
7 |
# specify the user account name or uid to run as
|
7 |
# specify the user account name or uid to run as
|
8 |
#user=jmaggard
|
8 |
#user=jmaggard
|
9 |
|
9 |
|
Line 79... |
Line 79... |
79 |
# + Or, you can specify the ObjectID of your desired root container (eg. 1$F for Music/Playlists)
|
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
|
80 |
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
|
81 |
#root_container=.
|
81 |
#root_container=.
|
82 |
|
82 |
|
83 |
# always force SortCriteria to this value, regardless of the SortCriteria passed by the client
|
83 |
# always force SortCriteria to this value, regardless of the SortCriteria passed by the client
|
- |
|
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.
|
84 |
#force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
|
87 |
#force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
|
85 |
|
88 |
|
86 |
# maximum number of simultaneous connections
|
89 |
# maximum number of simultaneous connections
|
87 |
# note: many clients open several simultaneous connections while streaming
|
90 |
# note: many clients open several simultaneous connections while streaming
|
88 |
#max_connections=50
|
91 |
#max_connections=50
|
89 |
|
92 |
|
90 |
# set this to yes to allow symlinks that point outside user-defined media_dirs.
|
93 |
# set this to yes to allow symlinks that point outside user-defined media_dirs.
|
91 |
#wide_links=no
|
94 |
#wide_links=no
|
- |
|
95 |
|
- |
|
96 |
# enable subtitle support by default on unknown clients.
|
- |
|
97 |
# note: the default is yes
|
- |
|
98 |
#enable_subtitles=yes
|