User:Ommina: Difference between revisions
Line 723: | Line 723: | ||
=== MYLISTEXPORT: Schedule a MyList Export === | === MYLISTEXPORT: Schedule a MyList Export === | ||
Queues 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. | Only one export can be in the queue at a time. | ||
Line 735: | Line 735: | ||
* 317 No Such Template | * 317 No Such Template | ||
* 318 Export Already In Queue | * 318 Export Already In Queue | ||
* 319 No Export In Queue | * 319 No Export In Queue or Export In Progress | ||
'''Info:''' | '''Info:''' | ||
* ''template_name'' must | * ''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. | * ''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. | * Clients can subscribe the message notifications if they wish to be notified when an export is complete. | ||
Revision as of 04:55, 21 October 2008
FILE acode & fcode replacement
amask:
Byte 1 | Byte 2 | Byte 3 | Byte 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
fmask:
Byte 1 | Byte 2 | Byte 3 | Byte 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
ANIME acode replacement
amask:
Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
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' );
MYLISTEXPORT: Schedule a MyList Export
Queues a 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 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.
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 |