View Single Post
Old 04-12-2014, 02:32 PM   #15
quiris
Groupie
quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'
 
quiris's Avatar
 
Posts: 195
Karma: 42216
Join Date: Oct 2013
Location: Poland
Device: Kindles: KOA1, KV
I have also compiled standalone .exe (for Windows) and .app (for Mac OS X). The .exe and .app require no other dependencies.

Code:
usage: ExtractCoverThumbs [-h] [-v] [-o] kindle_directory

positional arguments:
  kindle_directory  directory where is a Kindle Paperwhite mounted

optional arguments:
  -h, --help        show this help message and exit
  -v, --verbose     print more informations
  -o, --overwrite   overwrite thumbnails
Release: https://github.com/quiris11/ExtractCoverThumbs/releases

How to use it on Windows:
1. Unpack downloaded zip file to your custom directory (for example: 'C:\ect')
2. Connect your Kindle to computer using USB cable.
3. Check which letter was assigned to your Kindle (for example E
4. Open command line window (keyboard shortcut: Windows + R and write 'cmd' and press 'Enter')
5. In command line window write:
Code:
c:\ect\ExtractCoverThumbs.exe E:
6. Extracting process should start.
7. Wait a minute or two for finish.
8. Safe disconnect your Kindle and enjoy your Cover Thumbnails.

How to use it on Mac OS X:
1. Unpack downloaded zip file to your custom directory (for example: '~/Downloads')
2. Connect your Kindle to computer using USB cable.
3. Open Terminal app.
4. In Terminal window write:
Code:
~/Downloads/ExtractCoverThumbs /Volume/Kindle
5. Extracting process should start.
6. Wait a minute or two for finish.
7. Safe disconnect your Kindle and enjoy your Cover Thumbnails.

Last edited by quiris; 06-14-2014 at 03:34 AM.
quiris is offline   Reply With Quote