Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 01-06-2011, 02:52 PM   #16
BarryTX
Connoisseur
BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'
 
BarryTX's Avatar
 
Posts: 88
Karma: 39328
Join Date: Apr 2009
Device: Kindle 2
Just a note to all to say that I've been communicating with Daniel on tweaking the Web-Based Kindle Collection Maker for the K2, and I am very impressed with his responsiveness. I've had a hard time keeping up to test as he has made improvements based on my feedback. This utility is great, as far as I'm concerned it is the only way to get a large library on your Kindle in order quickly and painlessly. Thanks go to Daniel for outstanding support for the Kindle user base in building this great utility!
BarryTX is offline   Reply With Quote
Old 01-06-2011, 04:53 PM   #17
daesdaemar
Addict
daesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura about
 
Posts: 210
Karma: 4282
Join Date: Oct 2008
Location: Florida
Device: Sony 505, Kindle 3, iPad 3
This looks very promising. However, as a very new Kindle 3 owner, I really need to be walked through this a bit. Maybe my questions below will benefit other newbies.

1) In step one, is this something I am doing on my PC? Do I create a folder called "Kindle" with the subsequent subfolders as in the example?
2) If I do as in #1 above, then do I open a cmd prompt for step 2? Then, type in:
cd kindle
dir /b /s > collections.txt
3) I assume the "collections.txt" file will then be in the "kindle" directory.
4) copy and paste into the web site and generate "collections.json"
5) Now I plug in my Kindle to the PC via USB
6) I make a backup of the collections.json file in the Kindle device's system folder. I presume I back it up to my PC. Then I copy the generated collections.json file to the Kindle device system folder. Also, I copy every book in my PC folder system to the respective folder on the Kindle device.
7) How do I make the system folder on the Kindle visible?

Do I have it right?
daesdaemar is offline   Reply With Quote
Advert
Old 01-06-2011, 07:46 PM   #18
BarryTX
Connoisseur
BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'BarryTX can spell AND pronounce 'liseuse.'
 
BarryTX's Avatar
 
Posts: 88
Karma: 39328
Join Date: Apr 2009
Device: Kindle 2
Quote:
Originally Posted by daesdaemar View Post
This looks very promising. However, as a very new Kindle 3 owner, I really need to be walked through this a bit. Maybe my questions below will benefit other newbies.

1) In step one, is this something I am doing on my PC? Do I create a folder called "Kindle" with the subsequent subfolders as in the example?
Yes, I found it best to put the Kindle folder on the root, as in C:\\Kindle

Quote:
Originally Posted by daesdaemar View Post
2) If I do as in #1 above, then do I open a cmd prompt for step 2? Then, type in:
cd kindle
dir /b /s > collections.txt
That's the right idea. In Windows 7, in the Folders directory bar in Windows Explorer, hold the Shift button while Right-Clicking with the mouse on the Kindle directory and choose "Open A Command Window Here". That opens the command window already pointing at the right directory. Then do the dir /b /s > collections.txt entry.


Quote:
Originally Posted by daesdaemar View Post
3) I assume the "collections.txt" file will then be in the "kindle" directory.
Yes.


Quote:
Originally Posted by daesdaemar View Post
4) copy and paste into the web site and generate "collections.json"
5) Now I plug in my Kindle to the PC via USB
6) I make a backup of the collections.json file in the Kindle device's system folder. I presume I back it up to my PC. Then I copy the generated collections.json file to the Kindle device system folder. Also, I copy every book in my PC folder system to the respective folder on the Kindle device.
Yes, except that I don't think it matters if the books on the Kindle are actually in subdirectory folders just like on the PC. I'm not sure because I did create the same subfolders on my Kindle, but I don't believe I needed to in retrospect. The books need to be in the documents folder, but I believe the collections.json file will create 'pointers' for the Kindle system to know which collection each book belongs in.

Quote:
Originally Posted by daesdaemar View Post
7) How do I make the system folder on the Kindle visible?
In Windows Explorer, under the Tools menu choose Folder Options, then View. Uncheck the "Don't show hidden files, folders, or drives" choice under "Hidden files and folders".
BarryTX is offline   Reply With Quote
Old 01-06-2011, 09:47 PM   #19
daesdaemar
Addict
daesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura about
 
Posts: 210
Karma: 4282
Join Date: Oct 2008
Location: Florida
Device: Sony 505, Kindle 3, iPad 3
Quote:
Originally Posted by BarryTX View Post
Yes, I found it best to put the Kindle folder on the root, as in C:\\Kindle



That's the right idea. In Windows 7, in the Folders directory bar in Windows Explorer, hold the Shift button while Right-Clicking with the mouse on the Kindle directory and choose "Open A Command Window Here". That opens the command window already pointing at the right directory. Then do the dir /b /s > collections.txt entry.




Yes.




