User:Ommina: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 102: Line 102:
  </tr>
  </tr>
</table>
</table>
=== 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
: {int count}({int group id}{str group name}{int completion state}{int last episode number}{int rating}{int votes}{str episode range}) '''* count'''
* 325 No Groups Found
* 330 Anime Not Found
'''Info:'''
* The first value returned (''count'') will be number of group blocks to follow.
* The seven fields that follow will be repeated ''count'' times.
* Groups will be filtered by the languages selected in the user's profile
* If ''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
* ''state'' values: 1=ongoing, 2=stalled, 3=complete, 4=dropped, 5=finished, 6=specials_only

Revision as of 01:48, 28 November 2008





ANIME Relationship Types

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'


CALENDAR: Next 10

WISHLIST: Retrieve Wishlist Data

WISHLISTADD: Add Anime to Wishlist

WISHLISTDEL: Remove Anime from Wishlist

NOTIFICATION: Retrieve Notification Date

NOTIFICATIONADD: Add Anime or Group to Notify List

NOTIFICATIONDEL: Remove Anime or Group from Nofity List

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

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
{int count}({int group id}{str group name}{int completion state}{int last episode number}{int rating}{int votes}{str episode range}) * count
  • 325 No Groups Found
  • 330 Anime Not Found

Info:

  • The first value returned (count) will be number of group blocks to follow.
  • The seven fields that follow will be repeated count times.
  • Groups will be filtered by the languages selected in the user's profile
  • If 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
  • state values: 1=ongoing, 2=stalled, 3=complete, 4=dropped, 5=finished, 6=specials_only