Skip to content
Discussion options

You must be logged in to vote

We changed this in v3 because we do not recommend using exploded archives for implementers. For your use case, you should be able to access the content of the audio files once the Publication object is opened by using publication.get() and the Resource API. However, I understand that this may not work if you depend on a third-party library for processing the audio files, which requires having the files on disk instead of accessing the bytes in memory.

It is in fact still possible to open exploded EPUBs in v3, just not as obvious.

ArchiveOpener will not help you because it is meant to open a file (archive) as a Container of Resource objects instead of a single Resource.

Instead, you can di…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@smoores-dev
Comment options

Answer selected by smoores-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants