1,633
edits
mNo edit summary |
mNo edit summary |
||
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 | - 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 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 | - 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 | - 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 | - 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 361: | Line 361: | ||
note: genres are all lowercase and spaces are replaced with _ | note: genres are all lowercase 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 @ | match the new way of doing things @ MyList @ AniDB. (animes 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 | * 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 |
edits