Results 951 comments of advplyr
trafficstars

Are you able to reproduce this again?

Is this still an issue on the latest version v2.23.0? If so, can someone provide steps to reproduce it?

This is how it was designed because it matches the library filters available for progress so the query is the same. I understand what you mean and why it would...

Are you able to reproduce this consistently or is it only sometimes that it stops? Is this specific to some m4b files?

It doesn't make sense that it would be different for a single file audiobook. Abs is just passing the audio file to the Android media player and that is handling...

Can you give precise reproducible steps and share what you are seeing and what you are expecting to see?

Ah interesting, this may be an issue with the latest version of ffmpeg on the Debian package because a similar "Output format is not available" was brought up in #3031...

Quick search and I found the wrapper we use for ffmpeg patched this issue for ffmpeg v7 recently. https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/pull/1274 The reason this only impacts the Debian package is because Windows...

M4B conversion isn't supported on Windows because Tone isn't included as a dependency. Ffmpeg does work on Windows which is used to transcode audiobooks that can't be direct played. Also...

Fixed in [v2.11.0](https://github.com/advplyr/audiobookshelf/releases/tag/v2.11.0)