User:Ommina: Difference between revisions
Line 337: | Line 337: | ||
<td>7</td> | <td>7</td> | ||
<td align="right">128</td> | <td align="right">128</td> | ||
<td> | <td>reserved</td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 22:13, 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.
GROUPSTATUS: Get Completed Episode
Returns a list of group names and ranges of episodes released by the group for a given anime.
Command String:
- GROUPSTATUS aid={int animeid}&state={int completion_state}
Possible Replies:
- 225 Group Status
- 325 No Groups Found
- 330 Anime Not Found
Info:
- Groups will be filtered by the languages selected in the user's profile
- If completion_state is not supplied, groups with a completion state of 'ongoing', 'finished', or 'complete' are returned
- Groups are returned in order of descending episode count
- If there are more groups to return than can be stored in a UDP packet, additional groups will be silently discarded
- I really need a nap
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 |