Bureaucrats, staff, Administrators
938
edits
No edit summary |
No edit summary |
||
Line 57: | Line 57: | ||
Parse all output files a<AID>_[characters|pokemon].out to create a list of character and pokemon ids that are not present in any of the lists. (Take highest id, create list 1-<highest id>, remove all appearing ids from list, output list in missing_[characters|pokemon].out. Incorporate blacklist_[characters|pokemon].in file to remove further characters from the list that arent anime characters (pokemon live show characters for example). | Parse all output files a<AID>_[characters|pokemon].out to create a list of character and pokemon ids that are not present in any of the lists. (Take highest id, create list 1-<highest id>, remove all appearing ids from list, output list in missing_[characters|pokemon].out. Incorporate blacklist_[characters|pokemon].in file to remove further characters from the list that arent anime characters (pokemon live show characters for example). | ||
=v2= | |||
Compare data from already added to anidb with data from pm.net using http://anidb.net/perl-bin/animedb.pl?show=report&report.type=worf_pokemon_characterlist&report.csv=1&do.report=Generate+Report | |||
<pre> | |||
charid -> anidb.net character id | |||
identifier -> pm.net character id of the character; http://pocketmonsters.net/character/<identifier> (remove leading 0s) | |||
pokedexid -> pokedex id the character is a guise of; http://pocketmonsters.net/dex/<pokedexid> (remove leading 0s) | |||
pokemon -> comma-separated list of pm.net character ids; list of pokemon the character owns | |||
eids -> list of anidb.net episode ids the character appears in; check against pm.net->anidb.net mappings file | |||
names -> list of comma-separated list of names; each element consists of name, type and language divided by || | |||
other -> description of the character | |||
</pre> |