Import list of titles or people in the imdb list
'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.
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.