546
edits
Epoximator (talk | contribs) |
Epoximator (talk | contribs) |
||
Line 828: | Line 828: | ||
'''Command String:'''<br> | '''Command String:'''<br> | ||
by lid: (mylist id, edit only) | by lid: (mylist id, edit only) | ||
* MYLISTADD lid={int4 lid}&edit=1[&state={int2 state}&viewed={boolean viewed}&source={str source}&storage={str storage}&other={str other}] | * MYLISTADD lid={int4 lid}&edit=1[&state={int2 state}&viewed={boolean viewed}&viewdate={int4 viewdate}&source={str source}&storage={str storage}&other={str other}] | ||
by fid: | by fid: | ||
* MYLISTADD fid={int4 fid}[&state={int2 state}&viewed={boolean viewed}&source={str source}&storage={str storage}&other={str other}][&edit=1] | * MYLISTADD fid={int4 fid}[&state={int2 state}&viewed={boolean viewed}&viewdate={int4 viewdate}&source={str source}&storage={str storage}&other={str other}][&edit=1] | ||
by size+ed2k hash: | by size+ed2k hash: | ||
* MYLISTADD size={int4 size}&ed2k={str ed2khash}[&state={int2 state}&viewed={boolean viewed}&source={str source}&storage={str storage}&other={str other}][&edit=1] | * MYLISTADD size={int4 size}&ed2k={str ed2khash}[&state={int2 state}&viewed={boolean viewed}&viewdate={int4 viewdate}&source={str source}&storage={str storage}&other={str other}][&edit=1] | ||
by anime + group + epno | by anime + group + epno | ||
* MYLISTADD aname={str anime name}[&gname={str group name}&epno={int4 episode number}][&state={int2 state}&viewed={boolean viewed}&source={str source}& | * MYLISTADD aname={str anime name}[&gname={str group name}&epno={int4 episode number}][&state={int2 state}&viewed={boolean viewed}&viewdate={int4 viewdate}&source={str source}&storage={str storage}&other={str other}][&edit=1] | ||
* MYLISTADD aname={str anime name}[&gid={int4 group id}&epno={int4 episode number}][...] | * MYLISTADD aname={str anime name}[&gid={int4 group id}&epno={int4 episode number}][...] | ||
* MYLISTADD aid={int4 anime id}[&gname={str group name}&epno={int4 episode number}][...] | * MYLISTADD aid={int4 anime id}[&gname={str group name}&epno={int4 episode number}][...] | ||
Line 858: | Line 858: | ||
* All data except lid/fid/size+hash is optional. | * All data except lid/fid/size+hash is optional. | ||
* Viewed should be 0 for unwatched files and 1 for watched files. | * Viewed should be 0 for unwatched files and 1 for watched files. | ||
* Viewdate is optional; the current time will be used if not defined. The field will be disregarded if viewed=0. | |||
* Other is the only field which may contrain newlines, but they have to be stored as <br /> | * Other is the only field which may contrain newlines, but they have to be stored as <br /> | ||
* If edit is 1 then an existing entry, if found, will be updated with the given values. | * If edit is 1 then an existing entry, if found, will be updated with the given values. |
edits