Version Bump Minidlna 1.0.21
authorloswillios <loswillios@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Aug 2011 08:27:29 +0000 (08:27 +0000)
committerloswillios <loswillios@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Aug 2011 08:27:29 +0000 (08:27 +0000)
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 <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28034 3c298f89-4303-0410-b956-a3cf2f4a3e73

multimedia/minidlna/files/minidlna.init
multimedia/minidlna/patches/040-configuration-tweak.patch

index 2218f46..2886ef3 100644 (file)
@@ -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() {
index a26df58..2a68610 100644 (file)
  
  # 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