EmulationStation icon indicating copy to clipboard operation
EmulationStation copied to clipboard

[Feature Request] Ability to set custom description

Open alexandrevicenzi opened this issue 6 years ago • 0 comments

Right now ES can only show "X GAMES AVAILABLE" description. It would be nice to have a custom message as for example "X PORTS AVAILABLE", "X APPS AVAILABLE" or anything else.

With a few changes in SystemView and SystemData this can be done. My suggestion is to add a new optional tag to the xml cfg file, like:

<description>
  <singular>Game Available</singular>
  <plural>Games Available</plural>
</description>

I would be happy to send a PR for this change.

alexandrevicenzi avatar Dec 30 '18 12:12 alexandrevicenzi