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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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.