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
First I'd like to say great job with this, really useful.
I have a feature request to add series metadata to the generated ebook files.
This should make it easier for Calibre to manage the automatic collection generation based on the added series metadata.
isAcceptableCalibreSeriesIndex returns true if it is a parse-able number else false. I'm not sure what happens in Calibre if you started creating books with "13a" for a series_index though it looks like "11.1" and such is supported (ref: https://manual.calibre-ebook.com/template_lang.html and search "If you use series indices with sub values (e.g., 1.1)")
You would also need to expose these new properties on MobiInfo here:
I think the right value for each is probably series_name = issue.manga.name and number_in_series = issue.number
You may also be interested in adding the Mobi3 standard series metadata which is shown here: dteviot/WebToEpub#1
Though not sure if anyone would immediately benefit.
Thanks, hope you can add this feature.
The text was updated successfully, but these errors were encountered:
Hamitamaru
changed the title
Adding series data to generated ebook file
[feature-request] Adding series data to generated ebook file
Mar 18, 2018
First I'd like to say great job with this, really useful.
I have a feature request to add series metadata to the generated ebook files.
This should make it easier for Calibre to manage the automatic collection generation based on the added series metadata.
I think that it would take adding to this block of code:
https://github.com/aplanas/kmanga/blob/master/mobi/mobi.py#L554-L560
The following:
isAcceptableCalibreSeriesIndex returns true if it is a parse-able number else false. I'm not sure what happens in Calibre if you started creating books with "13a" for a series_index though it looks like "11.1" and such is supported (ref: https://manual.calibre-ebook.com/template_lang.html and search "If you use series indices with sub values (e.g., 1.1)")
You would also need to expose these new properties on MobiInfo here:
kmanga/kmanga/scrapyctl/mobictl.py
Line 27 in 535df12
I think the right value for each is probably series_name = issue.manga.name and number_in_series = issue.number
You may also be interested in adding the Mobi3 standard series metadata which is shown here:
dteviot/WebToEpub#1
Though not sure if anyone would immediately benefit.
Thanks, hope you can add this feature.
The text was updated successfully, but these errors were encountered: