|
|
#1651 |
|
Series Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,045
Karma: 43315789
Join Date: Dec 2010
Location: Florida, USA
Device: Kindle 3 (Wifi Only), Kindle Paperwhite
|
I just set up Kindle collections on my iMac, and any time I go into "Customize Collections" it crashes when I click "Ok", whether I make a change or not. I then get an extremely long error message, which I've attached to this post. |
|
|
|
|
|
#1652 |
|
Member
![]() Posts: 21
Karma: 10
Join Date: Aug 2011
Device: Kindle
|
Hi Meme
quick question, is there a way to use the plugin to control the kindle for pc application? since it uses a sqllite database as well I was wondering if we can use the collection to setup kindle collections and add books automatically? Thanks |
|
|
|
|
Enthusiast
|
|
|
|
#1653 |
|
offline
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,326
Karma: 4935413
Join Date: Dec 2011
Device: K3/K4/K5/PW
|
Hiya,
I have created a Collections Manager for the Kindle Touch. I guess that many Kindle Touch users would like to manage their collections using calibre. That would be possible if the Collections Manager was able to synchronize the internal database with the system/collections.json file. I could write the logic required to do that, but I'll need a little more information. First, I only have a Kindle Touch, so I don't know what the expected format of collections.json is. Could you please give me some sort of "specification" ? I did create a test collection, this is how it looks: Code:
{"Sample Series@en-US": {"items": ["#7af2ad8e-f04e-4797-bab4-8dfc0277210d^EBOK", "#B004UBEKXI^EBOK"], "lastAccess": 1234567890000}}
I'm sure that being able to manage the Kindle Touch collections with calibre is something that many users would like, so thanks in advance for helping me out with this. Last edited by ixtab; 07-29-2012 at 02:37 AM. Reason: slightly changed questions :) |
|
|
|
|
|
#1654 |
|
Sigil developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,266
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
ixtab:
Very nice. Since your code requires jailbreaking the Kindle I'll post my comments to your development thread.
__________________
See the Sigil User Guide and its tutorials for details about Sigil. |
|
|
|
|
|
#1655 |
|
Sigil developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,266
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
The plugin does not use an sqllite database, it uses the json file of the pre-touch format, and its setup to work directly on a Kindle.
__________________
See the Sigil User Guide and its tutorials for details about Sigil. |
|
|
|
|
|
#1656 | |
|
offline
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,326
Karma: 4935413
Join Date: Dec 2011
Device: K3/K4/K5/PW
|
Quote:
I have now released a new version of the Kindle Touch application, which can create or update collections based on the output of the plugin. Maybe you could add a link to it from the first post, so Kindle Touch users can benefit as well...? (Yes, it requires jailbreaking, but it's still worth mentioning IMHO) Cheers! Last edited by ixtab; 07-29-2012 at 07:18 AM. |
|
|
|
|
|
|
#1657 | |
|
Member
![]() Posts: 21
Karma: 10
Join Date: Aug 2011
Device: Kindle
|
Quote:
If I send the collections to a K3 Keyboard, and then import to a touch it doesn't work. |
|
|
|
|
|
|
#1658 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Jul 2012
Device: Kindle
|
Any word on if there will be an update to the Plug In so it will sort AZ3 files? That's all I'm getting these days from Amazon on my Kindle (NOT Touch or Fire).
|
|
|
|
|
|
#1659 |
|
Series Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,045
Karma: 43315789
Join Date: Dec 2010
Location: Florida, USA
Device: Kindle 3 (Wifi Only), Kindle Paperwhite
|
Any chance of my getting a response to this?
|
|
|
|
|
|
#1660 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,895
Karma: 2267783
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w & PW
|
Simple patch to handle azw3 files, for K4/K5 users
.Didn't test much yet, but the headers are basically the same for what we care about, so it shouldn't cause any problems .EDIT: Kill deprecated attachments, merged in 1.7.11 .
Last edited by NiLuJe; 09-30-2012 at 01:20 PM. |
|
|
|
|
|
#1661 |
|
Sigil developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,266
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
@NiLuJe Thanks. I will try to get this into a new version - its pretty much what I was expecting to do, but I wasn't sure if the formats were close enough that the code to extract the information would work.
@Nyssa I don't have a Mac so I've no way to test it or to find out if other Mac users have the issue, or what might have changed in calibre or the Mac to know what's causing the issue...
__________________
See the Sigil User Guide and its tutorials for details about Sigil. |
|
|
|
|
|
#1662 |
|
Creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,660
Karma: 3473290
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
That crash is almost certainly caused by some QAction in your plugin that is being garbage collected. Make sure you keep references to all QActions in your plugin to prevent them from being garbage collected.
__________________
Get calibre Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it. |
|
|
|
|
|
#1663 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 857
Karma: 307496
Join Date: Dec 2011
Location: Midwest USA
Device: Nook STR w/Glowlight, Kindle 3g, Droid
|
Quote:
But I recently saw a problem with a user on Mac that had all the symptoms of a garbage collected QAction but wasn't. Just something else to look at if keeping references doesn't fix it. |
|
|
|
|
|
|
#1664 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Jun 2011
Device: Kindle
|
Sorting under titles in Kindle
I have a perplexing problem.
If I put books onto my Kindle from my laptop, sort the Kindle by title then the Collections appear first in alphabetical order and also in the Collections sort. As I read my authors they do not jump to the top in the Title sort which is what I want. If I put books across using my desktop, sorting under titles actually shows the titles (which I am sure is supposed to happen) and I can find my collections under Collections only. The last read author jumps to the top which ?I do NOT want to happen. The question is how do I copy the laptop behaviour to my desktop machine so they both will put the Collections in the Title sort. I am using the same versions of Calibre and the Kindle Collections plugin on both machines I would be grateful for any suggestions. Last edited by Eljayb; 08-08-2012 at 06:53 PM. |
|
|
|
|
|
#1665 | ||||
|
Series Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,045
Karma: 43315789
Join Date: Dec 2010
Location: Florida, USA
Device: Kindle 3 (Wifi Only), Kindle Paperwhite
|
Quote:
Quote:
Quote:
Quote:
|
||||
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create area for plugin images in config directory | DoctorOhh | Plugins | 19 | 12-15-2010 12:28 PM |
| How to create collections on an unregistered Kindle DXG | maxxim88 | Kindle Developer's Corner | 2 | 08-14-2010 05:00 AM |
| How to create collections on an unregistered Kindle DXG | maxxim88 | Amazon Kindle | 1 | 08-14-2010 04:59 AM |
| How do I Create a Python Plugin? | Sydney's Mom | Plugins | 25 | 01-27-2010 06:26 AM |
| Create collections w/o Library or Calibre? | Elfwreck | Sony Reader | 4 | 09-14-2009 11:47 AM |