spoyser / spoyser-repo

XBMC Addons
15 stars 26 forks source link

WatchCartoonOnline: Support for watched status based on CSV files and prettier list items #25

Closed QnDisclosed closed 8 years ago

QnDisclosed commented 8 years ago

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

spoyser commented 8 years ago

Many thanks for the support!!

Manually added changes, made a few minor changes to metadata.py Removed use of CSV module and changed to use my sfile module (xbmcvfs compatible)