User:Ommina: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | |||
| Line 111: | Line 111: | ||
| '''Possible Replies:''' | '''Possible Replies:''' | ||
| * 225 Group Status | * 225 Group Status | ||
| : {int  | : {int group id}|{str group name}|{int completion state}|{int last episode number}|{int rating}|{int votes}|{str episode range}\n | ||
| : {int group id}|{str group name}|{int completion state}|{int last episode number}|{int rating}|{int votes}|{str episode range}\n | |||
| : ... (repeated) | |||
| * 325 No Groups Found | * 325 No Groups Found | ||
| * 330 Anime Not Found | * 330 Anime Not Found | ||
| '''Info:''' | '''Info:''' | ||
| * The seven fields will be repeated as necessary, one for each group, separated by a new line character | |||
| * The seven fields  | |||
| * Groups will be filtered by the languages selected in the user's profile | * 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 | * If ''state'' is not supplied, groups with a completion state of 'ongoing', 'finished', or 'complete' are returned | ||
Revision as of 01:55, 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 group id}|{str group name}|{int completion state}|{int last episode number}|{int rating}|{int votes}|{str episode range}\n
- {int group id}|{str group name}|{int completion state}|{int last episode number}|{int rating}|{int votes}|{str episode range}\n
- ... (repeated)
- 325 No Groups Found
- 330 Anime Not Found
Info:
- The seven fields will be repeated as necessary, one for each group, separated by a new line character
- 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