Search found 9 matches

by mdlesk
January 8th, 2012, 9:12 pm
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

This would be great if it also included support for PC games... why the limitation for Wii games? I plan to implement more systems, including PC Games in the future. At the moment Wii and XBOX 360 are implemented. I have built out the databases myself for XBOX and Wii and keep it updated, to ensure...
by mdlesk
January 2nd, 2012, 11:35 am
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

This should be resolved now. Please update to the latest version (1.1.2.0)
by mdlesk
January 2nd, 2012, 10:21 am
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

XBOX 360 support has been added. Also a button has been added that allows you to update your local copy of the game list from the gamezapp.org web service, which will always contain the latest game list. When clicking this button it may take a few moments to process as it will update the entire game...
by mdlesk
January 1st, 2012, 10:22 am
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

Thanks for pointing this out, I have removed the reference from the Gamez.py file.
by mdlesk
December 31st, 2011, 10:03 am
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

I'm trying to run this on my x86 QNAP has with Python 2.6.7, but I get the error Traceback (most recent call last): File "Gamez.py", line 6, in <module> from lib.WebBrowseWii import WebBrowseWii ImportError: Bad magic number in /share/MD0_DATA/.qpkg/git-svn-dir/Gamez/lib/WebBrowseWii.pyc ...
by mdlesk
December 30th, 2011, 7:47 pm
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

Cherrypy isn't included with the application code, the module needs to be installed from source or pre-compiled prior to using the Gamez application. I will add it to the code now.

Edit: Cherrypy has been now been added to the Gamez application.
by mdlesk
December 29th, 2011, 7:10 pm
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

I'll keep an eye on this, might be useful to integrate in Qouch. :) Make sure you'll implement an API at some point. ;) I have started to add the API framework. This will be a gradual process that I will implement piece by piece, with each release. I have also added an API.md file, which will conta...
by mdlesk
December 25th, 2011, 12:45 am
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Re: Gamez - Video Game Downloader

I have update the code a few times since my initial release. The following features have been added: - Version Checker - Ability to install new version or defer the alert until the next version is available - Check to see if the database has all of the required tables and config file has all section...
by mdlesk
December 23rd, 2011, 1:28 am
Forum: Third-party Addons
Topic: Gamez - Video Game Downloader
Replies: 52
Views: 83750

Gamez - Video Game Downloader

EDIT: Gamez has been replaced by Gamez Server (http://forums.sabnzbd.org/viewtopic.php?f=6&t=16410) Gamez is an automatic NZB downloader, Similar to SickBeard, Couchpotato, and headphones, except it is for video games. This is a work in progress and today marks the initial release (v. 0.0.0.1). ...