m4b-tool icon indicating copy to clipboard operation
m4b-tool copied to clipboard

m4b-tool Skipping multiple files when merging multiple mp3s

Open gviscardi opened this issue 3 years ago • 1 comments

Using docker m4b-tool on WSL2 Ubuntu 20.04.3 Using a directory of 157 mp3 files, parent directory named BOOK. Each file named Chapter <1-157>.mp3. When running the docker command, it runs the conversion, created the BOOK.m4b, but it starts at Chapter 2. When looking at the chapter file, it starts with chapter 2, then goes until Chapter 9, when it skips Chapters 9-10, then skips chapters 100-134. I've tried using different naming conventions, and checking file permissions. It doesn't do this on other books, which have only about 9-15 chapters however. If more info is needed, please let me know and I will provide what I can.

gviscardi avatar Jan 31 '22 22:01 gviscardi

this is already mentioned in #109 I don't know why this happens, maybe something with docker - it did never happen to me personally. One workaround is to copy the files into the containers temp path manually and then merge them, instead of mounting a volume...

sandreas avatar Jan 31 '22 22:01 sandreas