v7.90.009 ALPHA Libreelec settings not storing/using Wait for Network

  • Using v7.90.009 ALPHA, it looks like Libreelec settings add-on is not writing the "wait for network before starting kodi" setting

    If I remember correctly, (not sure) it used to write startup.sh and put a delay=X in there, it doesnt seem to be doing this and on start-up there is no delay inserted.

    In my case (intel nuc) is means no network until after my movies/tv/music scan, hence nothing new its found.

    Thanks for looking into this.


  • the setting writes to "/storage/.cache/libreelec/network_wait"
    with the following contents

    Code
    WAIT_NETWORK="true"
    WAIT_NETWORK_TIME="10"

    Thanks, so i've manually updated that to 30 (so I'm assuming it waits 30 seconds, or do it continue when it sees the network come up ?" and after a reboot it doesn't seems to "wait" for 30 second or at all...


  • it will just continue if the network is up.

    thats strange, as i'm getting directory not found errors on start-up:

    1:49:44.728 T:139836014982912 NOTICE: VideoInfoScanner: Starting scan ..
    21:49:44.906 T:139835018856192 ERROR: GetDirectory - Error getting
    21:49:45.152 T:139835975165696 ERROR: Previous line repeats 6 times.

    which I don't get when I do a manual scan after letting it sit for a few seconds after kodi start.

    how does it detect the network is up ? and this is logic change recently ? with alpha 8 or 7 it was sitting on the kodi logo screen for 5 seconds (what I set in the config add-on) and then continued...

    (btw this is on an intel nuc, wired connection)

    Edited once, last by Jester (December 6, 2016 at 8:58 PM).

  • thats strange, as i'm getting directory not found errors on start-up:

    1:49:44.728 T:139836014982912 NOTICE: VideoInfoScanner: Starting scan ..
    21:49:44.906 T:139835018856192 ERROR: GetDirectory - Error getting
    21:49:45.152 T:139835975165696 ERROR: Previous line repeats 6 times.

    which I don't get when I do a manual scan after letting it sit for a few seconds after kodi start.

    how does it detect the network is up ? and this is logic change recently ? with alpha 8 or 7 it was sitting on the kodi logo screen for 5 seconds (what I set in the config add-on) and then continued...

    (btw this is on an intel nuc, wired connection)

    Does your on-startup library scan finish quickly or hang for ages?