Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-30-2013, 08:18 PM   #1
Hansk07
Junior Member
Hansk07 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2013
Device: Nook
Metadata

Just wondering why if a book is part of a series. For example New Moon is book 2 of the Twilight Series. Why can't the series name and number within the series not be downloaded as part of the metadata and plugged into the series field?
Hansk07 is offline   Reply With Quote
Old 06-30-2013, 10:00 PM   #2
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,095
Karma: 18727053
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Series and index number were (are) not important enough for the powers that be to include in the official list of metadata...at least in the ePub realm. I've heard that will be changed with the next iteration, whenever that happens to come out. In the meantime, Calibre has it's own set of metadata tags that include "calibre:series" and "calibre:series_index" you can add them in the .opf like this:

<meta content="Your Book #" name="calibre:series_index" />
<meta content="Your Series Name" name="calibre:series" />

Whether or not any reader/app actually notices them - or allows you to do anything with them is another matter. Marvin, and of course Calibre itself, allow full use of those tags.

Cheers!
Turtle91 is offline   Reply With Quote
Old 07-01-2013, 12:12 AM   #3
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,987
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Hansk07 View Post
Just wondering why if a book is part of a series. For example New Moon is book 2 of the Twilight Series. Why can't the series name and number within the series not be downloaded as part of the metadata and plugged into the series field?
There is a good reason not to put the series number in the metadata. Because it's possible it can change. It can also be different depending if you read in chronological order or published order. For some series those two orders will be different. Also, how do you handle numbering a book of short stories that have stories that fit in different places in the series? Too many variables and the publishers have enough trouble sending their eBooks off to India to get them made by the lowest bidder.
JSWolf is offline   Reply With Quote
Old 07-01-2013, 02:46 AM   #4
gmw
cacoethes scribendi
gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.gmw ought to be getting tired of karma fortunes by now.
 
gmw's Avatar
 
Posts: 5,809
Karma: 137770742
Join Date: Nov 2010
Location: Australia
Device: Kobo Aura One & H2Ov2, Sony PRS-650
Considering the elaborate standards behind it all (you get the impression the people behind it were being paid by the hour), and the many articles you can find about how important the metadata of a book is, the sad truth is that book metadata is inconsistently used and supported across the industry. Even the basic fields like description can be problematic.
gmw is offline   Reply With Quote
Old 07-01-2013, 08:43 AM   #5
JoeD
Guru
JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.
 
Posts: 895
Karma: 4383958
Join Date: Nov 2007
Device: na
It'd be good to at least have original published order in the metadata. For chronological or suggested reading order though, it'd be better if publishers maintained a wikipedia page or similar listing on their own sites as that order can change as new books are written. That'd be asking too much though

Until then, using calibre is really the best answer.

With calibre, it's dead easy to set the series and number just type "Name of series [x]" in the series field, replacing x by the number you want. Also, you can setup a plugboard for save to disk and send to device that will rename the file so that it appears on your device with "series name - 01 - book title" or whatever variation of that you want.

If you want to set calibre up to do that, have a read about plugboards then setup a template with the following replacement for title:

Code:
{series}{series_index:0>2s| - | - }{title}
Ideally what I'd like to see is an official series name and published order entry in the book metadata. In addition, make reading order and chronological order entries an optional part of the standard. Then devices can rely on those entries (when present) to provide additional display/sorting options for books with a series. It can be left up to the reader if they want to set/update the chronological/reading order for their books.

Last edited by JoeD; 07-01-2013 at 08:47 AM.
JoeD is offline   Reply With Quote
Old 07-01-2013, 08:50 AM   #6
John F
Grand Sorcerer
John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.
 
Posts: 7,171
Karma: 63764653
Join Date: Feb 2009
Device: Kobo Glo HD
Quote:
Originally Posted by JoeD View Post
...

Until then, using calibre is really the best answer.

With calibre, it's dead easy to set the series and number just type "Name of series [x]" in the series field, replacing x by the number you want.

...
To update the the metadata in the epub, don't you need to do some additional steps (do a conversion, or run tweaks)?
John F is offline   Reply With Quote
Old 07-01-2013, 08:59 AM   #7
JoeD
Guru
JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.JoeD ought to be getting tired of karma fortunes by now.
 
Posts: 895
Karma: 4383958
Join Date: Nov 2007
Device: na
Quote:
Originally Posted by John F View Post
To update the the metadata in the epub, don't you need to do some additional steps (do a conversion, or run tweaks)?
Someone correct me if I'm wrong, but I think Calibre saves metadata in a local DB and has an option to also write metadata to a sidecar file? The books themselves won't be updated unless you do a format conversion as you say.

If you save to disk or send to device though, Calibre will update the metadata during that process for the newly created file.

The idea is, that you don't ever copy books directly into/out of the Calibre book/library directory. So the fact that metadata is only updated in a separate DB until you export/send to device/email/etc. shouldn't cause a problem.

Last edited by JoeD; 07-01-2013 at 09:08 AM.
JoeD is offline   Reply With Quote
Old 07-01-2013, 11:10 AM   #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: 29,804
Karma: 54830978
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 JoeD View Post
Someone correct me if I'm wrong, but I think Calibre saves metadata in a local DB and has an option to also write metadata to a sidecar file? The books themselves won't be updated unless you do a format conversion as you say.

