|  08-10-2020, 03:44 PM | #496 | 
| Wizard            Posts: 1,216 Karma: 1995558 Join Date: Aug 2015 Device: Kindle | 
			
			Here is a version containing a fix for the date problem. Moderator Notice moved to production version (post 1 Last edited by theducks; 08-13-2020 at 10:36 AM. Reason: Put into production | 
|   |   | 
|  08-13-2020, 07:06 AM | #497 | 
| Wizard            Posts: 1,216 Karma: 1995558 Join Date: Aug 2015 Device: Kindle | 
			
			Can one of our kind moderators tell me what I need to do to move this to the first post. It's been out there for some time and no one reported problems.
		 | 
|   |   | 
|  08-13-2020, 09:18 AM | #498 | 
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | 
			
			What I do for plugins like this is to send a PM to a moderator with the link to the plugin version, and the change details to be added to the first post.
		 | 
|   |   | 
|  08-13-2020, 09:54 AM | #499 | 
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | 
			
			Cap I (or BR) can move it. As David indicated, I ALSO need to know the edits to make in the Index Typically it will be the release number and maybe a Minimum version of Calibre if the change used a new bit of code incorporated by Kovid. Also a tidbit for the change log (MR) so I don't have to dig into the zip) FWIW I don't read enough code, so I would not move it until either someone has a trusted (sorry) track record or it has been thumbs upped by a number users. | 
|   |   | 
|  08-13-2020, 10:37 AM | #500 | 
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | 
			
			Done it    | 
|   |   | 
|  08-13-2020, 05:25 PM | #501 | |
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | Quote: 
 Code:     name                    = 'Extract ISBN'
    description             = 'Extracts the ISBN from the text content of a book format if available'
    supported_platforms     = ['windows', 'osx', 'linux']
    author                  = 'Grant Drake'
    version                 = (1, 5, 0)
    minimum_calibre_version = (0, 8, 54) | |
|   |   | 
|  08-19-2020, 11:35 AM | #502 | 
| Member  Posts: 23 Karma: 10 Join Date: Jan 2015 Device: none | 
			
			Titles get imported without the last period (.): "XX XX XX." -> imported as "XX XX XX" "XX..." -> imported as "XX" Thanks! | 
|   |   | 
|  08-19-2020, 11:53 AM | #503 | |
| Wizard            Posts: 1,216 Karma: 1995558 Join Date: Aug 2015 Device: Kindle | Quote: 
 Since the plugin deals with multiple sources, including webpages, these cleanup steps are necessary in most of the cases. Removing them will result in other problems, especially for books imported from webpages. Last edited by capink; 11-28-2020 at 09:33 AM. | |
|   |   | 
|  08-19-2020, 02:01 PM | #504 | 
| Member  Posts: 23 Karma: 10 Join Date: Jan 2015 Device: none | 
			
			I didn't know that. It makes perfect sense. Thank you.
		 | 
|   |   | 
|  09-12-2020, 06:13 PM | #505 | 
| Library Breeder (She/Her)            Posts: 1,301 Karma: 1937893 Join Date: Apr 2015 Location: Fullerton, California Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st) | 
			
			Latest update? Where can I get it? | 
|   |   | 
|  09-12-2020, 06:21 PM | #506 | 
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | |
|   |   | 
|  09-21-2020, 05:42 PM | #507 | 
| Wizard            Posts: 1,216 Karma: 1995558 Join Date: Aug 2015 Device: Kindle | 
			
			Version 1.5.1 - 21 September 2020 - by capink Fix: python3 compatibility problem when importing saved setting. This version fixes an error when importing saved settings in calibre versions based on python3. The fix is minor and should not affect other areas of the plugin. So, if anyone of our kind moderators can move this to the first post, to make sure it is out before calibre 5 is released. Also bumped the minimum calibre version to 2.0.0, as I discovered that a signal I've been using is only available for Qt5. Last edited by theducks; 09-21-2020 at 06:17 PM. Reason: moved attach | 
|   |   | 
|  10-22-2020, 08:47 PM | #508 | 
| Library Breeder (She/Her)            Posts: 1,301 Karma: 1937893 Join Date: Apr 2015 Location: Fullerton, California Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st) | 
				
				Yes/No/Undefined
			 
			
			I want to import a .csv with a y/n column that has both true/false and undefined or N/A. How can I do this and not have that undefined/NA not show up as a false/no? | 
|   |   | 
|  10-22-2020, 10:09 PM | #509 | 
| Wizard            Posts: 1,216 Karma: 1995558 Join Date: Aug 2015 Device: Kindle | 
			
			Try the attached beta and see if it solves your problem.
		 Last edited by capink; 11-28-2020 at 07:08 AM. Reason: remove attached beta | 
|   |   | 
|  10-23-2020, 01:49 PM | #510 | 
| Library Breeder (She/Her)            Posts: 1,301 Karma: 1937893 Join Date: Apr 2015 Location: Fullerton, California Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st) | 
			
			Heck, if someone is willing to accept ideas and implement them.... Import list ideas... Allow lists that don't have authors/titles but do have identifiers to import. Amazon has been allowing users to download their data, but their Kindle data for the most part has just the asin identifier and not the titles/authors of the book. I am trying to find a way of importing them. Also, there are lists with just the title, and not the title/author. I am sitting on lists containing every audible book I have but the list only has the titles and the asin (and a y/n column indicating if the book has been deleted or not), I have a list of all the books I have purchased and deleted/returned but the list ONLY has the asin, and I can't figure out how to import it without titles/authors, especially if I don't have the book in my library. Allow users to configure the title/author designated columns and not just the ones that Calibre has. Many times a book in a list will have different titles/authors than just what Calibre has, and if they don't have identifiers that makse it much more difficult to match up. I think that these changes would be very useful. | 
|   |   | 
|  | 
| Tags | 
| column types | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] Reading List | kiwidude | Plugins | 1430 | 09-03-2025 05:14 AM | 
| [GUI Plugin] Manage Sony x50 Reader Book List | kpw | Plugins | 170 | 10-02-2014 08:23 PM | 
| Import List plugin idea thread | kiwidude | Development | 45 | 08-13-2012 06:05 AM | 
| [GUI Plugin] WebOS Kindle-Import | CranstD | Plugins | 0 | 01-24-2012 03:36 PM | 
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |