As long as you can export the list on IMDB's side and you want to import to one of our 3 primary account lists, yes. Export the list and then go into your account and click "Import CSV". Then import them into your "Rated" list.
We do not support importing a CSV into a non-account list on TMDb at this time.
Right now you can only import Ratings, Watchlist and Favorites. For the rest, you'll have to wait until Travis adds the possibility of importing custom lists which unfortunately isn't a high priority for him atm.
anyway i can import to my watchlist and dont create a new list? under my tmdb, i used to import the list by going to import list > "import to which list?" and select "watchlist"
With my script you can only import to custom lists. I made it that way as TMDB already has this feature implemented in the settings page.
@Raghavan_Rave there is an update to the imdb that wont allow import from the settings, can you please add this feature to your script? i think it will be very useful
You mean with IMDb you can't export the watchlist? i dont understand can you elaborate?
From June 27, IMDb removed the feature to export lists through the /export endpoint, which is the core of this script to download IMDb lists automatically. For now, you can download the lists manually and place them inside the imdb-csv folder, then enter the filename with the extension in the imdbId field, just like you do for private lists. In the mean time I will find a way to automate this through other methods.
Fixed the /export IMDb end-point by making a work around. Now lists will be downloaded automatically.
oh okay, also I get this with the csv:
Failed to add titles to TMDB list (....): SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
and not all my stuff are synced
How many titles do you have in that list? I have tried lists with more than 2000 titles and encountered that error sometimes, but all the items will eventually be added to the TMDB list. It takes some time; if you check the list just after running the program, only a few hundred titles might be added initially. You should wait for 2 to 5 minutes and then check the TMDB list page again. All the titles should be there. If you still have issues, please create an issue on GitHub.
Creating: My Movie Listfile:///E:/import-imdb-lists-to-tmdb-main/src/utils/tmdbApiHelper.js:27
if (response[type].length) {
^
TypeError: Cannot read properties of undefined (reading 'length')
at fetchTmdbIdsFromImdbIds (file:///E:/import-imdb-lists-to-tmdb-main/src/utils/tmdbApiHelper.js:27:32)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async importLists (file:///E:/import-imdb-lists-to-tmdb-main/src/import.js:161:29)
Node.js v22.13.1
Can't find a movie or TV show? Login to create it.
Reply by Travis Bell
on October 29, 2015 at 1:16 AM
Hi frantait,
As long as you can export the list on IMDB's side and you want to import to one of our 3 primary account lists, yes. Export the list and then go into your account and click "Import CSV". Then import them into your "Rated" list.
We do not support importing a CSV into a non-account list on TMDb at this time.
Cheers.
Reply by WizardsMug
on March 6, 2017 at 10:14 PM
i just checked apparently lists can be exported either as rss or csv ..
what do you mean exactly by non-account list?
-> does that mean one can't import list created on imdb and keep the name?
has that been changed in the past 2 years?
i have a handful of lists .. that i'd love to keep!
Reply by MrRadical
on March 6, 2017 at 10:54 PM
Right now you can only import Ratings, Watchlist and Favorites. For the rest, you'll have to wait until Travis adds the possibility of importing custom lists which unfortunately isn't a high priority for him atm.
Reply by lantzn
on March 8, 2017 at 5:02 AM
As MrRadical states it's in the works.
https://www.themoviedb.org/talk/58ae9c1ec3a36835ca004377
Reply by WizardsMug
on March 9, 2017 at 12:47 AM
thanks you two!
will prob dwl csv files from imdb for safekeeping until it's implemented here :)
Reply by HarrySkywalker
on June 4, 2017 at 9:55 AM
Hello you all!
Where the hell is the Import CSV or Import List on TMDB?! I can't find it anymore anywhere.
And I can't create any new topic/thread on this Support board.
Reply by Travis Bell
on June 4, 2017 at 10:52 AM
Go to your account "Settings" and then click the "Import List" link in the left hand sidebar (or dropdown if you're on mobile).
What's the problem?
Reply by HarrySkywalker
on June 4, 2017 at 11:18 AM
You're right! I found it!
Thank you! ;)
Reply by Raghavan
on May 29, 2024 at 1:49 AM
Made a script that automatically exports your IMDb lists and import it to TMDB. Like actual TMDB custom list. See Demo
https://github.com/Tetrax-10/import-imdb-lists-to-tmdb
Reply by Raghavan
on June 1, 2024 at 10:21 PM
Thanks.
With my script you can only import to custom lists. I made it that way as TMDB already has this feature implemented in the settings page.
Reply by Raghavan
on June 1, 2024 at 11:53 PM
You mean with IMDb you can't export the watchlist? i dont understand can you elaborate?
Reply by Raghavan
on June 2, 2024 at 12:23 AM
Currently watchlist, ratings, favs are out of scope sorry. Am sure TMDB will fix this issue soon.
For now there is a work around:
By just removing the "Original Title," will fix your issue.
Reply by Raghavan
on June 30, 2024 at 2:26 PM
From June 27, IMDb removed the feature to export lists through the
/export
endpoint, which is the core of this script to download IMDb lists automatically. For now, you can download the lists manually and place them inside theimdb-csv
folder, then enter the filename with the extension in theimdbId
field, just like you do for private lists. In the mean time I will find a way to automate this through other methods.Reply by Raghavan
on July 5, 2024 at 12:19 AM
Fixed the
/export
IMDb end-point by making a work around. Now lists will be downloaded automatically.How many titles do you have in that list? I have tried lists with more than 2000 titles and encountered that error sometimes, but all the items will eventually be added to the TMDB list. It takes some time; if you check the list just after running the program, only a few hundred titles might be added initially. You should wait for 2 to 5 minutes and then check the TMDB list page again. All the titles should be there. If you still have issues, please create an issue on GitHub.
Reply by PlazzmiK
on February 8, 2025 at 5:20 AM
Getting follow error: