tkasu / imdb-list-analyzer

Analysis tools for movie rating lists exported from the Internet Movie Database (IMDb)
1 stars 1 forks source link

Support for new IMDb CSV format #5

Closed dresa closed 5 years ago

dresa commented 6 years ago

The analysis component of imdb-list-analyzer now supports new IMDb CSV format.

Ever since late 2017, IMDb changed its CSV ratings file format. Notification was given here: https://getsatisfaction.com/imdb/topics/updates-to-the-ratings-pages-and-functionality

I updated the data-loading parts and added new example files that satisfy the new file format. Both old and new formats are supported. I dropped the simplistic CSV code and instead added a new CSV package (clojure.data.csv), so that should be included in project dependencies.

Could you update the front-end app so we can get it back running? Oh, and example_ratings_2018_format_A.csv should be used as "default" example file from now on.

tkasu commented 6 years ago

For some reason I did not see this pull request first, just the new commits.

So I already merged this manually, see the comment on 068971c.

I will leave this open until I'm able to change the default csv-file.

tkasu commented 5 years ago

Deployed new version to Heroku with fixes to missing graphs and updated example csv-file.