From 26a9b667ecb85cf533aaf8d673dd01dce605104d Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Sun, 26 Feb 2017 14:31:04 -0500 Subject: [PATCH] Created Importing IMDb lists into TMDb (markdown) --- Importing-IMDb-lists-into-TMDb.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Importing-IMDb-lists-into-TMDb.md diff --git a/Importing-IMDb-lists-into-TMDb.md b/Importing-IMDb-lists-into-TMDb.md new file mode 100644 index 0000000..9a38c49 --- /dev/null +++ b/Importing-IMDb-lists-into-TMDb.md @@ -0,0 +1,24 @@ +This is a guide for importing a list from IMDb into The Movie Database. This can be useful for large lists, due to IMDb's RSS feeds not supporting the entire list. + +1. [Log into your IMDb account](https://www.imdb.com/registration/signin). + +2. Open the list you would like to import into TMDb. + +3. Scroll to the bottom, just before the comments, and click the "Export this list" button, as shown below: +![Click the "Export this list" button](http://i.imgur.com/OJJYc1g.png) + +4. [Log into your TMDb account](https://www.themoviedb.org/login). + +5. [Go to your account page on TMDb (by clicking your username)](https://www.themoviedb.org/account/). + +6. Click the "Import List" button on the left side-bar as shown below: + +![Click the "Import List" button](http://i.imgur.com/DlurHdS.png). + +7. Click "Select Files..." and navigate to the downloaded CSV file from IMDb: + +![Click "Select Files..."](http://i.imgur.com/Ko4qIuw.png) + +8. Choose the destination list as shown in the image above. + +9. Click import, and wait to be notified of the import completion. \ No newline at end of file