jima80525 / mp3splitter

Splits Audiobook mp3 files into chapters
MIT License
22 stars 7 forks source link

Set chapter as title and set track # #8

Closed fergbrain closed 2 years ago

fergbrain commented 2 years ago

It didn't look like the tool was pulling in the correct titles of the chapters. I was adding chapter ID3 tags using https://github.com/oczkoisse/overdrive-chapterizer, and this using this tool to split the files so that I could use AudioBookBinder (for macOS) to make it into an M4B file.

I also made sure the track numbers were sequential, though it's based on the filename arguments being passed in the correct/sequential order.

Also cleaned up some formatting to be PEP compliant (only because my IDE was complaining...I know there are personal opinions on this, so feel free to ignore that specific commit).

jima80525 commented 2 years ago

Thanks again!