I am working on the SageTV addon which essentially displays directories of SageTV recordings and allows you to watch shows, etc, that exist within the SageTV server.
One feature I can't figure out is how to indicate to XBMC which shows have been watched. I can pull the watched status from the SageTV server with no issues, but I don't know how to tell XBMC that a show has been watched.
I see there is a PercentPlayed InfoLabel, but that doesn't seem to work.
http://wiki.xbmc.org/index.php?title=InfoLabels
Is there a way I can set the XBMC watched status via python code? Is there an InfoLabel or something else I can use? Thoughts?
One feature I can't figure out is how to indicate to XBMC which shows have been watched. I can pull the watched status from the SageTV server with no issues, but I don't know how to tell XBMC that a show has been watched.
I see there is a PercentPlayed InfoLabel, but that doesn't seem to work.
http://wiki.xbmc.org/index.php?title=InfoLabels
Is there a way I can set the XBMC watched status via python code? Is there an InfoLabel or something else I can use? Thoughts?