20
edits
mNo edit summary |
mNo edit summary |
||
Line 35: | Line 35: | ||
fixed a small calculating error in the stats part. | fixed a small calculating error in the stats part. | ||
edit: Adjusted the script for AOM 0.5.10+ and higher. | edit: Adjusted the script for AOM 0.5.10+ and higher. Cleaned the code a little bit also Thx to light | ||
<pre> | <pre> | ||
Line 199: | Line 198: | ||
var %aom.file e:\aom\MyStats.ini | var %aom.file e:\aom\MyStats.ini | ||
if ($exists(%aom.file)) { | if ($exists(%aom.file)) { | ||
var %total $readini(%aom.file, | var %total $readini(%aom.file, $2, total) | ||
var %m $readini(%aom.file, | var %m $readini(%aom.file, $2, inmylist) | ||
var %w1 $readini(%aom.file, | var %w1 $readini(%aom.file, $2, allwatched) | ||
var %pw1 $readini(%aom.file, | var %pw1 $readini(%aom.file, $2, partwatched) | ||
say $$1: In AniDB: %total - In Mylist: %m - Watched: %w1 - Partially Watched: %pw1 | say $$1: In AniDB: %total - In Mylist: %m - Watched: %w1 - Partially Watched: %pw1 | ||
return 0 | return 0 |
edits