Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.07k stars 905 forks source link

show filename instead of game name #476

Open gotbletu opened 9 years ago

gotbletu commented 9 years ago

is there a way to show the complete filenames?

I have a few version like Euro, JAP, USA but in Emulationstation it only shows the game name not the filename. Which is confusing to me because then i wont know which version I am picking.

Example

Filename

Street Fighter II (Europe).zip Street Fighter II (Japan).zip Street Fighter II (USA).zip

Emulationstation game names:

Street Fighter II Street Fighter II Street Fighter II

btimofeev commented 9 years ago

I need it too. Currently there are no settings for this.

You can make a dirty hack: in the file es-app/src/FileData.cpp replace line 69

return removeParenthesis(stem);

with

return stem;
domoaligato commented 9 years ago

I would also like to see this as a feature. it would be great if this was a toggle in the ui options.

Gyges-of-lydia commented 8 years ago

Pythoning the gamelist.xml just doesn't work... much much needed feature! please apply it as soon as possible!!! Many Thanks!!!!

Gyges-of-lydia commented 8 years ago

@btimofeev - I'm using retropie rpi image, do you know maybe how can i add this change and recompile with keeping anything else in tact ? thanks in Advance,

btimofeev commented 8 years ago

@Gyges-of-lydia - I also need it for retropie, but I never build apps for rpi

ottk3 commented 8 years ago

+1 for this feature-request (show/sort by filename)

chuckries commented 6 years ago

+1