[package] add minidlna (#7685)
[openwrt/svn-archive/archive.git] / multimedia / minidlna / patches / 004-configuration-tweak.patch
1 --- a/minidlna.conf
2 +++ b/minidlna.conf
3 @@ -2,7 +2,7 @@
4 port=8200
5
6 # network interface to bind to (this is the only interface that will serve files)
7 -#network_interface=eth0
8 +network_interface=br-lan
9
10 # set this to the directory you want scanned.
11 # * if have multiple directories, you can have multiple media_dir= lines
12 @@ -11,10 +11,10 @@
13 # + "A" for audio (eg. media_dir=A,/home/jmaggard/Music)
14 # + "V" for video (eg. media_dir=V,/home/jmaggard/Videos)
15 # + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
16 -media_dir=/opt
17 +media_dir=/mnt
18
19 # set this if you want to customize the name that shows up on your clients
20 -#friendly_name=My DLNA Server
21 +friendly_name=My DLNA Server
22
23 # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
24 #db_dir=/var/cache/minidlna
25 @@ -25,7 +25,7 @@
26
27 # set this to no to disable inotify monitoring to automatically discover new files
28 # note: the default is yes
29 -inotify=yes
30 +inotify=no
31
32 # set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
33 enable_tivo=no