I wrote a new script for .
With this script you can use AMC to catalogue your Games.
I'm planning to write one or two more scripts for gamers. (such as GameSpy.com, GameStats, Game Rankings, GameSpot)
Sample screenshot:
Parsed Information from MobyGames:
Game Name --> Original Title field
AKA Names --> Translated Title field
Serie Name --> Director field
MobyGames Rating --> Rating field (for AMC 3.5.0 Alpha)
Technical Specifications(System Requirements) --> Actors field
Perspective --> Producer field
ESRP Rating --> Country field
Genre --> Category field
Release Year --> Year field
Description --> Description field
Review --> Comments field *optional*
Game Credits --> Comments field *optional*
Game Trivia --> Comments field *optional*
Small Cover or Big Cover *optional*
Developer --> Video Format field
Publisher --> Audio Format field
Optional filed can be adjusted by edit script:
Code: Select all
const
ImportBigCover = True;
ImportSmallCover = False;
ImportReview = True;
ImportTrivia = True;
ImportCredits = True;
ImportSmallCover --> False or True
ImportReview --> False or True
ImportTrivia --> False or True
ImportCredits --> False or True
False --> NOT import info
True --> import info
Full Pack (with AMC)
Only script and language files
Put language file into "Languages" folder and script file into "Scripts" folder.
Enjoy!
P.S. If you use this script, please report bugs if any
UPDATE on 20.03.2005:
I updated script, language and package into AMC 3.5.0 Final version:
http://dl.downloadhosting.com/download/ ... od_350.rar
***********************
UPDATE on 10.05.2005
***********************
Language and Script
Mirror