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
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.
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.
The text was updated successfully, but these errors were encountered: