Mylist export SDK changelog: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 124: Line 124:
     - fixed fields
     - fixed fields
         data_anime_mystate_string - wasn't outputting correctly for mixed state
         data_anime_mystate_string - wasn't outputting correctly for mixed state
     - better support for wishlisted animes with no files, anime information only will be exported
     - better support for wishlisted anime with no files, anime information only will be exported


   0.11b - 27.06.2007
   0.11b - 27.06.2007
Line 226: Line 226:
     - added flag to show if a file is a generic file (btw. that means size==0)
     - added flag to show if a file is a generic file (btw. that means size==0)
         status_file_isgeneric
         status_file_isgeneric
     - added new mylist filestate info
     - added new MyList filestate info
         data_file_myfilestate (0=normal, 1=invalid crc, 2=self edited,
         data_file_myfilestate (0=normal, 1=invalid crc, 2=self edited,
           10=self ripped, 11=on dvd, 12=on vhs, 13=on tv, 14=theater,
           10=self ripped, 11=on dvd, 12=on vhs, 13=on tv, 14=theater,
Line 236: Line 236:
         status_file_myfilestate_ontv, status_file_myfilestate_theater,
         status_file_myfilestate_ontv, status_file_myfilestate_theater,
         status_file_myfilestate_other
         status_file_myfilestate_other
     - added air and end date for animes
     - added air and end date for anime
         data_anime_startdate, data_anime_startdate_short
         data_anime_startdate, data_anime_startdate_short
         data_anime_enddate, data_anime_enddate_short
         data_anime_enddate, data_anime_enddate_short
Line 242: Line 242:
         data_ep_name_romaji, status_ep_hasname_romaji
         data_ep_name_romaji, status_ep_hasname_romaji
         data_ep_name_kanji, status_ep_hasname_kanji
         data_ep_name_kanji, status_ep_hasname_kanji
     - added wishlist info to animes
     - added wishlist info to anime
         status_anime_isinwishlist
         status_anime_isinwishlist
         data_anime_wishlist_type (0="unknown / unfiled", 1="to watch", 2="to get", 3="blacklist"),
         data_anime_wishlist_type (0="unknown / unfiled", 1="to watch", 2="to get", 3="blacklist"),
Line 249: Line 249:
         data_anime_wishlist_priority_name,
         data_anime_wishlist_priority_name,
         data_anime_wishlist_comment
         data_anime_wishlist_comment
     - added vote/tmpvote info for animes
     - added vote/tmpvote info for anime
         status_anime_my_isvoted, data_anime_my_vote
         status_anime_my_isvoted, data_anime_my_vote
         status_anime_my_istmpvoted, data_anime_my_tmpvote
         status_anime_my_istmpvoted, data_anime_my_tmpvote
Line 290: Line 290:
   0.06 - 06.09.2003
   0.06 - 06.09.2003
     - added animeplanet info:
     - added animeplanet info:
         data_anime_animeplanetid (not really useful yet, 1 for all animes, this will change someday though)
         data_anime_animeplanetid (not really useful yet, 1 for all anime, this will change someday though)
         data_anime_animeplaneturl
         data_anime_animeplaneturl
         status_anime_animeplanet_listed
         status_anime_animeplanet_listed
Line 310: Line 310:
         data_anime_my_*_total      - total number, same as old data_anime_my_*
         data_anime_my_*_total      - total number, same as old data_anime_my_*
     - data_anime_my_unwatchedeps, data_anime_my_unwatchedeps_special, data_anime_my_unwatchedeps_total where undocumented so far
     - data_anime_my_unwatchedeps, data_anime_my_unwatchedeps_special, data_anime_my_unwatchedeps_total where undocumented so far
     - status_anime_iscomplete and status_anime_iswatched haven been updated to match the current mylist style of only
     - status_anime_iscomplete and status_anime_iswatched haven been updated to match the current MyList style of only
       taking normal eps into account.
       taking normal eps into account.
     - status_ep_mystate_* and status_anime_mystate_* added to reflect the latest mylist changes on AniDB
     - status_ep_mystate_* and status_anime_mystate_* added to reflect the latest MyList changes on AniDB
       this allows you now to include state icons on episode and anime level as AniDB does it.
       this allows you now to include state icons on episode and anime level as AniDB does it.
     - plaintext dump of the small data file is now included, take a look at datadump.txt if you need info on
     - plaintext dump of the small data file is now included, take a look at datadump.txt if you need info on
Line 347: Line 347:
   0.03 - 10.08.2003
   0.03 - 10.08.2003
     - fixed typo, the module needed is called Storable
     - fixed typo, the module needed is called Storable
     - added additional big data file which can be used to check templates on big mylists
     - added additional big data file which can be used to check templates on big MyLists
       to use it rename tpl-alist.dat to i.e. tpl-alist.dat.small and rename tpl-alist.dat.big
       to use it rename tpl-alist.dat to i.e. tpl-alist.dat.small and rename tpl-alist.dat.big
       to tpl-alist.dat.
       to tpl-alist.dat.
Line 359: Line 359:
       * status_anime_genre_<genre> is set to 0 or 1 according to added genres
       * status_anime_genre_<genre> is set to 0 or 1 according to added genres
       i.e. status_anime_genre_action = 1, if the anime has genre action added
       i.e. status_anime_genre_action = 1, if the anime has genre action added
       note: genres are all lowercase and spaces are replaced with _
       note: genres are all lower case and spaces are replaced with _
     * status_anime_iscomplete and status_anime_iswatched slightly changed to
     * status_anime_iscomplete and status_anime_iswatched slightly changed to
       match the new way of doing things @ mylist @ AniDB. (animes with epcount = 0
       match the new way of doing things @ MyList @ AniDB. (anime with epcount = 0
       are no longer considered complete or completly watched)
       are no longer considered complete or completly watched)
     Ep:
     Ep:
Line 383: Line 383:
         are set according to data_file_state so you might want to use these
         are set according to data_file_state so you might want to use these
         instead of data_file_state
         instead of data_file_state
     * data_file_mystate carries AniDB internal mylist file state number
     * data_file_mystate carries AniDB internal MyList file state number
       + unknown=0, on hdd=1, on cd=2, deleted=3, shared=4, release=5
       + unknown=0, on hdd=1, on cd=2, deleted=3, shared=4, release=5
     * data_file_mystate_string gives the string representation
     * data_file_mystate_string gives the string representation
1,633

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.