From: loswillios Date: Thu, 18 Aug 2011 08:27:29 +0000 (+0000) Subject: Version Bump Minidlna 1.0.21 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e20278b0f5d0708f863a21fbc87575cb2db19c76;p=packages.git Version Bump Minidlna 1.0.21 Adjust minidlna for inotify becoming part of the default kernel. minidlna.init: stop forcing a rescan (-R) of the media library on startup. Users will need to run it once after installing. 040-configuration-tweak.patch: enable use of inotify in the default configuration Signed-off-by: Ian Leonard git-svn-id: svn://svn.openwrt.org/openwrt/packages@28034 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/minidlna/files/minidlna.init b/multimedia/minidlna/files/minidlna.init index 2218f4621..2886ef39e 100644 --- a/multimedia/minidlna/files/minidlna.init +++ b/multimedia/minidlna/files/minidlna.init @@ -7,7 +7,7 @@ PID=/var/run/minidlna.pid SSD=start-stop-daemon start() { - $SSD -p $PID -S -x $BIN -- -P $PID -R + $SSD -p $PID -S -x $BIN -- -P $PID } stop() { diff --git a/multimedia/minidlna/patches/040-configuration-tweak.patch b/multimedia/minidlna/patches/040-configuration-tweak.patch index a26df5888..2a6861016 100644 --- a/multimedia/minidlna/patches/040-configuration-tweak.patch +++ b/multimedia/minidlna/patches/040-configuration-tweak.patch @@ -22,12 +22,3 @@ # 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