I have a small problem that I’m sure I’m not the only one to have encountered.
After importing from IMDb, I have 2000 movies with the same date.
Is there a way to change the same play date, present in multiple movies (2000), to an unknown date all at once?
In case of IMDB data, we assume date the date on which you rated it also when you watched something. But I can see how that’s not always something you might want.
To support this, the json/ csv importers now support “watched at” dates that can be set to “unknown". In case of imdb, you can rename some of the items in the header to match the names from the guidelines, and add an explicit watched_at entry. For example:
@seftur Thank you very much for this information and clarification; I believe that with all these elements I will be able to find a solution to my case.