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

new table is good... some suggestions (or future enhancements?) #39

Closed
ghost opened this issue Nov 23, 2016 · 1 comment
Closed

new table is good... some suggestions (or future enhancements?) #39

ghost opened this issue Nov 23, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 23, 2016

good update, unscrapped data is faster now. i dont need to unnecessarily wait for it to load if i accidentally click on it. some few suggestions though.

-gamesdb seems to be really slow(not to mention i have a slow internet) and srapping just my 2000+ library of nes games took me almost an hour (including scrapping for already scrapped data from before the update) that i had to cancel it. its just slow even just getting the basic info of the game(like for the necessary entry in the table). have you considered using DAT's that are available like from TOSEC, ReDump, NoIntro etc to fill-in the basic info like game name, publisher, year etc? this way its a local copy and it has even crc/sha1 values for each rom to exactly match them to the rom you have and possibly give it proper name than the filename you have.

-scrapping an already scrapped library, does not fill in the table(only the newly added ones). the problem is you need to individually reidentify and rescrapped those games again one-by-one. i dont see how i can batch rescrap those again, and since db does not have friendly names nor organized by folders, i dont know which to delete so i can use the batch rescrapping again for specific platform or library

-allow custom resolution selection in fullscreen resolution of config

-(this needs checking-i havent looked yet)but is there no overscan option with pce_fast in mednafen core?

-let UI remember sort method choosen- i want games sorted by game title, but it seems to sort by ID everytime i visit the library.

-allow closing the right panel windows to see more of the table.(found how to remove this :D)

(probably for advance/developer builds or options?)
-allow a link somewhere in UI to be able to load the stdout.txt and possibly stderr.txt generated by mednafen

-allow to see and modify(or allow overrides) command-line before launch? probably put it beside stdout/stderr button?

(im just quickly glancing at new update now. pls disregard suggestion above if already implemented.)

@Asnivor
Copy link
Owner

Asnivor commented Nov 23, 2016

Great feedback, thanks. If you dont mind i'm going to move these all in to separate issues (where necessary) so it's easier to work with.

-gamesdb seems to be really slow(not to mention i have a slow internet) and srapping just my 2000+ library of nes games took me almost an hour (including scrapping for already scrapped data from before the update) that i had to cancel it. its just slow even just getting the basic info of the game(like for the necessary entry in the table). have you considered using DAT's that are available like from TOSEC, ReDump, NoIntro etc to fill-in the basic info like game name, publisher, year etc? this way its a local copy and it has even crc/sha1 values for each rom to exactly match them to the rom you have and possibly give it proper name than the filename you have.

I'll hopefully look into the feasibility of this at some point.

#40

-scrapping an already scrapped library, does not fill in the table(only the newly added ones). the problem is you need to individually reidentify and rescrapped those games again one-by-one. i dont see how i can batch rescrap those again, and since db does not have friendly names nor organized by folders, i dont know which to delete so i can use the batch rescrapping again for specific platform or library

#41

-allow custom resolution selection in fullscreen resolution of config

#42

-(this needs checking-i havent looked yet)but is there no overscan option with pce_fast in mednafen core?

This is unfortunately a limitation of pce_fast within Mednafen:
http://mednafen.fobby.net/documentation/pce_fast.html

-let UI remember sort method choosen- i want games sorted by game title, but it seems to sort by ID everytime i visit the library.

Yes, I'll work on this.

#43

-allow closing the right panel windows to see more of the table.(found how to remove this :D)

:)

(probably for advance/developer builds or options?)
-allow a link somewhere in UI to be able to load the stdout.txt and possibly stderr.txt generated by mednafen

This is something that is my list of things to do (although havent gotten around to formalising it on github)

#44

-allow to see and modify(or allow overrides) command-line before launch? probably put it beside stdout/stderr button?

That will require some thinking about.

#45

Thanks :)

@Asnivor Asnivor closed this as completed Nov 23, 2016
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

1 participant