Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show filename instead of game name #476

Open
gotbletu opened this issue Jul 20, 2015 · 7 comments
Open

show filename instead of game name #476

gotbletu opened this issue Jul 20, 2015 · 7 comments

Comments

@gotbletu
Copy link

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
Copy link

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
Copy link

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
Copy link

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

@Gyges-of-lydia
Copy link

@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
Copy link

btimofeev commented Oct 8, 2016

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

@ottk3
Copy link

ottk3 commented Oct 11, 2016

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

@chuckries
Copy link

+1

joolswills pushed a commit to joolswills/EmulationStation that referenced this issue Feb 8, 2019
Allow to show hidden files on Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants