View Single Post
Old 04-21-2015, 09:15 AM   #5
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,362
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
...thinking harder...brain starting to hurt....


Logic path of patch:

Code:
-import book
-if duplicate title found
 --compare author (if available)
 --if same author
   ---compare series (if available)
   ---if same series
      ----compare series index (if available)
      ----if same index
         ----- This is a duplicate.
         ----- If "replace duplicate with same format" checked
             ------then delete older version
-default: keep both files
Turtle91 is offline   Reply With Quote