Yes, except that I don't think it matters if the books on the Kindle are actually in subdirectory folders just like on the PC. I'm not sure because I did create the same subfolders on my Kindle, but I don't believe I needed to in retrospect. The books need to be in the documents folder, but I believe the collections.json file will create 'pointers' for the Kindle system to know which collection each book belongs in.



In Windows Explorer, under the Tools menu choose Folder Options, then View. Uncheck the "Don't show hidden files, folders, or drives" choice under "Hidden files and folders".

Thanks, we'll give it a go...
daesdaemar is offline   Reply With Quote
Old 01-06-2011, 10:07 PM   #20
accwebworks
Member
accwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-books
 
Posts: 11
Karma: 824
Join Date: Dec 2010
Device: kindle3
Putting books in folders has two purposes. It allows you to easily group books that belong to a given collection and folder name becomes the actual collection name on kindle. So the path of the book on your pc determines which collection it will end up in. For most books the book file path has to be the same on kindle. For amazon books (asin with .azw extension) they can be placed anywhere in documents folder on kindle, but you would have to keep track of these books by yourself. Just to keep it simple and consistent, I would recommend to keep the same folder structure on pc and kindle.

Barry, glad it's working out for you.
I also fixed that bug where "kindle" folder had to be in root of a drive.
It can be anywhere now. In fact, I also enabled option to run "dir" command directly on attached kindle drive. Provided you put all books in their respective folders.

Last edited by accwebworks; 01-06-2011 at 11:57 PM.
accwebworks is offline   Reply With Quote
Advert
Old 01-07-2011, 01:12 AM   #21
unboggling
Wizard
unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.
 
Posts: 1,065
Karma: 858115
Join Date: Jan 2011
Device: Kobo Clara, Kindle Paperwhite 10
Slightly off topic. Is there a way to force Kindle to display authors as LN, FN which is what I use in both authors and author_sort fields? Messing with the prefs-sendtodevice-commands don't work set to either field. What am I doing wrong?

Last edited by unboggling; 01-07-2011 at 01:13 AM. Reason: typo
unboggling is offline   Reply With Quote
Old 01-12-2011, 05:16 AM   #22
Lyralen
Junior Member
Lyralen began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Device: Kindle
Only some folders became collections

Hello accwebworks,

I'm using your Kindle collection maker on a Mac. It worked partially, but only some of my folders became proper collections. The rest were added as collections on my Kindle, but the books that were supposed to be in them were not added. So I have several empty collections, and 130 loose books floating around. What did I do wrong?

Thanks in advance!
Lyralen is offline   Reply With Quote
Old 01-12-2011, 05:21 AM   #23
Lyralen
Junior Member
Lyralen began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Device: Kindle
OK, I just realized all the books that didn't go into the collections are azw books. The ones that did work properly are all mobi's or pdf's. So why didn't it properly index the amazon ones?
Lyralen is offline   Reply With Quote
Old 01-12-2011, 05:35 PM   #24
accwebworks
Member
accwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-booksaccwebworks has learned how to read e-books
 
Posts: 11
Karma: 824
Join Date: Dec 2010
Device: kindle3
It works with .azw files. Please send me an email with your collections.txt and indicate which files did not go into collections.
accwebworks is offline   Reply With Quote
Old 01-12-2011, 10:45 PM   #25
Lyralen
Junior Member
Lyralen began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Device: Kindle
I sent you a message through the comment form on your website. Thanks!
Lyralen is offline   Reply With Quote
Old 01-14-2011, 12:37 AM   #26
FF2
Wizard
FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.
 
Posts: 1,105
Karma: 1025784
Join Date: Oct 2010
Device: WiFi Kindle3
I finally got around to RE-ORGANIZING my books into appropriate folders. But that entailed actually tracking down what many of them were - downloading freebies in a kind of random fashion certainly did not help. I had to look up descriptions for about 120 of them.

It worked very well indeed. From 15 "home" pages I now have 3.

I probably should have gone with my non-first but middling impression - place some of the books which sounded interesting in a "ToRead" collection rather than by genre and then worry about adding to a second collection. But since it was a later thought, everything is generally by genre - wide GENRES.

But THANKS FOR THIS TOOL.
FF2 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Manage "Collections" in Kindle 3 captaindonut Devices 4 03-01-2011 11:23 AM
Manage Multiple Kindle Devices MrWhippy Calibre 2 12-25-2010 03:56 PM
Manage Collections timlegge Calibre 13 09-09-2010 05:12 AM
Adding books to the kindle 2....has it gotten easier? DeathtoToasters Amazon Kindle 12 03-02-2009 08:45 PM
Kindle 2: easier to hold? Starhawk Amazon Kindle 6 02-10-2009 07:17 PM


All times are GMT -4. The time now is 05:44 AM.


MobileRead.com is a privately owned, operated and funded community.