|
|
#1 |
|
Zealot
![]() ![]() ![]() ![]() Posts: 138
Karma: 372
Join Date: Apr 2008
Location: New York, NY
Device: Sony PRS-600, Nook Color, iPad
|
Calibre import question
I'm working with html files for import into Calibre, and I'm wondering if there are meta tags that I can embed into the content to be recognized, or if I should build an .opf file to go with the content? embedding would be easier, but the .opf route is doable.
- Ed |
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,617
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
It tries to read metadata from HTML comments. For example for title the regular expression is
Code:
<!--.*?TITLE=(?P<q>[\'"])(.+)(?P=q).*?--> Code:
<!-- TITLE=book title--> |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bulk import - possibly stupid question | Megahurts | Calibre | 3 | 04-16-2010 06:59 AM |
| Calibre won't import any books! | sapereaudo | Calibre | 10 | 03-22-2010 09:55 PM |
| Import files, regex question | al35 | Calibre | 0 | 03-22-2010 01:33 PM |
| Question for Australians: do parallel import rules apply to e-books? | charlieperry | News | 2 | 12-05-2009 11:32 PM |
| Can't import into Calibre 6.26 | Winter57 | Calibre | 8 | 12-05-2009 03:05 PM |