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

Implement individual movie insertion to Movielens if source does not provide IMDB id #107

Open
StegSchreck opened this issue Jan 10, 2020 · 0 comments

Comments

@StegSchreck
Copy link
Owner

Is your feature request related to a problem? Please describe.
If the source of the parsed movies does not include the IMDB id of a movie, the movie matcher at Movielens cannot identify the uploaded movies in the CSV file from RatS. If this is the case for all movies in the parsed data, RatS will print a corresponding message and not try to upload anything.

Describe the solution you'd like
If this case is identified, the movie data should not be inserted individually instead of the bulk CSV upload. For other cases the CSV uploaded would still be the preferred solution, as it is way faster.

For simplification: If some movies contain the IMDB id, and others don't, it would be ok to just upload the IMDB-id-containing movies as CSV and give the user a hint about what to do with the remaining movies.

Additional context
#106 mentioned this case.

@StegSchreck StegSchreck added this to the v1.0 milestone Jan 10, 2020
@StegSchreck StegSchreck added this to Backlog in RatS via automation Jan 10, 2020
@StegSchreck StegSchreck moved this from Backlog to To do in RatS Jan 10, 2020
@StegSchreck StegSchreck removed this from the v1.0 milestone Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
RatS
  
To do
Development

No branches or pull requests

1 participant