]> git.pld-linux.org Git - packages/minidlna.git/blob - config.patch
- up to 1.1.1
[packages/minidlna.git] / config.patch
1 --- minidlna-1.0.25/minidlna.conf.wiget 2012-11-18 11:12:19.015994831 +0100
2 +++ minidlna-1.0.25/minidlna.conf       2012-11-18 11:19:02.359311611 +0100
3 @@ -15,16 +15,16 @@
4  #   + "V" for video  (eg. media_dir=V,/home/jmaggard/Videos)
5  #   + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
6  #   + "PV" for pictures and video (eg. media_dir=AV,/home/jmaggard/digital_camera)
7 -media_dir=/opt
8 +#media_dir=/opt
9  
10  # set this if you want to customize the name that shows up on your clients
11  #friendly_name=My DLNA Server
12  
13  # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
14 -#db_dir=/var/cache/minidlna
15 +db_dir=/var/cache/minidlna
16  
17  # set this if you would like to specify the directory where you want MiniDLNA to store its log file
18 -#log_dir=/var/log
19 +log_dir=/var/log/minidlna
20  
21  # set this to change the verbosity of the information that is logged
22  # each section can use a different level: off, fatal, error, warn, info, or debug
This page took 0.061304 seconds and 3 git commands to generate.