Posts by Ernestopheles

    If restart = cold start then autostart.sh will be run. If restart = wake from suspend it will not be run, because autostart is a boot script and waking a suspended system is not boot. Your current script forces the entire boot process to stall for 5 secs. It would be better to (background)& the mount task so that boot can continue normally. You can look at using systemd .power functions in /storage/.config/system.d/ to schedule actions around system suspend and wake events.

    Hi chewitt, thanks a lot for explaining. Did not know that restart is not shutdown and start. Sometimes things are not as they look like...

    I will try the system. d solution or just not use restart.

    I tried this:

    /storage/.config/autostart.sh:

    #!/bin/sh

    sleep 5;

    mount /dev/sda2 /var/media/"Seagate Backup Plus"

    but it does not work on restart, just on start.

    After restart the mount command gives:

    mount: mounting /dev/sda2 on /var/media/Seagate Backup Plus failed: No such file or directory

    HD spinning and LEDS are on.

    mount does not list /dev/sda2.

    Plugging USB out and in will mount the HD.

    Thanks for ansewering, try again:

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    The mp4 are downloaded from xconfessions.com, where I did have an account.

    HD connected by USB, self powered, all videos on this disk, most are running fine. Therefore not tried thumb or flash.

    More Infos about one of the videos not playing:

    =====================================================

    Video

    =====================================================

    Codec 4CC: H264

    Auflösung: 1280 x 720

    Seitenverhältnis: 1:1 (1:1)

    Bildrate: 25,000 fps

    Gesamtdauer: 00:05:53,721

    =====================================================

    Zusätzliche Video-Eigenschaften

    =====================================================

    ExtraData-Länge: 43

    Extra data: 01 4D 40 28 FF E1 00 1C 67 4D

    =====================================================

    Audio

    =====================================================

    Codec: AAC

    Kanäle: Stereo

    Bitrate: 16000 Bps / 128 kbps

    Abtastrate: 48000 Hz

    Gesamtdauer: 00:05:53,664

    Hi all,

    I cannot play these Videos, there is no error message. Using Libreelec with Kodi 18.1 LEIA on Raspi 3B+

    Tried to find some hints in the debug log. Thats not easy as I only know how to access the log with a log viewer addon... The logs reports unspecified errors opening the video file.

    Maybe there is a codec missing?

    Maybe this is a known issue and you can help me?

    thanks, E.