PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : DLNA doesn't referesh media files



m_and_m
18.12.2013, 12:35
I have Amiko Alien2 wiht HDMU 11592. I activated the DLNA, and it starts ok. But doesn't refresh media db, only if I delete the files.db.
In the log I find these:


inotify.c:642: error: inotify_init() failed!
...
inotify.c:89: error: inotify_add_watch(/media/hdd) [Function not implemented]


ANd the other question: How can set up to autostart dlna service? When the box wakes up from deep standby the dlna doesn't start, but only manualy.


Thank You!

morly
18.12.2013, 12:42
@autostart: just put it into the ownscript.sh

m_and_m
23.03.2014, 14:23
My /etc/ownscript.sh (755) file is:


#!/bin/sh
/etc/init.d/dlna start


And nothing happens after restart.
This dlna is unusable: no autostart, no media refresh :mad:

Macbest
23.03.2014, 14:33
Enter this command from telnet client. Starts dlna then?

m_and_m
24.03.2014, 09:48
Yes, it starts...

Macbest
24.03.2014, 12:19
Ok, we have a look.
Perhaps the network start not yet completed.

Try the following:


#!/bin/sh
sleep 5
/etc/init.d/dlna start