11-24-2014, 05:32 PM | #61 | ||
Junior Member
Posts: 6
Karma: 10
Join Date: Nov 2014
Device: Kindle Touch
|
Quote:
Quote:
I have registered it, so that wasn't the problem. I have figured it out though. I didn't know the Collections Manager would show up as another book that had to be accessed from the list. I though it would show up as an option from the menu or something. I have successfully synchronised my collections and everything works as it should. Thanks again! |
||
11-24-2014, 05:50 PM | #62 | |
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Quote:
|
|
Advert | |
|
12-09-2014, 08:36 AM | #63 |
Junior Member
Posts: 9
Karma: 10
Join Date: Dec 2014
Device: Kindle PW2
|
Hi, I'm getting this error when running the "Create collections on the Kindle from Calibre" action:
Code:
calibre, version 2.12.0 (win32, isfrozen: True) Failed to create/preview collections: Failed: Create Kindle Collections list index out of range Traceback (most recent call last): File "site-packages\calibre\gui2\device.py", line 87, in run File "calibre_plugins.kindle_collections.create_preview", line 43, in create File "calibre_plugins.kindle_collections.calibre_info", line 168, in load_column_book_info File "site-packages\calibre\db\view.py", line 304, in search_getting_ids File "site-packages\calibre\db\cache.py", line 57, in call_func_with_lock File "site-packages\calibre\db\cache.py", line 941, in search File "site-packages\calibre\db\search.py", line 848, in __call__ File "site-packages\calibre\db\search.py", line 890, in _do_search File "site-packages\calibre\db\search.py", line 477, in parse File "site-packages\calibre\utils\search_query_parser.py", line 327, in parse File "site-packages\calibre\utils\search_query_parser.py", line 348, in _parse File "site-packages\calibre\utils\search_query_parser.py", line 356, in evaluate File "site-packages\calibre\utils\search_query_parser.py", line 399, in evaluate_token File "site-packages\calibre\utils\search_query_parser.py", line 403, in _get_matches File "site-packages\calibre\db\search.py", line 651, in get_matches File "site-packages\calibre\db\fields.py", line 400, in iter_searchable_values File "site-packages\calibre\db\fields.py", line 380, in for_book File "site-packages\calibre\db\fields.py", line 369, in book_on_device File "site-packages\calibre\gui2\device.py", line 1709, in book_on_device IndexError: list index out of range Last edited by CyberShadow; 12-09-2014 at 08:38 AM. |
12-09-2014, 10:08 AM | #64 |
Junior Member
Posts: 3
Karma: 10
Join Date: Dec 2014
Device: Kindle Voyage
|
Unable to continue voyage!
Hi NiLuJe - It's great that you are continuing work on the Kindle Collections plug-in. I use it all the time with a Kindle Keyboard and so did my wife (Kindle 3) but she's just upgraded to a Kindle Voyage and it's my fault(!) that Kindle Collections are no longer working for her.
When you try to "Customize collections to create" she gets a message box with the text: "calibre, version 2.12.0 ERROR: Kindle Collections: Not saving customizations due to an unknown kindle model." Any help or suggestions would be much appreciated. regards Steve |
12-09-2014, 10:14 AM | #65 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@stevebw: The KV can't be jailbroken without opening it up, so I've refrained form posting an update here, since it'd be useless for 99.99% of the user-base . At least this way you get a clear error message that the device is unsupported.
|
Advert | |
|
12-12-2014, 12:12 PM | #66 |
Junior Member
Posts: 3
Karma: 10
Join Date: Dec 2014
Device: Kindle Voyage
|
Hi NiLuJe
Thanks for responding - it's a shame that Amazon have spoilt collections on the Voyage. The 'native' method for adding to collections is so slow and clumsy I find it pretty well unusable, so your plugin is essential for me and this issue is enough to stop me upgrading - I'll stick to my trusty Kindle Keyboard! |
12-21-2014, 07:20 PM | #67 |
Junior Member
Posts: 2
Karma: 10
Join Date: Dec 2014
Device: kindle 3
|
I cant use a 'null' date to put a book in a collection ?
I have a custom date column in Calibre, where I enter the last date I read a book. When a book is first entered in Calibre that date is null (or what ever it is that Calibre uses to indicate no date yet).
I figured I could either "Ignore" using .+, or "include" using ^$ and then rename from ^$ pattern to "unread" to put the new books into an "unread" collection, but I cant seem to get any books to go into the my 'unread' collection. I suspect the plugin code is seeing 'null' and then skipping pattern matching, so when combined with my pattern to discard all non-null ... there is nothing to put in the collection. Are my attempts to pattern match incorrect ? or is this a plugin weakness ? Thanks |
12-21-2014, 07:30 PM | #68 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@GreySloth: It probably depends on which value that column actually contains by default. Not familiar with those, but it might be 0, or a specific epoch? One quick'n dirty way to check would be looking at the DB itself manually ;p.
|
12-22-2014, 02:57 PM | #69 |
Junior Member
Posts: 2
Karma: 10
Join Date: Dec 2014
Device: kindle 3
|
The default value displayed looks blank, I have no idea what is in the DB or how to manually look at the data in the DB, or how to FIND what it uses to represent 'no value'.
I do notice that if I use no filters and no renames, it creates a bunch of collections of the form yyyy-mm-dd (this is not the date format I use for the displayed data in calibre). All of the names are valid dates (none of them could be used to represent 'no value'). I really suspect that what ever Calibre uses to represent 'no value' would result in a invalid collection name, and that the plugin is discarding these without passing them to the filters or rename logic. I would be willing to try to look at the DB manually, but would need instructions .... Thanks Last edited by GreySloth; 12-22-2014 at 03:01 PM. Reason: missed a lettert |
12-22-2014, 08:33 PM | #70 |
Member
Posts: 11
Karma: 10
Join Date: Feb 2011
Device: Kindle 3G
|
is the newest kindle paperwhite 2nd gen supported?
I tried to import from kindle -> calibre after I did a software update.. I get a msg it "failed to get time of..." |
12-22-2014, 09:19 PM | #71 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@Freeballer: Yes, so I'm going to need way more details .
|
12-26-2014, 11:43 PM | #72 |
Member
Posts: 11
Karma: 10
Join Date: Feb 2011
Device: Kindle 3G
|
without additional software or jailbreak?
I'm running the latest software (as of 12/26/2014) |
12-27-2014, 05:36 PM | #73 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
No, you do need it to be jailbroken. Read the first post in detail.
|
12-31-2014, 07:49 PM | #74 | ||
Junior Member
Posts: 1
Karma: 10
Join Date: Dec 2014
Device: Kindle 4th Gen + Kindle Paperwhite
|
Okay, I'm having an issue, and it's most likely a simple solution, but I know if I work at it too much longer I'm going to get frustrated, so I figured I'd just ask.
I'm trying to reorganize the collections on my Kindle 4th generation, so that I can import them to my new paperwhite in the order I want and not have to jailbreak it (at least for now :P ) So I originally had 20 collections on the kindle, I have 28 now in Calibre, but when I go to preview before syncing to my kindle, it only deletes 12 of the collections on the kindle, replaces 8, and creates 8 new ones. So instead of my 28 new collections, I'd be down to 16. I'm guessing this has something to do with how my collections are named, so let's get some screen shots and reports for you. Quote:
Quote:
I appreciate any help you can give. I'm going to put the problem down for a couple hours and see if a solution comes to me when I stop thinking about it before I ruin what I've already done trying to fix it. lol. Last edited by raiannon; 12-31-2014 at 07:53 PM. Reason: Had to move the photo to another server to get it to show |
||
01-05-2015, 10:15 AM | #75 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@raiannon: First of all, be aware that you *will* have to JB the PW in order to do anything with Collections .
Second, if some collections are unchanged, you won't get anything about it in the review report, so I'm guessing that it's as simple as that, and everything's fine . (If what's on Calibre's side is important anyway, you could also simply clear the collections on the Kindle and reexport them). |
Tags |
collections plug-in, kindle |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kindle Collections plugin | JosephWebber | Plugins | 1 | 08-21-2017 12:44 PM |
[GUI Plugin] Kindle Collections (old) | meme | Plugins | 2070 | 08-11-2014 01:02 AM |
KIndle collections Calibre plugin | atp | Library Management | 0 | 02-21-2012 08:26 PM |
[GUI Plugin] WebOS Kindle-Import | CranstD | Plugins | 0 | 01-24-2012 04:36 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |