Autorun and repeat of video files from the videos folder when you turn

  • Hello.

    Help me set it up please

    How to make autorun and repeat video files from the videos folder when you turn on the mini-pc on the Orange Pi PC build LibreElec 10.0.1.

    I installed and configured LibreElec, transferred the mp4 video files to the videos folder, and what's next?

    Thank you.

    Edited once, last by Evgen (February 21, 2022 at 10:20 AM).

  • Hello.

    I decided to do it through the CRON SCHEDULE - STARTING PROGRAMS ON A SCHEDULE.

    1. Created an auto.m3u playlist.

    2. Set repeat in playlist settings

    3. Enabled ssh access with a password to LibreELEC, and activated the Cron scheduler 4. With the help of Putty I set up the Cron scheduler, gave the command # crontab -l and entered:

    Code
     @reboot PlayMedia(/storage/.kodi/userdata/playlists/video/auto.m3u)

    5. I restart LibreELEC, but the video does not start.

    What needs to be changed?

    Edited once, last by Evgen (February 21, 2022 at 10:27 AM).