SigServer:Variables: Difference between revisions
Soulweaver (talk | contribs) No edit summary |
|||
(13 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
Back to: [[SigServer:Documentation]] | Back to: [[SigServer:Documentation]] | ||
== Global Variables == | |||
Variables related to user information or signature. | |||
{| class="wikitable" | |||
|- | |||
! Variable !! Description | |||
|- | |||
| $Sig_username || Username | |||
|- | |||
| $Sig_uid || User ID | |||
|- | |||
| $Sig_width || Signature width in pixels | |||
|- | |||
| $Sig_height || Signature height in pixels | |||
|- | |||
| $PI || The natural constant π, i.e. 3.14159265... | |||
|- | |||
| $E || The natural constant ''e'', i.e. 2.71828182... | |||
|} | |||
== AniDB Statistics == | == AniDB Statistics == | ||
Statistics for AniDB | Statistics for AniDB. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 10: | Line 30: | ||
! Variable !! Description | ! Variable !! Description | ||
|- | |- | ||
| $anidbstat_acount || Total number of | | $anidbstat_acount || Total number of anime in AniDB | ||
|- | |- | ||
| $anidbstat_reviewcount || Total number of reviews in AniDB | | $anidbstat_reviewcount || Total number of reviews in AniDB | ||
Line 20: | Line 40: | ||
| $anidbstat_fcount || Total number of files in AniDB | | $anidbstat_fcount || Total number of files in AniDB | ||
|- | |- | ||
| $anidbstat_fsize || Total size of files in AniDB. Returned in | | $anidbstat_fsize || Total size of files in AniDB. Returned in GB | ||
|- | |- | ||
| $anidbstat_gcount || Total number of groups in AniDB | | $anidbstat_gcount || Total number of groups in AniDB | ||
Line 32: | Line 52: | ||
== AniDB Latest Anime == | == AniDB Latest Anime == | ||
Latest | Latest anime for which files were added to AniDB (each anime is listed only once).<br> | ||
Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 47: | Line 67: | ||
== AniDB Latest File == | == AniDB Latest File == | ||
Latest Files added to AniDB (by anyone).<br | Latest Files added to AniDB (by anyone).<br> | ||
Max five files. n shall be replaced with a number from 1-5 where 1 is the latest. | Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 62: | Line 82: | ||
| $anidblatestfile_id''n''_eid || The Episode ID of the episode to which the file belongs | | $anidblatestfile_id''n''_eid || The Episode ID of the episode to which the file belongs | ||
|- | |- | ||
| $anidblatestfile_id''n''_ename || The | | $anidblatestfile_id''n''_ename || The English title of the episode to which the file belongs | ||
|- | |- | ||
| $anidblatestfile_id''n''_enumber || The episode number of the episode to which the file belongs | | $anidblatestfile_id''n''_enumber || The episode number of the episode to which the file belongs | ||
Line 74: | Line 94: | ||
== AniDB Latest Recommendations == | == AniDB Latest Recommendations == | ||
The most recent recommendations on AniDB.<br | The most recent recommendations on AniDB.<br> | ||
Max five recommendations. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five recommendations. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 97: | Line 117: | ||
== AniDB Latest Review == | == AniDB Latest Review == | ||
Latest reviews added to AniDB.<br | Latest reviews added to AniDB.<br> | ||
Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 134: | Line 154: | ||
== Anime Statistics == | == Anime Statistics == | ||
Statistics for the anime with ID ''n'' | Statistics for the anime with ID ''n''. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 145: | Line 165: | ||
|- | |- | ||
| $animestat_a''n''_etotal || Total number of episodes | | $animestat_a''n''_etotal || Total number of episodes | ||
|- | |||
| $animestat_a''n''_startdate || First episode air date | |||
|- | |||
| $animestat_a''n''_enddate || Last episode air date | |||
|- | |||
| $animestat_a''n''_restricted || True = hentai / false = non-hentai | |||
|- | |- | ||
| $animestat_a''n''_rating || Rating | | $animestat_a''n''_rating || Rating | ||
Line 166: | Line 192: | ||
| $animestat_a''n''_usercount || Total number of users which has this anime in their MyList | | $animestat_a''n''_usercount || Total number of users which has this anime in their MyList | ||
|- | |- | ||
| $animestat_a''n''_fsize || Total size of all files belonging to this anime. Returned in | | $animestat_a''n''_fsize || Total size of all files belonging to this anime. Returned in MB as integer | ||
|- | |- | ||
| $animestat_a''n''_lastep_eid || Episode ID of the latest episode | | $animestat_a''n''_lastep_eid || Episode ID of the latest episode | ||
Line 185: | Line 211: | ||
|- | |- | ||
| $animestat_a''n''_lastep_usercount || Total number of users who have the latest episode in their MyList | | $animestat_a''n''_lastep_usercount || Total number of users who have the latest episode in their MyList | ||
|- | |||
| $animestat_a''n''_mylist_ecount || Number of episodes in MyList | |||
|- | |||
| $animestat_a''n''_mylist_ewatched || Number of episodes watched | |||
|- | |||
| $animestat_a''n''_mylist_specialepisodecount || Number of special episodes in MyList | |||
|- | |||
| $animestat_a''n''_mylist_specialepisodeswatched || Number of special episodes watched | |||
|- | |||
| $animestat_a''n''_mylist_state || State of the files | |||
|} | |||
== Anime Statistics with Group Statistics == | |||
Statistics for the anime with ID ''n'' and for group with id ''i'' for that anime. | |||
{| class="wikitable" | |||
|- | |||
! Variable !! Description | |||
|- | |||
| $animestat_a''n''_g''i''_aid || The Anime ID | |||
|- | |||
| $animestat_a''n''_g''i''_aname || Anime title | |||
|- | |||
| $animestat_a''n''_g''i''_etotal || Total number of episodes | |||
|- | |||
| $animestat_a''n''_g''i''_rating || Rating | |||
|- | |||
| $animestat_a''n''_g''i''_votecount || Number of votes | |||
|- | |||
| $animestat_a''n''_g''i''_temprating || Temporary rating | |||
|- | |||
| $animestat_a''n''_g''i''_tempvotecount || Number of temporary votes | |||
|- | |||
| $animestat_a''n''_g''i''_reviewcount || Number of reviews | |||
|- | |||
| $animestat_a''n''_g''i''_reviewrating || Review rating | |||
|- | |||
| $animestat_a''n''_g''i''_ecount || Number of added episodes | |||
|- | |||
| $animestat_a''n''_g''i''_fcount || Number of added files | |||
|- | |||
| $animestat_a''n''_g''i''_gcount || Number of groups working on this anime | |||
|- | |||
| $animestat_a''n''_g''i''_usercount || Total number of users which has this anime in their MyList | |||
|- | |||
| $animestat_a''n''_g''i''_fsize || Total size of all files belonging to this anime. Returned in MiB as integer | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_eid || Episode ID of the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_enumber || Episode number of the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_ename || Title of the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_date || Air date of the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_length || Length in minutes of the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_rating || Rating of the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_votes || Total number of votes on the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_fcount || Total number of files of the latest episode | |||
|- | |||
| $animestat_a''n''_g''i''_lastep_usercount || Total number of users who have the latest episode in their MyList | |||
|- | |||
| $animestat_a''n''_g''i''_mylist_ecount || Number of episodes in MyList | |||
|- | |||
| $animestat_a''n''_g''i''_mylist_ewatched || Number of episodes watched | |||
|- | |||
| $animestat_a''n''_g''i''_mylist_specialepisodecount || Number of special episodes in MyList | |||
|- | |||
| $animestat_a''n''_g''i''_mylist_specialepisodeswatched || Number of special episodes watched | |||
|- | |||
| $animestat_a''n''_g''i''_mylist_state || State of the files | |||
|- | |||
| $animestat_a''n''_g''i''_group_gid || Group ID of group | |||
|- | |||
| $animestat_a''n''_g''i''_group_gname || Name of group | |||
|- | |||
| $animestat_a''n''_g''i''_group_gshortname || Short name of group | |||
|- | |||
| $animestat_a''n''_g''i''_group_rating || Rating of group for this anime | |||
|- | |||
| $animestat_a''n''_g''i''_group_votes || Number of votes for group on this anime | |||
|- | |||
| $animestat_a''n''_g''i''_group_fcount || Number of released files | |||
|- | |||
| $animestat_a''n''_g''i''_group_ecount || Number of released episodes | |||
|- | |||
| $animestat_a''n''_g''i''_group_speicalepisodecount || Number of special episodes released | |||
|- | |||
| $animestat_a''n''_g''i''_group_lastfiledate || Date last file wast released | |||
|- | |||
| $animestat_a''n''_g''i''_group_state || State of group on this anime | |||
|- | |||
| $animestat_a''n''_g''i''_group_lastepisode || Last episodes released by group | |||
|} | |} | ||
== User Statistics == | == User Statistics == | ||
Statistics for your account | Statistics for your account. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 194: | Line 316: | ||
! Variable !! Description | ! Variable !! Description | ||
|- | |- | ||
| $stat_mylist_acount || Number of | | $stat_mylist_acount || Number of anime in MyList | ||
|- | |- | ||
| $stat_mylist_epcount || Number of episodes in MyList | | $stat_mylist_epcount || Number of episodes in MyList | ||
Line 200: | Line 322: | ||
| $stat_mylist_fcount || Number of files in MyList | | $stat_mylist_fcount || Number of files in MyList | ||
|- | |- | ||
| $stat_mylist_fsize || Size of files in MyList | | $stat_mylist_fsize || Size of files in MyList. Returned in MB | ||
|- | |- | ||
| $ | | $stat_mylist_last_aid || The id of the latest anime that was added to MyList | ||
|- | |- | ||
| $ | | $stat_mylist_last_aname || The name of the latest anime that was added to MyList | ||
|- | |- | ||
| $stat_anidb_add_acount || Number of | | $stat_mylist_last_date || The date the latest anime that was added to MyList | ||
|- | |||
| $stat_mylist_lastanime || ''Deprecated''; see $stat_mylist_last_aname | |||
|- | |||
| $stat_mylist_lastanime_date || ''Deprecated''; see $stat_mylist_last_date | |||
|- | |||
| $stat_anidb_add_acount || Number of anime added to AniDB | |||
|- | |- | ||
| $stat_anidb_add_epcount || Number of episodes added to AniDB | | $stat_anidb_add_epcount || Number of episodes added to AniDB | ||
Line 228: | Line 356: | ||
| $stat_anidb_ownviewedp || Percent of MyList watched | | $stat_anidb_ownviewedp || Percent of MyList watched | ||
|- | |- | ||
| $stat_anidb_viewedepcnt || Number of watched episodes in | | $stat_anidb_viewedepcnt || Number of watched episodes in MyList | ||
|- | |||
| $stat_anidb_dumped || Number of dumped files using Avdump | |||
|- | |||
| $stat_anidb_length || Length in minutes of files in MyList | |||
|- | |||
| $stat_anidb_viewedlength || Length in minutes of watched files in MyList | |||
|} | |} | ||
== Latest | == Latest Anime == | ||
Latest | Latest anime added to MyList.<br> | ||
Max five | Max five anime series. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 243: | Line 377: | ||
| $latestanime_id''n''_aid || Anime ID a of the ''n'' th recently added anime to MyList | | $latestanime_id''n''_aid || Anime ID a of the ''n'' th recently added anime to MyList | ||
|- | |- | ||
| $latestanime_id''n'' | | $latestanime_id''n''_aname || Name of the ''n'' th recently added anime to MyList | ||
|- | |||
| $latestanime_id''n''_name || ''Deprecated''; see $latestanime_id''n''_aname | |||
|} | |} | ||
== Latest Files == | == Latest Files == | ||
Latest Files added to your MyList.<br | Latest Files added to your MyList.<br> | ||
Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 256: | Line 392: | ||
| $latestfile_id''n''_aid || Anime ID a of the ''n'' th recently added file to MyList | | $latestfile_id''n''_aid || Anime ID a of the ''n'' th recently added file to MyList | ||
|- | |- | ||
| $latestfile_id''n''_aname || Anime name of the ''n''th recently added file to MyList | | $latestfile_id''n''_aname || Anime name of the ''n'' th recently added file to MyList | ||
|- | |- | ||
| $latestfile_id''n''_date || Date file was added | | $latestfile_id''n''_date || Date file was added | ||
Line 276: | Line 412: | ||
== Latest Votes == | == Latest Votes == | ||
The latest votes by you.<br | The latest votes by you.<br> | ||
Max five votes. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five votes. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 293: | Line 429: | ||
== Latest Recommendations == | == Latest Recommendations == | ||
The most recent recommendations made by you.<br | The most recent recommendations made by you.<br> | ||
Max five recommendations. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five recommendations. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 312: | Line 448: | ||
== Latest Review == | == Latest Review == | ||
Latest reviews by you.<br | Latest reviews by you.<br> | ||
Max five reviews. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five reviews. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 345: | Line 481: | ||
== Latest Watched == | == Latest Watched == | ||
Latest watched files in MyList.<br | Latest watched files in MyList.<br> | ||
Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | Max five files. ''n'' shall be replaced with a number from 1-5 where 1 is the latest. | ||
Line 374: | Line 510: | ||
== Watching == | == Watching == | ||
List of | List of anime you're currently watching.<br> | ||
If you have watched at least one episode of it within the last 14 days.<br | If you have watched at least one episode of it within the last 14 days.<br> | ||
Max five | Max five anime series. ''n'' shall be replaced with a number from 1-5 where 1 is the latest.<br> | ||
Ordered by the view date of the most recently viewed file per anime. | Ordered by the view date of the most recently viewed file per anime. | ||
Line 403: | Line 539: | ||
== Finished Watching == | == Finished Watching == | ||
Lists | Lists anime you've completely watched within the last 2 months.<br> | ||
Max five | Max five anime series. ''n'' shall be replaced with a number from 1-5 where 1 is the latest.<br> | ||
Ordered by the view date of the most recently viewed file per anime. | Ordered by the view date of the most recently viewed file per anime. | ||
Latest revision as of 17:17, 10 November 2017
Back to: SigServer:Documentation
Global Variables
Variables related to user information or signature.
Variable | Description |
---|---|
$Sig_username | Username |
$Sig_uid | User ID |
$Sig_width | Signature width in pixels |
$Sig_height | Signature height in pixels |
$PI | The natural constant π, i.e. 3.14159265... |
$E | The natural constant e, i.e. 2.71828182... |
AniDB Statistics
Statistics for AniDB.
Variable | Description |
---|---|
$anidbstat_acount | Total number of anime in AniDB |
$anidbstat_reviewcount | Total number of reviews in AniDB |
$anidbstat_avdhashfcount | Number of file hash entries submitted by Avdump |
$anidbstat_epcount | Total number of episodes in AniDB |
$anidbstat_fcount | Total number of files in AniDB |
$anidbstat_fsize | Total size of files in AniDB. Returned in GB |
$anidbstat_gcount | Total number of groups in AniDB |
$anidbstat_producercount | Total number of producers in AniDB |
$anidbstat_usercount | Total number of registered users in AniDB |
$anidbstat_votecnt | Total number of votes in AniDB |
AniDB Latest Anime
Latest anime for which files were added to AniDB (each anime is listed only once).
Max five files. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$anidblatestanime_idn_date | The addition date of the latest file. |
$anidblatestanime_idn_aid | The Anime ID of the anime. |
$anidblatestanime_idn_aname | The title of the anime. |
AniDB Latest File
Latest Files added to AniDB (by anyone).
Max five files. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$anidblatestfile_idn_date | The addition date |
$anidblatestfile_idn_aid | The Anime ID of the anime to which the file belongs |
$anidblatestfile_idn_aname | The main title of the anime to which the file belongs |
$anidblatestfile_idn_eid | The Episode ID of the episode to which the file belongs |
$anidblatestfile_idn_ename | The English title of the episode to which the file belongs |
$anidblatestfile_idn_enumber | The episode number of the episode to which the file belongs |
$anidblatestfile_idn_fid | The files File ID |
$anidblatestfile_idn_gid | The Group ID of the group who released the file, if any |
$anidblatestfile_idn_gname | The name of the group who released the file, if any |
AniDB Latest Recommendations
The most recent recommendations on AniDB.
Max five recommendations. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$anidblatestrecommendation_idn_date | Date the recommendation was made |
$anidblatestrecommendation_idn_aid | The Anime ID of the recommendation |
$anidblatestrecommendation_idn_type | Type of recommendation |
$anidblatestrecommendation_idn_comment | Recommendation comment |
$anidblatestrecommendation_idn_aname | Anime title |
$anidblatestrecommendation_idn_uid | User's ID |
$anidblatestrecommendation_idn_username | User's username |
AniDB Latest Review
Latest reviews added to AniDB.
Max five files. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$latestreview_idn_date | The date the review was added |
$latestreview_idn_aid | The Anime ID of the review |
$latestreview_idn_score_overall | The overall rating of the review |
$latestreview_idn_score_animation | The animation rating of the review |
$latestreview_idn_score_sound | The sound rating of the review |
$latestreview_idn_score_story | The story rating of the review |
$latestreview_idn_score_character | The character rating of the review |
$latestreview_idn_score_value | The value rating of the review |
$latestreview_idn_score_enjoyment | The enjoyment rating of the review |
$latestreview_idn_rating | The rating of the review |
$latestreview_idn_votes | Number of votes on the review |
$latestreview_idn_aname | Anime reviewed |
$latestreview_idn_uid | The authors User ID |
$latestreview_idn_username | The authors username |
Anime Statistics
Statistics for the anime with ID n.
Variable | Description |
---|---|
$animestat_an_aid | The Anime ID |
$animestat_an_aname | Anime title |
$animestat_an_etotal | Total number of episodes |
$animestat_an_startdate | First episode air date |
$animestat_an_enddate | Last episode air date |
$animestat_an_restricted | True = hentai / false = non-hentai |
$animestat_an_rating | Rating |
$animestat_an_votecount | Number of votes |
$animestat_an_temprating | Temporary rating |
$animestat_an_tempvotecount | Number of temporary votes |
$animestat_an_reviewcount | Number of reviews |
$animestat_an_reviewrating | Review rating |
$animestat_an_ecount | Number of added episodes |
$animestat_an_fcount | Number of added files |
$animestat_an_gcount | Number of groups working on this anime |
$animestat_an_usercount | Total number of users which has this anime in their MyList |
$animestat_an_fsize | Total size of all files belonging to this anime. Returned in MB as integer |
$animestat_an_lastep_eid | Episode ID of the latest episode |
$animestat_an_lastep_enumber | Episode number of the latest episode |
$animestat_an_lastep_ename | Title of the latest episode |
$animestat_an_lastep_date | Air date of the latest episode |
$animestat_an_lastep_length | Length in minutes of the latest episode |
$animestat_an_lastep_rating | Rating of the latest episode |
$animestat_an_lastep_votes | Total number of votes on the latest episode |
$animestat_an_lastep_fcount | Total number of files of the latest episode |
$animestat_an_lastep_usercount | Total number of users who have the latest episode in their MyList |
$animestat_an_mylist_ecount | Number of episodes in MyList |
$animestat_an_mylist_ewatched | Number of episodes watched |
$animestat_an_mylist_specialepisodecount | Number of special episodes in MyList |
$animestat_an_mylist_specialepisodeswatched | Number of special episodes watched |
$animestat_an_mylist_state | State of the files |
Anime Statistics with Group Statistics
Statistics for the anime with ID n and for group with id i for that anime.
Variable | Description |
---|---|
$animestat_an_gi_aid | The Anime ID |
$animestat_an_gi_aname | Anime title |
$animestat_an_gi_etotal | Total number of episodes |
$animestat_an_gi_rating | Rating |
$animestat_an_gi_votecount | Number of votes |
$animestat_an_gi_temprating | Temporary rating |
$animestat_an_gi_tempvotecount | Number of temporary votes |
$animestat_an_gi_reviewcount | Number of reviews |
$animestat_an_gi_reviewrating | Review rating |
$animestat_an_gi_ecount | Number of added episodes |
$animestat_an_gi_fcount | Number of added files |
$animestat_an_gi_gcount | Number of groups working on this anime |
$animestat_an_gi_usercount | Total number of users which has this anime in their MyList |
$animestat_an_gi_fsize | Total size of all files belonging to this anime. Returned in MiB as integer |
$animestat_an_gi_lastep_eid | Episode ID of the latest episode |
$animestat_an_gi_lastep_enumber | Episode number of the latest episode |
$animestat_an_gi_lastep_ename | Title of the latest episode |
$animestat_an_gi_lastep_date | Air date of the latest episode |
$animestat_an_gi_lastep_length | Length in minutes of the latest episode |
$animestat_an_gi_lastep_rating | Rating of the latest episode |
$animestat_an_gi_lastep_votes | Total number of votes on the latest episode |
$animestat_an_gi_lastep_fcount | Total number of files of the latest episode |
$animestat_an_gi_lastep_usercount | Total number of users who have the latest episode in their MyList |
$animestat_an_gi_mylist_ecount | Number of episodes in MyList |
$animestat_an_gi_mylist_ewatched | Number of episodes watched |
$animestat_an_gi_mylist_specialepisodecount | Number of special episodes in MyList |
$animestat_an_gi_mylist_specialepisodeswatched | Number of special episodes watched |
$animestat_an_gi_mylist_state | State of the files |
$animestat_an_gi_group_gid | Group ID of group |
$animestat_an_gi_group_gname | Name of group |
$animestat_an_gi_group_gshortname | Short name of group |
$animestat_an_gi_group_rating | Rating of group for this anime |
$animestat_an_gi_group_votes | Number of votes for group on this anime |
$animestat_an_gi_group_fcount | Number of released files |
$animestat_an_gi_group_ecount | Number of released episodes |
$animestat_an_gi_group_speicalepisodecount | Number of special episodes released |
$animestat_an_gi_group_lastfiledate | Date last file wast released |
$animestat_an_gi_group_state | State of group on this anime |
$animestat_an_gi_group_lastepisode | Last episodes released by group |
User Statistics
Statistics for your account.
Variable | Description |
---|---|
$stat_mylist_acount | Number of anime in MyList |
$stat_mylist_epcount | Number of episodes in MyList |
$stat_mylist_fcount | Number of files in MyList |
$stat_mylist_fsize | Size of files in MyList. Returned in MB |
$stat_mylist_last_aid | The id of the latest anime that was added to MyList |
$stat_mylist_last_aname | The name of the latest anime that was added to MyList |
$stat_mylist_last_date | The date the latest anime that was added to MyList |
$stat_mylist_lastanime | Deprecated; see $stat_mylist_last_aname |
$stat_mylist_lastanime_date | Deprecated; see $stat_mylist_last_date |
$stat_anidb_add_acount | Number of anime added to AniDB |
$stat_anidb_add_epcount | Number of episodes added to AniDB |
$stat_anidb_add_fcount | Number of files added to AniDB |
$stat_anidb_add_gcount | Number of groups added to AniDB |
$stat_anidb_independencep | Independence percent |
$stat_anidb_leechp | Leech percent |
$stat_anidb_reviewcount | Number of reviews added to AniDB |
$stat_anidb_votecount | Number of votes |
$stat_anidb_totalviewedp | Percent of AniDB watched |
$stat_anidb_totalownedp | Percent of AniDB owned |
$stat_anidb_ownviewedp | Percent of MyList watched |
$stat_anidb_viewedepcnt | Number of watched episodes in MyList |
$stat_anidb_dumped | Number of dumped files using Avdump |
$stat_anidb_length | Length in minutes of files in MyList |
$stat_anidb_viewedlength | Length in minutes of watched files in MyList |
Latest Anime
Latest anime added to MyList.
Max five anime series. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$latestanime_idn_date | Add date of the n th recently added anime to MyList |
$latestanime_idn_aid | Anime ID a of the n th recently added anime to MyList |
$latestanime_idn_aname | Name of the n th recently added anime to MyList |
$latestanime_idn_name | Deprecated; see $latestanime_idn_aname |
Latest Files
Latest Files added to your MyList.
Max five files. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$latestfile_idn_aid | Anime ID a of the n th recently added file to MyList |
$latestfile_idn_aname | Anime name of the n th recently added file to MyList |
$latestfile_idn_date | Date file was added |
$latestfile_idn_eid | Episode ID a of the n th recently added file to MyList |
$latestfile_idn_ename | Episode name of the n th recently added file to MyList |
$latestfile_idn_enumber | Episode number of the n th recently added file to MyList |
$latestfile_idn_fid | File ID a of the n th recently added file to MyList |
$latestfile_idn_gid | Group ID a of the n th recently added file to MyList |
$latestfile_idn_gname | Group name a of the n th recently added file to MyList |
$latestfile_idn_viewdate | Date file was viewed |
Latest Votes
The latest votes by you.
Max five votes. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$latestvote_idn_date | Date of the n th vote |
$latestvote_idn_aid | Anime ID of the n th vote |
$latestvote_idn_vote | Vote score of the n th vote |
$latestvote_idn_aname | Anime name of the n th vote |
Latest Recommendations
The most recent recommendations made by you.
Max five recommendations. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$latestrecommendation_idn_date | Date the recommendation was made |
$latestrecommendation_idn_aid | The Anime ID of the recommendation |
$latestrecommendation_idn_type | Type of recommendation |
$latestrecommendation_idn_comment | Recommendation comment |
$latestrecommendation_idn_aname | Anime name |
Latest Review
Latest reviews by you.
Max five reviews. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$latestreview_idn_date | The date the review was added |
$latestreview_idn_aid | The Anime ID of the review |
$latestreview_idn_score_overall | The overall rating of the review |
$latestreview_idn_score_animation | The animation rating of the review |
$latestreview_idn_score_sound | The sound rating of the review |
$latestreview_idn_score_story | The story rating of the review |
$latestreview_idn_score_character | The character rating of the review |
$latestreview_idn_score_value | The value rating of the review |
$latestreview_idn_score_enjoyment | The enjoyment rating of the review |
$latestreview_idn_rating | The rating of the review |
$latestreview_idn_votes | Number of votes on the review |
$latestreview_idn_aname | Anime reviewed |
Latest Watched
Latest watched files in MyList.
Max five files. n shall be replaced with a number from 1-5 where 1 is the latest.
Variable | Description |
---|---|
$latestwatched_idn_date | File date added |
$latestwatched_idn_viewdate | File viewed date |
$latestwatched_idn_aid | Anime ID of file |
$latestwatched_idn_aname | Anime name of file |
$latestwatched_idn_eid | Episode ID of file |
$latestwatched_idn_ename | Episode name of file |
$latestwatched_idn_enumber | Episode number of file |
$latestwatched_idn_fid | File ID of file |
$latestwatched_idn_gid | Group ID of file |
$latestwatched_idn_gname | Group name of file |
Watching
List of anime you're currently watching.
If you have watched at least one episode of it within the last 14 days.
Max five anime series. n shall be replaced with a number from 1-5 where 1 is the latest.
Ordered by the view date of the most recently viewed file per anime.
Variable | Description |
---|---|
$watching_idn_date | Date latest episode was added |
$watching_idn_viewdate | Date latest episode was watched |
$watching_idn_aid | Anime ID of anime |
$watching_idn_aname | Name of anime |
$watching_idn_eps | Number of episodes |
$watching_idn_state_epcount | Episodes in MyList |
$watching_idn_state_specialepcount | Special episodes in MyList |
$watching_idn_state_seenepcount | Seen episodes |
$watching_idn_state_seenspecialepcount | Seen special episodes |
Finished Watching
Lists anime you've completely watched within the last 2 months.
Max five anime series. n shall be replaced with a number from 1-5 where 1 is the latest.
Ordered by the view date of the most recently viewed file per anime.
Variable | Description |
---|---|
$finishedwatching_idn_date | Date latest episode was added |
$finishedwatching_idn_viewdate | Date latest episode was watched |
$finishedwatching_idn_aid | Anime ID of anime |
$finishedwatching_idn_aname | Name of anime |
$finishedwatching_idn_eps | Number of episodes |
$finishedwatching_idn_state_epcount | Episodes in MyList |
$finishedwatching_idn_state_specialepcount | Special episodes in MyList |
$finishedwatching_idn_state_seenepcount | Seen episodes |
$finishedwatching_idn_state_seenspecialepcount | Seen special episodes |