ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

Import/Export Viewstate #381

Closed ukdtom closed 5 years ago

ukdtom commented 7 years ago

We should consider adding a ViewState module, so the owner can export a json file about what a user has been seen, as well as been able to import it back in again.

In this module, we need to be able to select the target user that we wants to perform the action on

ukdtom commented 6 years ago

Also important to check viewOffset from the XML, since that tells you how much was watched by the user. Now the problem on how to save that info is another story ;)

ukdtom commented 6 years ago

Seems like we in order to save it, can issue a get like:

http://qnap:32400/:/timeline?ratingKey=49439&state=playing&time=2196600&duration=6832086&X-Plex-Client-Identifier=WebTools

And we need to have all keys present it seems

Side effect is that it gets an entry in the timeline, but I can live with that

ukdtom commented 5 years ago

Sadly, dev work has been put on hold, due to plugins been discontinued by Plex

Ref: https://www.plex.tv/blog/subtitles-and-sunsets-big-improvements-little-housekeeping/

No new versions will be release, and this project has been put on hold

UAS will still be maintained for as long as it lasts