I’ve used Movielens for quite some time and I have 1318 entries with ratings on that site.
Not all of the movies are of course available on my Plex server, but for those that are, I’d like to set my grade on them instead of the Imdb/Tomato or whatever Plex now uses.
I’m able to export a CSV with my ratings from https://movielens.org/
The CSV looks like this:
| movie_id | imdb_id | tmdb_id | rating | average_rating | title |
|---|---|---|---|---|---|
| 1 | 114709 | 862 | 3.5 | 3.89252 | Toy Story (1995) |
| 2 | 113497 | 8844 | 3.5 | 3.27319 | Jumanji (1995) |
| 6 | 113277 | 949 | 4.0 | 3.85986 | Heat (1995) |
imdb_id and rating are the most important columns along with title.
Rating is 0-5 with 0.5 increments.
Is there a way to easily add these to Plex? or do I have to manually match all movies in my library with this list and change the rating?