packages/multimedia/minidlna/patches/040-configuration-tweak.patch
florian 0554fbc984 [package] minidlna: update to 1.0.21
010-genconfig-checks.patch adjusts two configure checks to use ICONV_PREFIX and INTL_PREFIX. These changes were already made previously elsewhere in the build process and looks like it was just overlooked here.

040-configuration-tweak.patch was to rebase.

Minidlna's changes were primarily bug fixes and compatibility with newer ffmpeg.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-17 10:13:21 +00:00

34 lines
1.1 KiB
Diff

--- a/minidlna.conf
+++ b/minidlna.conf
@@ -2,7 +2,7 @@
port=8200
# network interfaces to serve, comma delimited
-#network_interface=eth0
+network_interface=br-lan
# set this to the directory you want scanned.
# * if have multiple directories, you can have multiple media_dir= lines
@@ -11,10 +11,10 @@ port=8200
# + "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
+media_dir=/mnt
# set this if you want to customize the name that shows up on your clients
-#friendly_name=My DLNA Server
+friendly_name=My DLNA Server
# set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
#db_dir=/var/cache/minidlna
@@ -28,7 +28,7 @@ album_art_names=Cover.jpg/cover.jpg/Albu
# set this to no to disable inotify monitoring to automatically discover new files
# note: the default is yes
-inotify=yes
+inotify=no
# set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
enable_tivo=no