If you save to disk or send to device though, Calibre will update the metadata during that process for the newly created file.

The idea is, that you don't ever copy books directly into/out of the Calibre book/library directory. So the fact that metadata is only updated in a separate DB until you export/send to device/email/etc. shouldn't cause a problem.
There is a per book backup of the calibre(DB) metadata saved alongside the Book (and cover) : metadata.opf
You can get at this quickly: select Book: Tap 'O'
Remember: Change Nothing you see (makeing a copy is OK), you are looking beneath the skirts.
theducks is offline   Reply With Quote
Old 07-01-2013, 11:31 AM   #9
calvin-c
Guru
calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.calvin-c ought to be getting tired of karma fortunes by now.
 
Posts: 787
Karma: 1575310
Join Date: Jul 2009
Device: Moon+ Pro
Quote:
Originally Posted by JSWolf View Post
There is a good reason not to put the series number in the metadata. Because it's possible it can change. It can also be different depending if you read in chronological order or published order. For some series those two orders will be different. Also, how do you handle numbering a book of short stories that have stories that fit in different places in the series? Too many variables and the publishers have enough trouble sending their eBooks off to India to get them made by the lowest bidder.
I've seen way too much of this in management. The fact that something is hard to administer is not a *good* reason for not doing it. It is a good reason for not rushing into it & doing it haphazardly though even if the need for it seems urgent.

Considering that we're talking ebooks here there's no good reason to have a 'book' of short stories rather than the stories being individually 'published'. Again, it's convenience for the publisher who generally doesn't care about the needs of the readers-after all, his 'customers' are the booksellers, not the readers.
calvin-c is offline   Reply With Quote
Old 07-01-2013, 11:49 AM   #10
elcreative
Wizard
elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.elcreative ought to be getting tired of karma fortunes by now.
 
Posts: 2,888
Karma: 5875940
Join Date: Dec 2007
Device: PRS505, 600, 350, 650, Nexus 7, Note III, iPad 4 etc
Quote:
Originally Posted by John F View Post
To update the the metadata in the epub, don't you need to do some additional steps (do a conversion, or run tweaks)?
Use Polish... no conversion then and there's at least one other method that only changes metadata - check with the calibre forum here...
elcreative is offline   Reply With Quote
Old 07-01-2013, 11:56 AM   #11
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
This appears to be a thread about Calibre - I'll move it to the Calibre forum.

To the original poster - please use the forums correctly. Calibre questions belong in the Calibre forum.
HarryT is offline   Reply With Quote
Old 07-01-2013, 11:20 PM   #12
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,864
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Nexus 7
Quote:
Originally Posted by elcreative View Post
Quote:
Originally Posted by John F View Post
To update the the metadata in the epub, don't you need to do some additional steps (do a conversion, or run tweaks)?
Use Polish... no conversion then and there's at least one other method that only changes metadata - check with the calibre forum here...
As JoeD correctly pointed out above as long as you use calibre to export (Send to device, Save to disk, Email, Content server) the books from the calibre library the metadata will be embedded in the book (for supported formats) on export with no additional steps required.

However if you must embed the metadata in the books within your library then elcreative's advice to use the polish feature (for supported formats) is the way to go.
DoctorOhh is offline   Reply With Quote
Old 07-01-2013, 11:35 PM   #13
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: 20,572
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
This thread started life somewhere other then the Calibre Forums

HarryT moved it here and chastised the OP for not posting the question in the Calibre forum

But the OP doesn't mention Calibre in the original post, the OP hasn't posted since, so maybe the OP doesn't use Calibre

It was all the people who posted after the OP that introduced Calibre into the thread.

just saying - BR
BetterRed is offline   Reply With Quote
Old 07-01-2013, 11:46 PM   #14
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,864
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Nexus 7
Quote:
Originally Posted by BetterRed View Post
This thread started life somewhere other then the Calibre Forums

HarryT moved it here and chastised the OP for not posting the question in the Calibre forum
Excellent point.

I took my cue from HarryT and helped clarify a question asked in post 6. But it is entirely possible that the OP's question had nothing to do with calibre. Certainly (s)he should not have been chastised for asking a calibre question when we have no clue that this was the case.

Last edited by DoctorOhh; 07-02-2013 at 12:01 AM.
DoctorOhh is offline   Reply With Quote
Old 07-02-2013, 01:21 AM   #15
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
The question "why can't the series number be downloaded and plugged into the series field" suggests Calibre to me. What has a "series field" other than Calibre?
HarryT is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
series_index gets reset to [1] using "edit metadata in bulk, basic metadata" Boekenworm Library Management 4 11-25-2013 06:51 PM
Metadata priority & how does metadata lookup work? MelBr Calibre 4 03-11-2013 12:13 AM
Failed to download metadata (both metadata & cover) EddieSean Calibre 0 01-31-2013 09:49 PM
[Metadata Download Plugin] Goodreads Metadata **Deprecated** kiwidude Plugins 30 04-23-2011 02:10 PM
What is the difference between the main metadata.db and sub-directory metadata.db? iridius Library Management 5 02-23-2011 11:44 AM


All times are GMT -4. The time now is 01:13 PM.


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