Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to parse and organize books in "series" if certain metadata tags exist #290

Closed
majora2007 opened this issue Jun 8, 2021 · 0 comments · Fixed by #292
Closed

Attempt to parse and organize books in "series" if certain metadata tags exist #290

majora2007 opened this issue Jun 8, 2021 · 0 comments · Fixed by #292
Assignees
Labels
enhancement New feature or request

Comments

@majora2007
Copy link
Member

If the following tags exist in an epub:
calibre:series_index
calibre:series
calibre:title_sort

then map out the book as:

Series = calibre:series
Volume = calibre:series_index
Title = calibre:title_sort

An example of this would be:
Stephen King - Dark Tower 01 - The Gunslinger
Stephen King - Dark Tower 02 - The Drawing Of The Three

These belong to a series. In each epub, you'll see:
calibre:series = Dark Tower
calibre:title_sort = The Gunslinger, The Drawing Of The Three (respectively)
calibre:series_index = 1, 2 (respectively)

This is a simple change to allow better book reading experience.

@majora2007 majora2007 self-assigned this Jun 8, 2021
@majora2007 majora2007 added the enhancement New feature or request label Jun 8, 2021
This was referenced Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant