I added support for watched status in watchcartoononline. It is based on CSV files (one for every series, saved in the cache folder). The relevant code resides in a new file metadata.py.
Meta data is extracted from the episode name.
Also, episode entries are shown a bit more prettier, which is especially helpful for long series names.
For example the line
Teen Age Mutant Ninja Turtles Season 2 Episode 3 Something Happens
is now
2x3: Something Happens
Hi,
I added support for watched status in watchcartoononline. It is based on CSV files (one for every series, saved in the cache folder). The relevant code resides in a new file metadata.py. Meta data is extracted from the episode name. Also, episode entries are shown a bit more prettier, which is especially helpful for long series names.
For example the line Teen Age Mutant Ninja Turtles Season 2 Episode 3 Something Happens is now 2x3: Something Happens
Regards