Is there a way to export TMDB ratings so I can see how they are formatted? I want to import Movielens ratings which says are not supported.
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no robbie3999
on jūnijs 8, 2023 at 10:56 AM
Hi @moviereview101, it's not clear to me what you are asking. Maybe you can clearify your question. A rating is just a number that is associated with a title.
To export -your- tmdb ratings go to this page: https://www.themoviedb.org/u/moviereview101/ratings
Next to "My Ratings" select Movies or TV, then select the 3 dots next to "My Ratings" and then select "Export CSV".
Atbilde no CouchTater
on jūnijs 8, 2023 at 2:31 PM
on page https://www.themoviedb.org/settings/import-list are available examples of 6 formats
Atbilde no moviereview101
on jūnijs 9, 2023 at 10:43 PM
Movielens doesn't have so many entries.
https://imgur.com/a/f542Ywa
Is there a way I can make it work? It looked like Simkl had the least entries compared to the others. I tried putting whatever values I could in the same rows as the simkl and adding "tt" before all the IMBD titles, but it wouldn't work.
Atbilde no robbie3999
on jūnijs 10, 2023 at 12:44 PM
Hi @moviereview101
I was able to get it to work using the following:
Use the simkl_v1 format
Need only 4 fields (keep all the fields, but only need to fill out these): Type, Rating, TMDB, IMDB
Type=movie, Rating=integer from 1-10 (note it will not accept a floating point), TMDB (as is), IMDB
IMDB must be prefixed with "tt", and the number must be zero padded to 7 digits. For example: tt0372784
Atbilde no moviereview101
on jūnijs 13, 2023 at 9:07 PM
That doesn't work for me. Sometimes when I edit some it will import, but then none of them are accepted, but using that method it says "The file you submitted could not be mapped to one of our supported formats. If you'd like to ask for a new format to be added, head over to the forums."
I tried with ratings 1/5 and 1/10.
https://imgur.com/a/blh21UI
Atbilde no robbie3999
on jūnijs 13, 2023 at 10:00 PM
Not sure what the problem is. I loaded the six lines you have into a csv and imported it and it worked fine for me.
The format is very exact. A CSV is just a text file, you can view it with a text editor and it should look -exactly- like below. Any extra lines, spaces, or extra commas and it won't work. Also of course if you are editing with a spreadsheet program like excel, make sure you save it as a csv.
Atbilde no moviereview101
on jūnijs 15, 2023 at 8:35 PM
Thank you, that was very helpful. I guess I was saving it as the wrong type of .csv. I just opened it in notepad and saved as .csv there and it worked.
Atbilde no PT 100
on jūnijs 15, 2023 at 9:41 PM
I don't know if this will help, but it explains that there are different ways to save csv files in Excel. If you use the correct one it should work: https://excelribbon.tips.net/T013672_Different_CSV_Formats.html
Atbilde no robbie3999
on jūnijs 16, 2023 at 8:00 PM
This is FYI in case someone else comes across this thread. I did a little more testing and actually you don't need Type=movie and the TMDB id.
To import to your rating list, all you need is the rating (integer from 1-10) and the IMDB id.
To import to your watchlist or favorites list, you just need the IMDB id.
The IMDB id is the string "tt" followed by a 7 or 8 digit number. The 7 digit number may be zero padded. I think the newer 8 digit numbers always start with a non-zero.