You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the Letterboxd importer has trouble knowing which film the user is trying to import among different films with the same name. Since Letterbox uses IMDB data internally, we could use IMDB data to disambiguate which film the user has rated.
A possible approach would be to:
Generate an index of films using an IMDB dataset, either at runtime or pregenerated and stored here.
Create an UI to help the user decide which film they are referring to among the ones with the same name.
The text was updated successfully, but these errors were encountered:
Sometimes the Letterboxd importer has trouble knowing which film the user is trying to import among different films with the same name. Since Letterbox uses IMDB data internally, we could use IMDB data to disambiguate which film the user has rated.
A possible approach would be to:
The text was updated successfully, but these errors were encountered: