Peter
Peter
+1, blocking everything else on the system is quite annoying. @petrzelka's PR #82 has been open for more than a year already as well.
Do you have ideas on how to do this? One possibility would be to add separator at the end of the book file like `----------------------` replace everything before and keep...
> As I already mentioned in #222, it may be possible, that using a `bind` mount instead of a `-v` fixes at least some of the issues. Example > >...
Sure! So if a command like `m4b-tool merge . --output-file "Cool book.m4b" -v` would not detect all mp3 files in the current folder I switch to this style `m4b-tool merge...
You are right, forgot about that part. I did not risk it and made sure the order in the command is correct and not just the direct ls output. I...
There is no code snippet. I just copied the output of ls into VS Code and removed the newlines so that I have all files in a single line and...
I worked around this issue by adding a postinstall script to my package.json to delete the offending php file from the node_modules folder after install. ```json { "scripts": { ......
I just encountered this myself and `LD_PRELOAD=/system/lib64/libskcodec.so` solved it for me. Thanks @airidosas252!