Skip to content
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

Disable Plex GUID cache on old agents #109

Closed
burkasaurusrex opened this issue Nov 11, 2020 · 5 comments · Fixed by #115
Closed

Disable Plex GUID cache on old agents #109

burkasaurusrex opened this issue Nov 11, 2020 · 5 comments · Fixed by #115

Comments

@burkasaurusrex
Copy link

I'm still on the old movie agent and probably will be for some time. Any way we could detect the agent used for the library and only attempt to use the cache if it's the new agent?

@burkasaurusrex
Copy link
Author

It looks like we might be able to pull agent or scanner here: https://python-plexapi.readthedocs.io/en/latest/modules/library.html#plexapi.library.LibrarySection

@burkasaurusrex
Copy link
Author

Also, it looks like you can pull type? Probably could write out that setting under plex and just infer it from the API

@mza921
Copy link
Owner

mza921 commented Nov 11, 2020

One problem is that it's possible to have a movie in the library still use the new agent even if the library's default is the legacy agent.

@burkasaurusrex
Copy link
Author

Oh crazy. So I haven't migrated my libraries yet - it's possible that newer movies are still being matched by the new agent?

@meisnate12
Copy link

it shouldn't be if you're still using the old agent. all we have to do for this is only create the cache once a movie of the new agent is found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants