Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 12-26-2013, 07:27 AM   #1
pelloq1
Junior Member
pelloq1 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2013
Device: kobo
How to get covers from file

Hello,

I have imported a lot of book, based on the file format :

(?P<series>.+) #(?P<series_index>.+) - (?P<title>[^_]+)

Worked perfectly, but the importation have not read the cover into the file.

Now I try to load the books covers, but the online method wont work. My goal is to read the cover into the source.

It's a way to batch read the covers from source without changing any other metadata ?

Cedric
pelloq1 is offline   Reply With Quote
Old 12-26-2013, 08:35 AM   #2
mbovenka
Wizard
mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.
 
Posts: 2,079
Karma: 14079267
Join Date: Oct 2007
Location: Almere, The Netherlands
Device: Kobo Sage
Quote:
Originally Posted by pelloq1 View Post
It's a way to batch read the covers from source without changing any other metadata ?
Bulk metadata edit has an option to set the cover from the ebook file.
mbovenka is offline   Reply With Quote
Advert
Old 12-26-2013, 08:50 AM   #3
At_Libitum
Addict
At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.At_Libitum ought to be getting tired of karma fortunes by now.
 
Posts: 265
Karma: 724240
Join Date: Aug 2013
Device: KyBook
Quote:
Originally Posted by pelloq1 View Post
Hello,

I have imported a lot of book, based on the file format :

(?P<series>.+) #(?P<series_index>.+) - (?P<title>[^_]+)
As far as I have used Calibre, the only times when it didn't extract the cover from the file is when it is not able to determine what the cover is, or if there is no cover in the file to begin with.

You could try the suggested bulk metadata edit method, as long as all other items are left unchecked, it will leave existing metadata unchanged. There will be an option at the bottom of the metadata editor (row of radio buttons) to retry that same action (extracting from file), but if that didn't happen the first time I don't know if this will work.

Question, where exactly do you not see the cover? Several places where it can be visible so before we are talking about different things think it might be helpful to know where

Last edited by At_Libitum; 12-26-2013 at 08:52 AM.
At_Libitum is offline   Reply With Quote
Old 12-26-2013, 10:46 AM   #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)
Quote:
Originally Posted by At_Libitum View Post
As far as I have used Calibre, the only times when it didn't extract the cover from the file is when it is not able to determine what the cover is, or if there is no cover in the file to begin with.

You could try the suggested bulk metadata edit method, as long as all other items are left unchecked, it will leave existing metadata unchanged. There will be an option at the bottom of the metadata editor (row of radio buttons) to retry that same action (extracting from file), but if that didn't happen the first time I don't know if this will work.

Question, where exactly do you not see the cover? Several places where it can be visible so before we are talking about different things think it might be helpful to know where
When you use the option to set metadata from the filename, it does not extract any of the ebook's metadata. You can still extract the cover in bulk edit, as was described, but when fresh from the import, the ONLY metadata that is set is whatever was explicitly set in the filename.
eschwartz is offline   Reply With Quote
Old 12-26-2013, 01:37 PM   #5
pelloq1
Junior Member
pelloq1 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2013
Device: kobo
Thumbs up

Thanks you to all it worked! I dont known why I do not have see this option !

Thanks !
pelloq1 is offline   Reply With Quote
Advert
Old 12-26-2013, 03:13 PM   #6
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,718
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
For the record : exception to the eschwartz rule - when the author and title are taken from file name of CBZ (or image only ZIP) or CBR (or image only RAR) files then the first image is extracted as the cover.

Not sure if this is true if file name contains anything beyond author and title or when CBC files are added.

BR
BetterRed is offline   Reply With Quote
Old 12-27-2013, 01:57 PM   #7
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)
Quote:
Originally Posted by BetterRed View Post
For the record : exception to the eschwartz rule - when the author and title are taken from file name of CBZ (or image only ZIP) or CBR (or image only RAR) files then the first image is extracted as the cover.

Not sure if this is true if file name contains anything beyond author and title or when CBC files are added.

BR
I don't claim to be the expert, I just read the manual when bored.

Good job pointing this out. I must add this to my repertoire of obscure random knowledge.
eschwartz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Covers don't show in file! LadyLou Calibre 24 10-19-2011 07:01 PM
Calibre 0.8.3 - FB2 covers not being written to file captpete Conversion 3 06-02-2011 03:24 AM
[Covers Plugin] Goodreads Covers **Deprecated** kiwidude Plugins 13 04-17-2011 05:09 PM
Covers, covers and damn statistics (wait, I got that wrong). Moejoe Writers' Corner 86 11-29-2010 08:34 PM
Covers/Metadata from LIBPRS500 or after a file's been LRF'd Gideon Calibre 11 01-27-2008 02:24 AM


All times are GMT -4. The time now is 02:43 AM.


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