Dom Kiva Meyer
Dom Kiva Meyer
Hi @ptaoussanis, I can't seem to find the code. Sorry. If memory serves, it was a direct JS-to-CLJS port of https://gist.github.com/bgrins/5108712#file-log-portable-js.
I _remember_ modifying the built-in `console-appender`, but, if I actually had gotten it to work perfectly, I don't know why I wouldn't have also submitted a PR, so perhaps my...
All tests pass locally. How do I reproduce the CI failure?
@mickael-menu Any thoughts on this PR? Could you share how to attach a cover image in the parser?
Hi @mickael-menu, Sorry for the delay. I attempted to implement the solution as outlined, ran into a few stumbling blocks, and had a few realizations: - Knowledge of `readingOrder` is...
I believe the relevant async methods [`load`](https://developer.apple.com/documentation/avfoundation/avasynchronouskeyvalueloading/3747326-load) and [`loadMetadata`](https://developer.apple.com/documentation/avfoundation/avasset/3746528-loadmetadata) require iOS 15. How do you determine what versions to support? My understanding is that iOS
I noticed an issue with bitrates so I'm converting this to a draft until it's fixed.
I'm not sure how to correctly extract or calculate bitrate, so I'm dropping that functionality for now.
I wonder if perhaps we are conflating resources and chapters, or perhaps I am misunderstanding. Does Readium process embedded chapter metadata and convert to "virtual" resources? If not, I would...
I didn't know about `publication.tableOfContents`. Cool! Does "no plan" to parse a chapter list in `AudioParser` mean Readium has decided against it or that it's not specifically planned but would...