Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 03-09-2012, 12:06 AM   #1
EtrnLwanderer
Member
EtrnLwanderer began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Feb 2012
Device: Galaxy Note
Add book number in a series to metadata?

I was wondering if there is some way we can edit the info in the opf of an epub to show the chronological order of a book in a given series, by the author. For eg: If you have 5 books of George RR Martin from the Fire and Ice series. The first book being Game of Thrones and the fifth one being Dance with Dragons, I know I can add the Fire and Ice series tag to all 5 books, but is there some way to add in data which shows that Game of Thrones as the 1st book in the series and Dance with Dragons, as the 5th in the series?
EtrnLwanderer is offline   Reply With Quote
Old 03-09-2012, 02:22 AM   #2
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Yes, you can in the metadata.

That was the short answer. Now the more useful one. The default metadata fields don't have a specific field for series. Therefore you need to create a non-default one. The problem arise that when you use a non-default one, how will your reading application know what this field is and what it does?
If it is just for storage, use the metadata tags from Calibre. In that way you have at least the information in Calibre. At least on my reader that information (series name, not number) is also available, but I don't know how Calibre does that. I believe it add the collection name/series in the keywords metadata field.
Toxaris is offline   Reply With Quote
Advert
Old 03-09-2012, 11:07 AM   #3
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,514
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Calibre does it like this:

Code:
<meta content="A Song of Ice and Fire" name="calibre:series"/>
<meta content="1" name="calibre:series_index"/>
These, as Toxaris says, are generic metadata entries, that don't necessarily mean anything to other software than calibre, but it's something at least.
Jellby is offline   Reply With Quote
Old 03-10-2012, 02:25 AM   #4
EtrnLwanderer
Member
EtrnLwanderer began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Feb 2012
Device: Galaxy Note
Thank you, Toxaris & Jellby
EtrnLwanderer is offline   Reply With Quote
Old 03-10-2012, 12:17 PM   #5
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Dublin Core defines a relation entry in its standard. This defines a related resource, i.e. another book or group related to this one. I would think this would be a perfect place to name the series and perhaps identify which entry this book was in.
DaleDe is offline   Reply With Quote
Advert
Old 03-10-2012, 01:23 PM   #6
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Interestingly enough ePub 3 standard shows a sample entry for a collection:

<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
<dc:title id="t1">The Fellowship of the Ring</dc:title>
<meta refines="#t1" property="title-type">main</meta>

<dc:title id="t2">The Lord of the Rings</dc:title>
<meta refines="#t2" property="title-type">collection</meta>
<meta refines="#t2" property="group-position">1</meta>

<dc:title id="t3">THE LORD OF THE RINGS, Part One: The Fellowship of the Ring</dc:title>
<meta refines="#t3" property="title-type">extended</meta>

</metadata>
DaleDe is offline   Reply With Quote
Old 03-10-2012, 01:48 PM   #7
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,689
Karma: 54369090
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Nice:
It looks like it cover a lot of title differences I currently see.
theducks is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Book number in a series bbones Barnes & Noble NOOK 4 10-11-2011 10:11 AM
Feature request: Ability to put a book in a series without an index number lunixer Calibre 6 08-29-2011 11:37 AM
Series Number in Book title (Kindle) cityzen Library Management 7 03-20-2011 12:11 AM
add series information when emailing book Debby Calibre 3 01-20-2011 01:27 AM
Any way to show book number in series ? alophind Sony Reader 7 11-25-2010 11:25 AM


All times are GMT -4. The time now is 06:58 AM.


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