"bcl" wrote:You could probably store a hash of the movie url instead of the complete url to save some space. Also, I think you have to periodically update the last played position while playing, because Roku changed the home key behavior so that it forces apps to close without a trappable event. See here:
Thanks. I expect that won't be enough to store everything. I suppose I could limit it to the last 10 or so movies watched. I really want to avoid any kind of external dependency.
"gonzotek" wrote:"bcl" wrote:You could probably store a hash of the movie url instead of the complete url to save some space. Also, I think you have to periodically update the last played position while playing, because Roku changed the home key behavior so that it forces apps to close without a trappable event. See here:
Thanks. I expect that won't be enough to store everything. I suppose I could limit it to the last 10 or so movies watched. I really want to avoid any kind of external dependency.
viewtopic.php?p=182789#p182789
"bcl" wrote:
So I'd like to be able to keep track of the last position locally. Does the registry have enough space for something like this? Index using the video filename (no path) and last position reported before exiting (I'd only be saving on exit, not while playing).