Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 03-09-2016, 09:09 PM   #1
mcjtom
Junior Member
mcjtom began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2013
Device: Kindle Paperwhite
Rename books and change covers on Paperwhite

Hi,

How do I rename books and/or change books covers on Kindle Paperwhite, but without obliterating notes and bookmarks that several books there already have?

Cheers!
mcjtom is offline   Reply With Quote
Old 03-10-2016, 02:43 AM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Simply resend the book to the same filename.

That assumes whatever your send-to-device filename template is (by default it uses the title and author), it is not affected by the rename you do. (Resending with a new cover auto-embedded into the AZW3 won't change anything whatsoever in regards to notes/highlights.)
eschwartz is offline   Reply With Quote
Advert
Old 03-10-2016, 11:43 AM   #3
mcjtom
Junior Member
mcjtom began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2013
Device: Kindle Paperwhite
Can this be done in bulk

Thanks,

But what do I do if I have a fairly well organized library on Paperwhite, but each of those books came from different sources (emailed, directly downloaded, downloaded via Calibre)?

Is there a way of renaming and adding covers to books on Kindle already?

Cheers!
mcjtom is offline   Reply With Quote
Old 03-14-2016, 05:48 PM   #4
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Renaming and adding covers implies modifying the ebook file.

So I will repeat -- resend the book.
If that means you must first add it to calibre, and update the metadata, then just go ahead and do that.


If you really want to waste your time, you can do that on the device itself using the ebook-meta command-line utility shipped with calibre, to embed metadata directly into an ebook file.
But that would be really awkward and inefficient!

Or find some other utility which allows editing an ebook file in-place. But if so, you are in the wrong forum, this is the calibre forum...
eschwartz is offline   Reply With Quote
Old 03-16-2016, 11:50 PM   #5
mcjtom
Junior Member
mcjtom began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2013
Device: Kindle Paperwhite
Thanks again. I'm trying it, but I'm still confused as to the easiest procedure. Here is why:

Say that I only have a book on Kindle, not in Calibre library. I can't edit metadata/cover directly on Kindle (as far as I can tell). So I add this book to Calibre library, then change the cover/metadata. But by doing that, Calibre changes the file name.

Now, what's an efficient name of resending the book to Kindle so that it replaces the old file and thus preserves the notes and bookmarks?

I will need to do this for quite a few books to that already reside on Kindle, but have titles/authors/covers messed up or missing... Is there a way of automating it somehow?

Cheers and thanks again!
mcjtom is offline   Reply With Quote
Advert
Old 03-17-2016, 12:28 AM   #6
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Use a filename save template, possibly with a custom column.

I have an "#origfile" custom column that I use for this purpose, containing the original Amazon-blessed filename.
My filename save template (for the KINDLE2 driver) is:
Code:
program:

ifempty(
    field('#origfile'),
    strcat(
        sublist(field('author_sort'), 0, 1, '&'),
        '/',
        field('title'),
        ' - ',
        sublist(field('authors'), 0, 1, '&')
    )
)
eschwartz is offline   Reply With Quote
Old 07-30-2016, 08:57 PM   #7
nongkers
Junior Member
nongkers began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2016
Location: nongkhai thailand
Device: paperwhite kindle
Hi
this thread is as near as i can get to my question:can i have the book title in words rather than covers which i find difficult to read.paperwhite kindle and calibre
nongkers is offline   Reply With Quote
Old 07-30-2016, 10:35 PM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,981
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by nongkers View Post
Hi
this thread is as near as i can get to my question:can i have the book title in words rather than covers which i find difficult to read.paperwhite kindle and calibre
Use the default, Generate cover tool (on the Metadata edit form. Also availble via a tick on the Bulk mode MDE form)
or use the Generate Cover Plugin to create a custom cover with as little extra.

Note: If you convert, polish or Modify EPUB (PI), the original cover goes 'bye-bye' for good
theducks is offline   Reply With Quote
Old 07-30-2016, 11:06 PM   #9
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,681
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by theducks View Post
Note: If you convert, polish or Modify EPUB (PI), the original cover goes 'bye-bye' for good
Tip : copy the original cover.jpg (right click->Copy) and paste into an image editor, save it as a TIFF on desktop, and then drop the TIFF into Book Details. You'll have an "author - title.TIFF" file - i.e. a 'format' file. Doesn't work for PNG or GIF because they get converted to cover.JPG.

BR
BetterRed is offline   Reply With Quote
Old 09-26-2016, 07:36 PM   #10
filipbg
Junior Member
filipbg began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2015
Device: Kindle paperwhite
Quote:
Originally Posted by eschwartz View Post
Use a filename save template, possibly with a custom column.

I have an "#origfile" custom column that I use for this purpose, containing the original Amazon-blessed filename.
My filename save template (for the KINDLE2 driver) is:
Code:
program:

ifempty(
    field('#origfile'),
    strcat(
        sublist(field('author_sort'), 0, 1, '&'),
        '/',
        field('title'),
        ' - ',
        sublist(field('authors'), 0, 1, '&')
    )
)
Can anyone provide some guidance here, If I don't understand this post and want to rename files on my Kndle?
filipbg is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle Paperwhite - Display books as a list (instead of covers) tophat42 Amazon Kindle 6 07-27-2018 04:10 AM
How to rename epub books by title and author westiti Library Management 3 01-29-2016 07:25 AM
Using F1 key to rename books? Dullahir Library Management 4 04-14-2014 01:51 AM
Kindle Paperwhite Home Screen books Covers are too small alfarhan Kindle Developer's Corner 19 05-25-2013 06:22 PM
Automatically rename books with number of the serie Ansem_93 Library Management 29 03-26-2013 06:32 AM


All times are GMT -4. The time now is 02:24 PM.


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