batocera-linux / batocera-emulationstation

MIT License
309 stars 237 forks source link

Gamesplash dinamic image by system? #1680

Open marcoriesco opened 7 months ago

marcoriesco commented 7 months ago

Concerned project

Retrobat

Distribution Version

Retrobat V6 beta 3

Architecture

Windows 11

Issue description

I wanted to use dynamic tags, like $system or game.stem, in gamesplash.xml, as in the code below, I use this in other views and it works, in gamesplash it doesn't seem to work...

Is there another way to achieve this?

Logs and data

    <image name="background_gamesplash" extra="true">
        <origin>0 0</origin>
        <size>1 1</size>
        <path>./_loading/$system.png</path>
        <zIndex>5</zIndex>
    </image>
fabricecaruso commented 7 months ago

No it's not possible. Maybe in a future improvement....

marcoriesco commented 7 months ago

It would be really cool to have this possibility, and also to be able to put some animated image, something that isn't possible today.

It would be interesting to have a different screen for each system, but thanks for your answer.