sandreas / m4b-tool

m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
MIT License
1.15k stars 76 forks source link

id3-tags as chapter-title #186

Closed lduesing closed 2 years ago

lduesing commented 2 years ago

Hi Andreas, Thanks for your cool tool! I would prefer to use id3-tags as chapter-titles to the filenames on merge. There are no real constraints in id3-tags as opposed to file names. Thanks again,

Lars

sandreas commented 2 years ago

I would prefer to use id3-tags as chapter-titles to the filenames on merge. There are no real constraints in id3-tags as opposed to file names.

This should already be the default behaviour... since there is a --use-filenames-as-chapters parameter, which explicitely prefer the file NAMES over the tag titles, you should prevent using this...

Could you provide the complete command you are using and that does NOT work like expected? (like m4b-tool mege --output-file=output.m4b input.mp3)

lduesing commented 2 years ago

Ouch. Sorry. I used a sample command line without reading all. Error on my part. Thanks for the fast reaction!

sandreas commented 2 years ago

I used a sample command line without reading all. Error on my part. Thanks for the fast reaction!

You're welcome! Glad not having to fix something ;)