Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    No frontend if Splashscreen is not ended

    Recalbox General
    frontend splashscreen ended
    2
    3
    663
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wilhinsi
      Wilhinsi last edited by Wilhinsi

      Hello all

      I search the possibility to launch the frontend after the Splashscreen is ended.

      If i have this request, it is that the two musics overlap, the splashscreen and frontend.

      Big thanks for your help.

      1 Reply Last reply Reply Quote 0
      • DreyMIX
        DreyMIX last edited by DreyMIX

        It happened to me too, but by changing the "system.splash.length" parameter, it didn't solve my problem (Even increasing it to 30 seconds, however, EmulationStation started too early.). The only trick I've found is going to edit the EmulationStation startup script.

        Connect to the recalbox server via SSH. Then type the following command in the console:

        nano /etc/init.d/S31emulationstation
        

        Or using the WinSCP software, enter the "/etc/init.d/" folder and edit the "S31emulationstation" file
        Immediately after the line where there is the string "start)", I added a pause of X seconds "sleep 23".
        My video lasts 25 seconds. So I set a pause of 23 seconds to make EmulationStation start after 23 seconds. Leaving a gap of 2 seconds, to give way to make a fade out.

        ...
        case "$1" in
          start)
          sleep 23
          ...
        

        Warning: make a backup of this file, because with the updates of Recalbox, you will lose the modification made.

        1 Reply Last reply Reply Quote 0
        • Wilhinsi
          Wilhinsi last edited by Wilhinsi

          Big thanks DreyMIX.

          I test this 😛

          I make feedback soon 🙂

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Want to support us ?

          81
          Online

          98.7k
          Users

          28.1k
          Topics

          187.0k
          Posts

          Copyright © 2021 recalbox.com