546
edits
(→Data) |
Epoximator (talk | contribs) |
||
Line 8: | Line 8: | ||
== Data == | == Data == | ||
=== ANIME : new ? high === | === ANIME : new ? high === | ||
'''Command String:''' | '''Description:'''<br> | ||
Retrieves most info available for a specific anime defined by either id or name. | |||
'''Command String:'''<br> | |||
by aid | |||
* ANIME aid={int4 id} | |||
by name | |||
* ANIME name={str name} | |||
'''Possible Replies:''' | '''Possible Replies:''' | ||
* XXX NO SUCH ANIME | |||
* XXX ANIME | |||
:* XXX ANIME BEST MATCH | : {int4 aid}|{int2 type}|{int4 eps}|{int4 ep count}|{int4 special cnt}|{int4 rating}|{int4 votes}|{int4 tmprating}|{int4 tmpvotes}|{int4 review rating average}|{int4 reviews}|{str year}|{str romaji}|{str kanji}|{str english}|{str other}|{str synonyms}|{str short names}{str genre list} | ||
* XXX ANIME BEST MATCH | |||
: {int4 aid}|{int2 type}|{int4 eps}|{int4 ep count}|{int4 special cnt}|{int4 rating}|{int4 votes}|{int4 tmprating}|{int4 tmpvotes}|{int4 review rating average}|{int4 reviews}|{str year}|{str romaji}|{str kanji}|{str english}|{str other}|{str synonyms}|{str short names}{str genre list} | |||
'''Example:''' (html escaped code intended) | |||
> ANIME name=tmm&s=xxxxx | |||
< 230 ANIME | |||
161|52|50|0|715|57|777|35|816|1|2002-2003|TV|Tokyo Mew Mew|東京ミュウミュウ||||TMM§mew|Cat Girls | |||
> ANIME name=ナルト&s=xxxxx | |||
< 230 ANIME | |||
239|0|140|2|1000|10|855|3750|803|36|2002-2005|TV|Naruto|ナルト||נארוטו|NARUTO§ناروتو|naruto tv§ntv|Action,Shounen,Past,...(cut) | |||
'''Info:''' | '''Info:''' | ||
* Login is required. (?) | |||
* Synonyms and short names are separated with '§' | |||
* Genre names are separated with ',' and ordered by weight (desc). | |||
* Categories? | |||
* By title: returns the most likely anime, i.e. only one | |||
'''Comments:'''<br> | |||
I'd like this command to cope with a couple of different encodings when passed a title, and be explicit over whether it finds only one result or does a best-match guess. --[[User:Rar|Rar]] 04:51, 30 Oct 2005 (CET) | I'd like this command to cope with a couple of different encodings when passed a title, and be explicit over whether it finds only one result or does a best-match guess. --[[User:Rar|Rar]] 04:51, 30 Oct 2005 (CET) | ||
: On second thought, is a wide search really wanted or is 'WHERE lower(name)=' good enough?. About encodings, do you care to elaborate? --[[User:Epoximator|Epoximator]] 18:24, 25 November 2005 (CET) | |||
=== EPISODE : new / extend ? high === | === EPISODE : new / extend ? high === |
edits