lad1337 / Gamez

Automated Video Game Download for Sabnzbd... Development STOPPED ... But check https://github.com/lad1337/XDM
15 stars 1 forks source link

Feature Request - Ability to catalog games in a library #4

Open smidley opened 11 years ago

smidley commented 11 years ago

This app should be able to see what games you have currently, and for what platform they are for. Much like how sickbeard can see the shows you have and what quality.

I would love to be able to point to a folder like this \Games\Roms\Nintendo\ and have it see all my games.

When a game has been downloaded, it will be moved into the "completed" category, and show up in your games library.

lad1337 commented 11 years ago

This is a though one ... To be on the save side I guess I would create something like a platform parser ... Creating a parser for roms should be easier then a parser for pc games ... These parsers could then have a simple interface like scanYourFolders() and they would return Games much as the downloaders do for the status check ... My only concern is they would need access to the providers so it would be aplugin calling plugins ... As I write this: how do the scrapers that XBMC uses do it ? What info provider do they use (how can we combine information of many providers? (Settings wise we could make another system plugin for specific section like provider info merge settings plugin)

The GUI is another question. Sure there will be a library menu item but how will you list all the platforms? Like sb does for shows and the games like episodes ? Sounds a little dull... I mean games have all kinds of artwork and trailers ( thinking of it: does thegamdb provide or give the option to add some kind of manual ?) surly the table style used right now would not work for this much information... Also do we want fancy Ajax loading

smidley commented 11 years ago

There's a lot to think about here, and this feature may be a ways out while it gets planned. Thegamesdb doesn't have any manuals that we host yet, but that has been asked for before and we'd like to provide them in some way.

I would say this should be organized by platform, then alphabetical for games. Things that could be displayed are the Title, Release Date, ESRB rating, TGDB rating, Number of players, Trailer, etc.

It would be cool if you could also click on a game title, and then have the ability to scrape info / art for the game.

flexage commented 11 years ago

Smidley: "It would be cool if you could also click on a game title, and then have the ability to scrape info / art for the game."

I agree, and if in doubt when scraping for a title, it is always customary to provide a pop-up selection box if a strong match isn't auto-detected.