Where does "resume" functionality reside?

I've been tinkering with audio books and mostly Plex's scheme of how to handle music translates just fine. I've even begun work on metadata agent for these. But the real obstacle to using Plex for audio books is that music gets no resume functionality... and it's a pain to remember where you were in a 10 hour audio file and scrub to that exact position each time.

 

I've opened up the sqlite database, but I wasn't able to find any tables or columns that related to this. I've also been digging around in the PMS app bundle, but all the python code is of course compiled to pyc. Does anyone have any guesses which of those implements resume for video? The only thing I see that looks like it could be would be re.pyc, but that's probably "regular expressions" instead of "REsume".

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.