View Single Post
Old 06-15-2012, 04:46 PM   #1
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,641
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Import List plugin idea thread

I first mentioned this idea on the Reading List thread, but have since decided it should be released as a standalone plugin.

The basic premise behind it is a 3-step wizard to allow users to import a list of books into calibre. Once you have configured a list source, you can match it against books in your library, creating empty books as needed. Finally the list can then be placed on a "Reading List" plugin list and/or just displayed directly in calibre.

A list could be:
  • Pasted from the clipboard, such as from recommendations in a forum post or copied from a simple web page. Use regular expressions to convert into title/optional author pairs, either from a predefined convenience dropdown or your own
  • Read from a CSV file, such as an export from a website like Goodreads, a catalog from calibre or any file source. Specify the delimiter, pick the columns for your title/author and job done.
  • Imported from a web page. I'm ultimately hoping to include predefined settings for a number of web sources such as various top 50/top 100 lists, Goodreads popular pages, new release pages etc from sites people suggest. Uses xpath expressions to identify the book data in the page.
There is save/import/export capability for configuration settings to allow you to minimise repeated effort and share with other plugin users.

To minimise the manual effort of reconciling book titles/authors against your library, I have implemented a fuzzy logic auto-matching mechanism, using some principles from the Find Duplicates plugin. Once you have the raw list data and move to step 2 of the wizard, the plugin performs a progression of permutation of identical, similar and slightly fuzzy matches of title and author to find a match for you. You can step through the remaining unmatched books and either directly search your library for a match, create an empty book if you don't have it or remove it from the list if it isn't of interest to you.

Here are some screenshots as it exists right now. I'm still making additions but if there is any initial reaction I would *love* to hear from you. Whether it is questions about the UI/behaviour or just suggestions for website pages to see included...

I will likely post a beta on this thread in the next few days.
Attached Thumbnails
Click image for larger version

Name:	Page1ImportClipboard.png
Views:	665
Size:	52.8 KB
ID:	89141   Click image for larger version

Name:	Page1ImportCSV.png
Views:	606
Size:	53.1 KB
ID:	89142   Click image for larger version

Name:	Page1ImportWeb.png
Views:	600
Size:	65.0 KB
ID:	89143   Click image for larger version

Name:	Page1PredefinedList.png
Views:	615
Size:	75.1 KB
ID:	89144   Click image for larger version

Name:	Page1PredefinedTree.png
Views:	614
Size:	58.6 KB
ID:	89145   Click image for larger version

Name:	Page1UserSettings.png
Views:	601
Size:	47.8 KB
ID:	89146   Click image for larger version

Name:	Page2Matches.png
Views:	585
Size:	55.7 KB
ID:	89147   Click image for larger version

Name:	Page3Save.png
Views:	564
Size:	30.7 KB
ID:	89148  

Last edited by kiwidude; 07-14-2012 at 01:08 PM. Reason: Updated screenshots
kiwidude is offline