-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add trakt url support for inspect: Movies #1855
Conversation
@simonc56 how to resolve trakt urls like this: to provider ids (tmdb, imdb, tvdb)? tried search/trakt, but that likely only accepts numeric id: |
seems the same path gives answer:
|
This is too slow to be acceptable? |
The buy/rentable places are made with this query (redacted parameters to remove identity): |
Plex Web also made request to each connected server: so, it's basically library search by guid, and it's not slow... at least not slowest... but then again, we had plex guid as input |
No longer that slow after 57edaf0 |
Example:
supports only movies