Ergebnis 1 bis 6 von 6
  1. #1
    Neuer Benutzer
    Registriert seit
    14.09.2012
    Beiträge
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    DLNA doesn't referesh media files

    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:
    Code:
    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!


  2. #2
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    @autostart: just put it into the ownscript.sh
    "Every Setback is a Set Up for a Comeback"


  3. #3
    Neuer Benutzer
    Registriert seit
    14.09.2012
    Beiträge
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    My /etc/ownscript.sh (755) file is:
    Code:
    #!/bin/sh
    /etc/init.d/dlna start
    And nothing happens after restart.
    This dlna is unusable: no autostart, no media refresh


  4. #4
    VIP Avatar von Macbest
    Registriert seit
    15.05.2012
    Ort
    HDMedia Universe
    Beiträge
    5.461
    Thanks
    4.709
    Thanked 1.237 Times in 994 Posts
    Enter this command from telnet client. Starts dlna then?


  5. #5
    Neuer Benutzer
    Registriert seit
    14.09.2012
    Beiträge
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Yes, it starts...


  6. #6
    VIP Avatar von Macbest
    Registriert seit
    15.05.2012
    Ort
    HDMedia Universe
    Beiträge
    5.461
    Thanks
    4.709
    Thanked 1.237 Times in 994 Posts
    Ok, we have a look.
    Perhaps the network start not yet completed.

    Try the following:

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


Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •