You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calibre handles metadata like "series' as meta tags with a name of calibre:series.
Because of the code here, these meta tags get converted into namespaced tags like <calibre:series> assuming the calibre namespace was already in the namespace map.
So if you load an epub that calibre has added these meta tags to and then save the epub, the meta tags are converted.
Interesting. Yeah, ebooklib does not assume you have valid input file so the only options at the moment to do it is parse and then use this code to set metadata in new book:
Uh oh!
There was an error while loading. Please reload this page.
Calibre handles metadata like "series' as meta tags with a name of
calibre:series
.Because of the code here, these meta tags get converted into namespaced tags like
<calibre:series>
assuming the calibre namespace was already in the namespace map.So if you load an epub that calibre has added these meta tags to and then save the epub, the meta tags are converted.
For an example a tag like this:
Gets converted to this on save:
The text was updated successfully, but these errors were encountered: