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

Add trakt url support for inspect: Movies #1855

Merged
merged 6 commits into from
May 19, 2024
Merged

Conversation

glensc
Copy link
Collaborator

@glensc glensc commented Mar 10, 2024

Example:

plextraktsync inspect https://trakt.tv/movies/barbie-2023

supports only movies

@glensc glensc self-assigned this Mar 10, 2024
@glensc
Copy link
Collaborator Author

glensc commented Mar 10, 2024

@simonc56 how to resolve trakt urls like this:

to provider ids (tmdb, imdb, tvdb)?

tried search/trakt, but that likely only accepts numeric id:

@glensc
Copy link
Collaborator Author

glensc commented Mar 10, 2024

seems the same path gives answer:

➜ ./trakt-api.sh https://api.trakt.tv/movies/the-vortex-2012 | jq        
{
  "title": "The Vortex",
  "year": 2012,
  "ids": {
    "trakt": 187634,
    "slug": "the-vortex-2012",
    "imdb": "tt2112307",
    "tmdb": 290730
  }
}

@glensc
Copy link
Collaborator Author

glensc commented Mar 30, 2024

This is too slow to be acceptable?

@glensc
Copy link
Collaborator Author

glensc commented May 12, 2024

I could be faster if there's api for the plex web available locations:

image

@glensc
Copy link
Collaborator Author

glensc commented May 12, 2024

@glensc glensc changed the title Add trakt url support for inspect Add trakt url support for inspect: Movies May 19, 2024
@glensc glensc marked this pull request as ready for review May 19, 2024 09:04
@glensc
Copy link
Collaborator Author

glensc commented May 19, 2024

No longer that slow after 57edaf0

@glensc glensc merged commit 27c95fb into Taxel:main May 19, 2024
3 checks passed
@glensc glensc deleted the trakt-id branch May 19, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant