You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the viewing history covers more than a single year the heatmap might take up too much space for the current layout.
Not yet tested but I'll do so in the future. We can check if this is the case and move the icons and text accordingly.
The text was updated successfully, but these errors were encountered:
Instead of the picture if you have any test data available it would be helpful (gist or pastebin) but not strictly necessary. To fix this creating data that covers multiple years is a necessity which will show me whats off :-)
Since someone actually is interested I will take a look at this again but this probably won't be until the next year.
I noticed that the CSV is a little off, since Netflix allows commas in the the title of TV show episodes, so it thinks there are more columns than there actually is.
The movies and episodes parsing isn't spot on. I was and am aware that this is actually one of the weak points of this code (the project was hacked together in a day so not much consideration to put there ;) ).
Sadly the 2 - 3 regex lines are actually the part that went the most time into and I don't think there is a possibility to cover all cases.
Sometimes movies include commas, sometimes they don't. Series information usually includes numbers, but sometimes someone gets fancy and they break the rule. leading and trailing quotes inside the title and so on and on.
If the viewing history covers more than a single year the heatmap might take up too much space for the current layout.
Not yet tested but I'll do so in the future. We can check if this is the case and move the icons and text accordingly.
The text was updated successfully, but these errors were encountered: