Thread: Firmware Update Collection Manager, anyone interested
View Single Post
Old 08-07-2010, 01:59 PM   #21
biodu
Enthusiast
biodu began at the beginning.
 
Posts: 27
Karma: 12
Join Date: Aug 2010
Location: Country with the most cheese in the world
Device: Kindle DXG
Hello Noxin,

thanks a lot for this great tool. I have the new Kindle DXG and version 1.2.1 worked for me. V2 didn't work because the hash keys for the books are created with capital letters whereas the DXG creates them with small caps. Also there is an error with the brackets (first collection starts without a { and at the end it looks like },} but should be }}.

Created by V2:
Code:
"Statistics@en-US":{"items":["*4DB0A1E42031D64B28046AE8DD16458AB81BB5B8",
"*8369A87DEB08085E049C752628B6DA47109A1DAB"],
"lastAccess":1280813909602},}
Should be:
Code:
{"Satistics@en-US":{"items":["*4db0a1e42031d64b28046ae8dd16458ab81bb5b8",
"*8369a87deb08085e049c752628b6da47109a1dab"],
"lastAccess":1280813909602}}

One thing in version 1.2.1 might also be a small error - if one adds a folder then for all files a hash value is created, in my case .pdf AND .pdr. The latter are only bookmarks made by the Kindle.

Files in the folder to be added:
Code:
book1.pdf (shall be added)
book1.pdr (only a bookmark - should not be added)
resulting with V1.2.1 in:
Code:
,"TooManyEntries@en-US":{"items":["*0a9def17e18365d2484373db24e8931fcddf54c9",
"*183372b91d67dbb826738b8576b4ad7174164985"],
"lastAccess":1280813909602}}
Nevertheless I am happy with V1.2.1. Some editing and then there are all the collections - very nice

Thanks a lot

Last edited by biodu; 08-07-2010 at 02:21 PM.
biodu is offline   Reply With Quote