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

Handle unknown movies on refresh with TMDB Backend #4

Open
NaPs opened this issue Jun 2, 2013 · 0 comments
Open

Handle unknown movies on refresh with TMDB Backend #4

NaPs opened this issue Jun 2, 2013 · 0 comments
Milestone

Comments

@NaPs
Copy link
Owner

NaPs commented Jun 2, 2013

Sometime movies are deleted on TMDB, so the identifier bound to a movie ("_tmdb_id") in the metadata db is not more valid. This is a problem while an update for the TMDB Backend. The current behavior is to stop the update and print a too vague error to the user (like "Unable to get URL").

  1. This problem should not stop an update.
  2. A more explicit warning should be printed to the user saying that the movies doesn't exists.
  3. A mechanism on the backends API must be implemented to print this warning.
@NaPs NaPs added this to the Later milestone Jun 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant