Assign a different piece of music to each system page?
-
After getting a music file that is in .ogg format (256kbps, 44100Hz),
Where in the file structure would I need to place the file in order for that piece of music to play just when that system page is accessed in recalbox?
-
@sylvester That is something that depends on the themes
-
I believe I'm using the default theme.
Could you give an example of where each .ogg should go in this case?
-
@sylvester No idea, that's definitely what i do not take care of. @rockaddicted or @supernature2k or @paradadf should be able to tell you
-
-
@sylvester I haven’t look into it, but I’d suggest you to get the simplelight ES theme and analize it. As far as I remember, it has custom music for every single system.
-
Hi,
With the new Recalbox release (18.03.30) I would like to revive this topic, because I want to use the default theme (for obvious reasons) and add custom music to every system. Could someone please help me. I would ask for the Recalbox-Next theme, but I know it won't be that easy. -
@agahowa23
Hi, please make at least a bit of searchthis is as simple as this:
in the main
theme.xml
add the following tag undersystem
view:<sound name="bgsound"> <path>./$system/put_it_wherever_you_want/with_same_file_name_for_every_system.ogg</path> </sound>
What it will do:
- replace $system with the name of each system
- load the file (that's why all files should have the same name)
-
@supernature2k
I am immensely grateful with you! I swear I made my research in the forum and I found many topics that talked about this, but none of them were conclusive (the ones I saw). I found one that I think was the one I needed but it was in french, I translated with google translator, but I wasn't much of a help.
I found difficult to find the main theme.xml (even with WinSCP) but I did it.
I am truly grateful, thanks! You all make a great job!