-
-
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
Chapter names are not being setup correctly. #257
Comments
This is probably a bug in the old chapter algorithm. This is hard to fix, but I'll try it as soon as I have more time. Thanks for reporting, I hope it helps. |
I've tried --chapter-algo=grouping and it failed with the following error at the end.
Then I have tried --chapter-algo=legacy This didn't fail but this just gave same output of chapter names to be incorrect as in the original issue. However I noticed there is another parameter
This produced following chapters automatically and their order is retained. In the original output.
|
Thanks for quickly responding and giving me idea that I can combine it with other flags. I think we can close the issue as there is a workaround at least. Or keep it open if you want to get to it later. |
@jbuddha Glad it worked. Leave the issue open, there is a lot to fix :-) And maybe someone else will find this and the workaround as long as it is open. Thanks for your effort. |
I did find this and found it very useful - thanks! :) Had the same issue as the OP, without |
+1 same issue: I tried to extract chapter names from title but got only incrementing numbers. |
I have a bunch of MP3 files in a folder with names such as these.
Their individual mp3 file's title tag is also set as Unit 01, Unit 02 etc., I tried to run following commands once with --use-filenames-as-chapters and once without using that flag.
In both cases, my chapters titles are not using the file name or title tag and producing following output in chapters section. How can I have the chapter names as Unit 01, Unit 02 etc? Right now, the only way I can think of solving this problem is run above command once, copy the chapters meta data output and create chapters.txt manually and delete generated temp files, and generated m4b and rerun the above command to generate final m4b file to have correct chapter names. The tool is great except for this minor issue I'm unable to solve.
Can you tell what I'm doing incorrectly here?
The text was updated successfully, but these errors were encountered: