XBMC Community Forum
Games Library (Game & Emulator database + launcher) development project, help wanted! - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Development (/forumdisplay.php?fid=93)
+--- Thread: Games Library (Game & Emulator database + launcher) development project, help wanted! (/showthread.php?tid=40715)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30


- Roncore - 2009-04-07 18:57

Status please!!


- ethan_9219 - 2009-04-08 02:28

What's happening with this project? It hasn't folded or anything has it?


- rausch101 - 2009-04-20 00:24

Anyone else have any interest in taking the lead on this?


- leo2 - 2009-04-24 16:21

I've been working lately on an extension to Programs module in XBMC.
The extensions contains:
1. an ability to setup a scraper for each programs directory.
2. a context menu option to get info for selected file or directory and save it into programs database.
3. a scraper for game info from allgame.com website
4. List of files and folders has been changed to get title & thumb from database (if available)
5. Executables are displayed in the directory browse and can be launched (without "Launcher" plugin)

A little Preview:
[Image: screenshot001n.png]
[Image: screenshot3q.png]
[Image: screenshot002r.png]

I'll sent a patch soon, but there are still some things to complete.

TODO Later:
1. Add information fields like "Genre", "Publisher", "Year", has been added to Sort menu.
2. Add "Program Info" window (like "Movie Info")
3. Add background recursive scan for folders
4. Add Fanart support (does anyone knows a good website of game fanarts?)


- rausch101 - 2009-04-24 16:26

wow leo...fantastic. Much appreciated.


- spiff - 2009-04-24 16:35

htbackdrops.com has game fanart.

and i hope you plan to use the Database directory classes like vids and music? and keep smart playlists in mind Smile


- greatant1337 - 2009-04-24 17:14

leo2 Wrote:I've been working lately on an extension to Programs module in XBMC.
Sounds cool. Is this just a beefier version of Launcher? I Loooooove Launcher.

I have a suggestion regarding the icon handling of Launcher, assuming this is essentially Launcher. I believe when XBMC sees an icon it resizes it and saves it as a .tbn in the the thumbnails directory. Whereas Launcher just whacks the downloaded .jpg in there. It ends up taking noticeably longer to load each icon when they're all .jpg. Would be great to have it work the same.

Keep up the good work.


- spiff - 2009-04-24 17:16

nothing to do with launcher, this is native code.

which, among other things, means thumbs will be handled as other sections (i assume, if not leo2 they should Wink)


- Rand Al Thor - 2009-04-24 17:21

@leo2

That is some amazing work! This is one project I have been very interested in seeing come to fruition.

Cheers,
Rand


- leo2 - 2009-04-24 17:52

spiff right,
nothing to do with launcher, it's native code.
the patch has been submitted, see http://xbmc.org/ticket/6434 for details.
the patch has many files that were added or changed so I guess it may take a while until it will be reviewed completely. be patient...