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

using tmdbid or imdbid instead of best-guess match on the title #13

Closed
einsern opened this issue May 18, 2024 · 2 comments
Closed

using tmdbid or imdbid instead of best-guess match on the title #13

einsern opened this issue May 18, 2024 · 2 comments

Comments

@einsern
Copy link

einsern commented May 18, 2024

Providing a LetterboxdURI, tmdbID or imdbID for each line in your file performs an exact match for the film (or diary entry, see below), while providing title (and optional year and director/s) results in a best-guess match.

from https://letterboxd.com/about/importing-data/

Plex has both in items.guids
You can see the format here:
https://python-plexapi.readthedocs.io/en/latest/modules/library.html#plexapi.library.LibrarySection.getGuid

All you have to do is filter out tmdb or imdb and you can still fall back to the title if you have to.
Using those IDs seems way more efficient and less error prone.

@mtimkovich
Copy link
Owner

Sure, that seems easy enough to implement.

@mtimkovich
Copy link
Owner

9b8e430

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

No branches or pull requests

2 participants