-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plex #127
Comments
If I could use flox to go from plex1 -> flox -> plex1,plex2 then you’d have me for life. I have a plex installation that needs to be migrated to a new server. But I don’t want to lose my watches status on tv and shows. I can rebuild the plex library easily enough but there is no way other than trakt.tv to sync watched state across plex servers. There is an api that will let you update the watches status, so I guess you’d need to write the synchronization routine that runs every x hours or y days to push mark all content in the subscribed plex servers as watched. You already have the plex->flox syncing I think. |
That's right. Currently I have no real time to learn the API of Plex and test it :/ |
I would like to see the feature to filter out shared users. https://support.plex.tv/articles/115002267687-webhooks/
We must not get confused by "user" and "owner" values here. I believe these refer to the user which the Webhook belongs to. That'd usually be the server owner. But the Account ID is what we want to use here. To take it one step further, we could even gather all the Accounts that Flox has seen from Plex on the settings page and allow to select which ones to track via a nice selection screen (username is provided as Account->title by the API). Then users wouldn't need to find out from the API data which Account IDs they want to track and which not. I added a simple filter for the server owner to my installation, as that's really easy to do. However the GUI seems to be mostly Javascript and while I understand PHP perfectly well, GUI programming is honestly not my strong suit. :)
|
This would be so awesome. I know that trakt.tv can be used for it, but I don't want to give trakt all that information. |
A simple Plex API has now been added.
This enables the creation of new items in Flox when playing a video in Plex. Mark a episode as seen if a episode is finished or rate a movie/tv show.
A simple API for this has been added to Flox. The implementation for Plex is available here: https://github.com/devfake/flox/blob/master/backend/app/Services/Api/Plex.php. It can be used for other programs as well.
Is that enough? Or do we also need a sync from Flox to Plex? Is there an API for that?
Could someone use real media to test the Plex implementation in Flox?
The text was updated successfully, but these errors were encountered: