|
|
Line 295: |
Line 295: |
| 100 => 'other' | | 100 => 'other' |
| ); | | ); |
|
| |
| === MYLISTEXPORT: Schedule a MyList Export ===
| |
| Queues a [http://anidb.net/perl-bin/animedb.pl?show=export MyList Export] by the AniDb Servers. As with a manual export request, exports are only done during periods when server load is low. As a result, exports may take up to 24 hours. The client submitting the request will receive an AniDb message when the export is ready to be collected.
| |
|
| |
| Only one export can be in the queue at a time.
| |
|
| |
| '''Command String:'''
| |
| * MYLISTEXPORT [template={str template_name}|cancel=1]
| |
|
| |
| '''Possible Replies:'''
| |
| * 217 Export Queued
| |
| * 218 Export Cancelled
| |
| * 317 No Such Template
| |
| * 318 Export Already In Queue
| |
| * 319 No Export In Queue or Export In Progress
| |
|
| |
| '''Info:'''
| |
| * ''template_name'' must match an available export template on the [http://anidb.net/perl-bin/animedb.pl?show=export MyList Export] page.
| |
| * ''cancel'' will cancel any pending export request, queued either through UDP or the web server.
| |
| * Clients can subscribe the message notifications if they wish to be notified when an export is complete.
| |
|
| |
|
|
| |
|
Revision as of 04:24, 30 October 2008
ANIME acode replacement
amask:
Byte 1 |
Byte 2 |
Byte 3 |
Byte 4 |
Byte 5 |
Bit |
Dec |
Data Field |
7 |
128 |
int aid |
6 |
64 |
unused |
5 |
32 |
str year |
4 |
16 |
str type |
3 |
8 |
str related aid list |
2 |
4 |
str related aid type |
1 |
2 |
str category list |
0 |
1 |
reserved |
|
Bit |
Dec |
Data Field |
7 |
128 |
str romaji name |
6 |
64 |
str kanji name |
5 |
32 |
str english name |
4 |
16 |
str other name |
3 |
8 |
str short name list |
2 |
4 |
str synonym list |
1 |
2 |
str producer name list |
0 |
1 |
str producer id list |
|
Bit |
Dec |
Data Field |
7 |
128 |
int4 episodes |
6 |
64 |
int4 normal ep count |
5 |
32 |
int4 special ep count |
4 |
16 |
int4 air date |
3 |
8 |
int4 end date |
2 |
4 |
str url |
1 |
2 |
str picname |
0 |
1 |
unused |
|
Bit |
Dec |
Data Field |
7 |
128 |
int4 rating |
6 |
64 |
int4 vote count |
5 |
32 |
int4 temp rating |
4 |
16 |
int4 temp vote count |
3 |
8 |
int4 average review rating |
2 |
4 |
int4 review count |
1 |
2 |
str award list |
0 |
1 |
unused |
|
Bit |
Dec |
Data Field |
7 |
128 |
int4 anime planet id |
6 |
64 |
int4 ANN id |
5 |
32 |
int4 allcinema id |
4 |
16 |
str animenfo id |
3 |
8 |
unused |
2 |
4 |
unused |
1 |
2 |
unused |
0 |
1 |
reserved |
|
ANIME Relationship Types
%adb_seq_subs::seq_type = (
1 => 'sequel',
2 => 'prequel',
11 => 'same setting',
12 => 'same setting',
21 => 'alternative setting',
22 => 'alternative setting',
31 => 'alternative version',
32 => 'alternative version',
41 => 'character',
42 => 'character',
51 => 'side story',
52 => 'parent story',
61 => 'summary',
62 => 'full story',
100 => 'other'
);
Empty Table
Byte 1 |
Bit |
Decimal |
Data Field |
0 |
1 |
String |
1 |
2 |
String |
2 |
4 |
String |
3 |
8 |
String |
4 |
16 |
String |
5 |
32 |
String |
6 |
64 |
String |
7 |
128 |
String |