View Single Post
Old 11-09-2014, 08:04 AM   #3
Kode
Junior Member
Kode began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2014
Device: Kobo Glo
Thanks for replying eschwartz, that's interesting about the covers, I didn't realise that.

Quote:
Originally Posted by eschwartz View Post
I do not know why the lit didn't have the title updated. Does lit support metadata? I don't know, I never used it.
I'm not 100% sure, but I assume it does as it does get updated as part of a conversion, in fact I just tested and as part of a convert at least the title, tags, publisher and author get set and can then be read with ebook-meta

Code:
C:\>ebook-convert "zoe.lit" "test.lit" --cover "C:\test.jpg" --title "Zoe" --authors "Suzanne Collins" --publisher "Scholastic Press" --tags "Fiction"
1% Converting input to HTML...
InputFormatPlugin: LIT Input running
on C:\zoe.lit
--SNIP--
LIT output written to C:\test.lit
Output saved to   C:\test.lit
Code:
C:\>ebook-meta "test.lit"
Title               : Zoe
Author(s)           : Suzanne Collins
Publisher           : Scholastic Press
Book Producer       : calibre (2.8.0) [http://calibre-ebook.com]
Tags                : Fiction
Code:
C:\>ebook-meta "test.lit" --title "new title" --authors "kode" --publisher "some
thing" --tags "blah"
Original metadata::
        Title               : Zoe
        Author(s)           : Suzanne Collins
        Publisher           : Scholastic Press
        Book Producer       : calibre (2.8.0) [http://calibre-ebook.com]
        Tags                : Fiction

Changed metadata::
        Title               : Zoe
        Author(s)           : Suzanne Collins
        Publisher           : Scholastic Press
        Book Producer       : calibre (2.8.0) [http://calibre-ebook.com]
        Tags                : Fiction

Last edited by Kode; 11-09-2014 at 08:10 AM.
Kode is offline   Reply With Quote