IMDB List Importer

Import list of titles or people in the imdb list

< Feedback on IMDB List Importer

Review: OK - script works, but has bugs

§
Posted: 2025-08-08

I am getting the following error; Error: Field 'const' not found.

I took a google sheets file where I have been tracking my unfinished shows and movies, and downloaded itinto the csv format.
I have the year and title of the media labeled, but currently i have no other data for the shows and movies.

Neinei0kAuthor
§
Posted: 2025-08-10

'const' field contain IMDB id of the movie/tv show. There are cases when several movies with the same name were released in the same year, so even combination of name + year is not unique. So, the script requires IMDB id to work.

Post reply

Sign in to post a reply.