2011-12-20, 05:34 AM
psycik Wrote:I've also, but not tested a whole heap, storing and retrieving the playback position in Plex.
Hi psycik, the resume is working really nicely now. I was testing back an fourth with my PC/TV with Plex and PC/NMT with NPVR and the resume point was being kept current.
You might be able to get around reloading the list by updating the object:
Code:
UiList.ListObject item = uiList.GetListObjects()[uiList.GetSelectionIndex()]; // or a saved index reference
item["@viewOffset"] = 12345;
Martin