* Fix some possible memory leaks.
* Pay attention to the specified port number. * Add support for multiple media directories, and allow content filtering on the directories.
This commit is contained in:
@ -4,6 +4,13 @@ port=5555
|
||||
# enable UPNP support (default is yes)
|
||||
enable_upnp=yes
|
||||
|
||||
# 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:
|
||||
# + "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)
|
||||
media_dir=/opt
|
||||
|
||||
# set this if you want to customize the name that shows up on your clients
|
||||
|
Reference in New Issue
Block a user