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

[Enhancement]: Improve cover image & metadata parsed from epub ebook files #3201

Closed
advplyr opened this issue Jul 28, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@advplyr
Copy link
Owner

advplyr commented Jul 28, 2024

Type of Enhancement

None

Describe the Feature/Enhancement

Select the cover image in the epub file based on the cover meta tag in the opf file. Currently the first image found in the manifest is what is being used as the cover.

Support alternative namespaces when parsing metadata from the OPF file.
Example supported:

<dc:creator opf:role="aut" opf:file-as="Orwell, George">George Orwell</dc:creator>

Example not supported alt namespace:

<dc:creator xmlns:ns0="http://www.idpf.org/2007/opf" ns0:role="aut" ns0:file-as="Steinbeck, John">John Steinbeck</dc:creator>

The same can apply when parsing the ISBN using an alt namespace:

<dc:identifier xmlns:ns4="http://www.idpf.org/2007/opf" ns4:scheme="ISBN">9781440633904</dc:identifier>

Why would this be helpful?

a

Future Implementation (Screenshot)

b

Audiobookshelf Server Version

v2.11.0

Current Implementation (Screenshot)

No response

@advplyr advplyr added the enhancement New feature or request label Jul 28, 2024
@advplyr advplyr added the awaiting release Issue is resolved and will be in the next release label Jul 28, 2024
Copy link

github-actions bot commented Aug 4, 2024

Fixed in v2.12.0.

@github-actions github-actions bot closed this as completed Aug 4, 2024
@github-actions github-actions bot removed the awaiting release Issue is resolved and will be in the next release label Aug 4, 2024
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

No branches or pull requests

1 participant