| 
			
			 | 
		#1 | 
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 27 
				Karma: 10 
				Join Date: Aug 2019 
				
				
				
				Device: Lenovo TB-X704F 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Sigil 1.8.0 and Epub 3.0 metadata
			 
			
			
			Greetings. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I may very well be overlooking something, but here it goes. If I want to add metadata to an Epub 3.0 file, Sigil 1.8.0 presents me with a different set of possible metadata than for an Epub 2.x file. I assume this is "works as designed". I'd like to add calibre's series-support to an Epub 3.0 file: calibre:series and calibre:series_index. Which metadata-tags do I use? Thx.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Sigil Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,072 
				Karma: 6361556 
				Join Date: Nov 2009 
				
				
				
				Device: many 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			You only need calibre:series and calibre:series_ index for epub2.  Epub3 has its own official way to handle series and series_index: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Here is a snippet from the opf showing how to do that. Code: 
	<meta id="seriesid" property="belongs-to-collection">NAMEOFSERIES</meta> <meta refines="#seriesid" property="collection-type">series</meta> <meta refines="#seriesid" property="group-position">INDEXVALUE</meta> In Sigil's metadata editor you do the following: 1. Add an Element and select "Belongs to Collection", fill in series name 2. Add a Property to that Element and select "Collection is a Series" 3. Add a Property to that Element and select "Position in Group", fill in series index Sigil's MetaEditor will properly create the seriesid and all the refines needed. Why the epub3 spec took something so simple and made it so complex is anyone's guess!  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,891 
				Karma: 207182180 
				Join Date: Jan 2010 
				
				
				
				Device: Nexus 7, Kindle Fire HD 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  
		 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | |
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 27 
				Karma: 10 
				Join Date: Aug 2019 
				
				
				
				Device: Lenovo TB-X704F 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Found something new, though. The Metadata-editor has this list of tags. The list for Epub 3.x contains something called custom element, which seems to be something I could use because it allows me to actually specify the tag I'd like to include. So I select custom element, specify calibre:series in the next box, and, sure enough, that tag does appear in the epub's metadata. I then specify the value, do the same with calibre:series_index and save the epub. Much to my surprise, when I open the epub again, these tags have disappeared! The metadata-editor doesn't list them, and, of course, neither do they show up in the OPF. Custom element does not support just any tag? everything seems to be OKE, until I save the epub. No messages.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,763 
				Karma: 24088559 
				Join Date: Dec 2010 
				
				
				
				Device: Kindle PW2 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Sigil Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,072 
				Karma: 6361556 
				Join Date: Nov 2009 
				
				
				
				Device: many 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Based on a web search Aldiko  and "epub3" there is very little info.  Aldiko appears to be quite quite old and may only support epub2 and epub2 metadata with very limited font and css support.  There was some talk of Aldiko adopting the Readium 2 SDK in an Aldiko update.   
		
	
		
		
		
		
		
		
		
		
		
		
	
	If they did adopt Readium 2, then my instructions are correct. If not, you might want to think about moving to a more modern e-book reader that has better css, font, and epub3 support. Perhaps Thorium.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
| Tags | 
| epub 3.0, meta data, sigil 1.8.0 | 
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Sigil 0.9.17 and Epub 3.0 Metadata | z537815 | Sigil | 7 | 08-24-2019 09:50 AM | 
| Sigil's support for EPUB 3.1 specs, metadata | Chang | Sigil | 11 | 09-19-2017 09:15 AM | 
| Epub crashes on Sigil for Mac, OK on Sigil for PC | crystamichelle | Sigil | 6 | 08-14-2013 03:52 PM | 
| Multiple files, *-tmp.epub, are left in /tmp/Sigil/scratchpad after closing Sigil | Ahmad Samir | Sigil | 8 | 11-28-2012 05:27 AM | 
| Metadata in Sigil | bertn33 | Android Devices | 0 | 04-21-2011 03:24 PM |