Copied from smitchell6879/plugin.video.specialfeatures#20
As of now item will play with info but the watched status is not kept... Need to add SQL query to rebuild item in play function so info can be set along with urlresolve for Kodi to keep up with watched status.. not sure if resume points will work have not had a video large enough to test yet.
So one first thought it I was thinking the issue is with the code... and technically it is... but we are talking about special features bloopers out takes etc. Right now the code works it sets the watched status.. issue is when you leave the window the item gets rebuilt with out the resume/watch info so since I am not collecting and updating this in my database it will not reflect the next time the list is rebuilt it will go back to defaults.
And for what this addon is I really don't see a point in adding this information at this time.. maybe in the future if it becomes popular enough and get requested but personally I am happy with the way it works now and see no need to send hours trying to implement this just for a check mark to show one a couple videos.
As of now item will play with info but the watched status is not kept... Need to add SQL query to rebuild item in play function so info can be set along with urlresolve for Kodi to keep up with watched status.. not sure if resume points will work have not had a video large enough to test yet.
So one first thought it I was thinking the issue is with the code... and technically it is... but we are talking about special features bloopers out takes etc. Right now the code works it sets the watched status.. issue is when you leave the window the item gets rebuilt with out the resume/watch info so since I am not collecting and updating this in my database it will not reflect the next time the list is rebuilt it will go back to defaults.
And for what this addon is I really don't see a point in adding this information at this time.. maybe in the future if it becomes popular enough and get requested but personally I am happy with the way it works now and see no need to send hours trying to implement this just for a check mark to show one a couple videos.