Merged
This conversation has been merged. Please reference the main conversation: Lists: "Seen it" button.
As many other people who are included in the IMDb site have mentioned, it would be a great idea to have an option to put movies in a "Watched" list. It would allow people to send said list to others to show what movies they have watched and that they have liked. It would be a very useful tool in this already innovative site.
DavidAH_Ca, Champion
If they require the t-consts instead of Titles (n-consts for people), the import only requires 3 fields : position, const, and description. The created and modified fields would be set to the time the record is imported, and all the other fields that are in the exported file are taken from the database proper and should not be stored in the list itself.
It seems to me that that would be a relatively simple function to create. The only problem might be the 'position' field as they would need to handle duplicates/collisions. They might decide to just append the records to the current data in the sequence it is uploaded in and require the user to move them around if they want that. This option would reduce the upload to 2 fields: const and description.