Quote:
Originally Posted by theducks
If it does not delete from the Auto-Add folder, how does it tell when it needs to Add  the Book.
It might be nice to have a option to Move to Folder (The default is the Trash Folder) when done adding.
|
In my programming days I did a lot of auto updates based on the last date updated. My work was mostly with databases and
all of mine had a timestamp field. Anything newer than the last timestamp is new otherwise nothing to do. It is a very normal and common thing. In fact it's bad form to rely on something like a title to determine a new record.
In the case of Calibre, with manual updates possible, you need to deal with that in the duplicates function. Either allow dupes or don't - an existing option.