ScudLee / scudlee-xbmc-addons

ScudLee's XBMC addons
18 stars 12 forks source link

Feature: Html log file #1

Closed ZeroQI closed 7 years ago

ZeroQI commented 10 years ago

Hi scudlee,

I thought you could be interested on how agents can create an html report log per database used so users can update more efficiently TheTVDB.com episode summary or update the posters, by just clicking a link...

I have started implementing it on my Plex AniDB agent that uses your XML files

Here is a post i just did, it will explain my concept of html log generated by the scrapping agent. i have html links pointing to the right TVDB page, and also a link to update your bug report page as discussed previously. I do need to implement a check for the latest version of the file so you are not bothered by users not using the latest set of your XML files...

Algorythmic: . i create an array of array in memory whose first index is the log to update . I update it with anidb, tddb, plex theme or your xml mapping file's feedback . i load the corresponding html log if it exists into an array . for each entry not in there yet, i add it to be written back to the log file

Here is the feedback logs description and one example of every feedback: . AniDB.htm

http://forums.plexapp.com/index.php/topic/77636-release-http-anidb-metadata-agent-hama/?p=485822