Is there any way to change the brand name on the load screen and the initial video intro - maybe some menu text too?? I’d love to surprise my daughter for her birthday and adjust this as “???'s Console”. I’ve seen posts that it can be done with Rasberry Pi version on RetroPie, but wondering if Emulation Station on EmuElec from an Android TV box can have some branding changed?? I guess it might involve editing the uncompiled source before compiling, is there any guide on this (if it’s permitted from EmuElec of course).
I have never tried it before. Can’t help, sorry.
I think it will be easier to find and replace the intro video and logo files on EmuELEC installation. SSH and find where the files reside.
The boot logo cannot be changed (not without recompiling).
You can change the splash by following this WiKi entry.
And Emulationstation supports splash change, just follow any tutorial on the internet to do that, basically just change it from the resources folder or add it to the theme.
Someone already told you how to change the video.
As for your libreelec link, it falls on you to test it
Many thanks EmuElec. I absolutely love your system.
Do you have a guide on recompiling back to the image file (that is used on first boot up) from the source? I’d love to have a go at changing that intro to a birthday message.
Yes, I followed this: Bezels & Splash screens · EmuELEC/EmuELEC Wiki · GitHub. There isn’t much detail on Splash , it talks mainly about Bezels, but it showed the /storage/roms/splash folder and I found that folder and put a splash.png in there. What did I do wrong please??
I looked at this again and noticed you mentioned upload to /resources folder in your text. I changed the splash_emuelec.svg and uploaded back to /resources folder and overwrote the old one. I also replaced oemsplash.png in /flash, but nothing has changed?
You will get the splash you want when loading a game and when returning to ES.
Or copy the /usr/bin/show_splash.sh file to /emuelec/bin and edit it to point it to whatever files you have, but like I said, bootlogo cannot be changed unless you recompile.
I know you mean well for your daughter, but the bootlogo is made hard to change for a reason.
Sorry, this didn’t work and strangely .config directory seems to have gone missing now and the loading game and splash that were uploaded to /storage/.config/splash have reverted.
I won’t bother you any more on this. Thanks for trying to help me out. Much appreciated.
I copied the /usr/bin/show_splash.sh to /emuelec/bin/show_splash.sh and changed the path to "/storage/splashvideo.mp4 on that show_splash.sh file and can see from a note in the directory of emuelec/bin that bin files placed in this directory will replace the usr/bin location. However, it doesn’t seem to change anything. is there a cache to clear? My files are placed in /storage/ folder as per the path that is pointed.
Also I can’t copy the files directly to the usr/bin directory as i get an error code 4. Is there a way to change the permissions on this folder (the standard CHMOD doesn’t make any difference).
Or copy the /usr/bin/show_splash.sh file to /emuelec/bin and edit it to point it to whatever files you have, but like I said, bootlogo cannot be changed unless you recompile.
The paths are the same though in the original show_splash.sh.
To be clear, this is the splash screen shown when the box/Emulelec boots, not when a game starts.
The splash screen for the game starting did change with the change i made above, the splash screen and starting video when EmuElec boots up did not. Sorry, should have made that clear.