View Single Post
Old 04-21-2025, 09:48 AM   #18
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,461
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
And to demonstrate setting of custom column metadata
Code:
ebook-meta --from-opf ~/test\ library/Kovid\ Goyal/DOCX\ Demo*/*.opf t.pdf                                                            *
Original metadata::
	Title               : xxxaaa
	Title sort          : xxxaaa
	Author(s)           : R. Z. Bottema O. & Djordjevic
	Series              : testme #1
	Published           : 0101-01-01T00:00:00+00:00

Changed metadata::
	Title               : DOCX Demo
	Title sort          : DOCX Demo
	Author(s)           : Kovid Goyal & A B [Goyal, Kovid & b, a]
	Publisher           : Kovid Goyal
	Tags                : a1, a2, conversion, docs, ebook
	Series              : s #0
	Languages           : eng
	Published           : 2016-02-16T18:30:00+00:00
	Comments            : <div>
	<p>Demonstration of DOCX support in calibre</p>
	<p><a href="#library_id=test_library&amp;panel=book_list&amp;search=authors:%22%3DKovid%20Goyal%22&amp;sort=timestamp.desc"><span style="color: #6cb4ee">Search for Kovid Goyal</span></a><br><a href="calibre://show-book/_hex_-746573745f6c696272617279/2123"><span style="color: #6cb4ee">Sonnets</span></a></p>
	<p><a href="calibre://view-book/_hex_-746573745f6c696272617279/2123/EPUB?open_at=epubcfi(/12/2/4/2/10/42/2[f000012]/1:33)"><span style="color: #6cb4ee">Sonnet III</span></a></p>
	<p><a href="calibre://search/_hex_-746573745f6c696272617279?eq=6173696d6f76206f72206d6f6f7365"><span style="color: #6cb4ee">Test search in library</span></a></p></div>
	My Authors👨         : calibre
	My Comments         : <div>
	<p><em style="font-weight: 700">Testing2</em> extra <span style="color: #aa0000">comments</span></p>
	<p>Wowee2 ======== meow</p></div>
	My Date             : 13-03-2018
	Formats             : AZW3, DOCX, EPUB, ORIGINAL_AZW3, ORIGINAL_EPUB, PDF
	Genre               : Demos
	ISBN                : EMPTY
	My Enum             : Three
	Number              : 3336
	My Rating           : 4.5
	My Tags             : a, t1, t2
	My Title            : Nice formatting, no
	Yes/No              : Yes
kovidgoyal is offline   Reply With Quote