-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging files with sub-chapters does not work (formerly: Merge Chapters from existing M4B files) #122
Comments
One other thing I noticed that may be a relic from #27 is that when using |
I'll take a look in the next days. |
Which version are you using? Its working for me with the latest pre-release. |
Not sure why I didn't see the email about your reply, sorry for the delay. I was using the latest code from GitHub as of 1 Feb built into a Docker container. Running I see you've made several commits in the last few weeks, so I can try rebuilding either from the latest pre-release or the latest source. EDIT: I see 0.4.2 is the release from 2019. So that's not very useful. That being the case, I'm not sure how else to describe my version other than built from commit 1c33feb. |
Could you provide the full command line that you use? Then I can try to reproduce the problem. Thank you for your patience. |
Yep, sorry for the late response. Full command I used was: |
Should be fixed in the latest pre-release (see #135). Feedback would be great. |
I'm using this tool for the first time, so I apologize if the feature exists and I missed it in the documentation, but I am attempting to merge two fully chapterized M4B files into a single file and the result ends up ignoring all of their chapters and creating two chapters no names and the timestamps of the two input files.
m4b-tool merge . --no-conversion --output-file=Title.m4b
The closest parameter I found was
--no-chapter-reindexing
but that just results in two chapters with slightly different names.Is there any way to important the chapter tags from M4B files that are being merged?
I'm currently running the latest build from git in Docker on WSL2. Thanks!
The text was updated successfully, but these errors were encountered: