Is there an easy way to keep track of the played state for remote videos in a Python add-on? I noticed that Frodo keeps track of how far you've gotten in a given video, but I'm not sure if there's a way to query that from Python. It seems like I'd need to do something to figure out if a video is 1) unplayed, 2) in progress, or 3) played before adding the list item for it. Any ideas, or even better, some code from an add-on that already does this?
↧