Working with already-exploded EPUBs in v3 #725
Replies: 1 comment
-
|
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 It is in fact still possible to open exploded EPUBs in v3, just not as obvious.
Instead, you can directly create a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like the kotlin v3 toolkit no longer has built in support for treating an already-extracted zip directory as an EPUB asset. This was an option in v2 — you could pass a directory path to the streamer, and it would treat the directory like an unzipped archive.
In Storyteller, I've been storing EPUBs on device extracted into directories. This is because:
What would be the best way to handle this? Should I write an
ArchiveOpenerthat operates on extracted folders?Beta Was this translation helpful? Give feedback.
All reactions