Flest 9 Posted March 25 Posted March 25 (edited) Audiobook Creator/Editor - a small tool I write. Hey! I threw a simple program for creating and editing audiobooks, since I couldn't find anything decent online โ except for one paid option. I'm sure it still has plenty of bugs, but it seems to work. Features: Encodes audio files (MP3, AAC, OGG, FLAC, etc.) to M4B format Merges multiple M4B files into a single file Rebuilds M4B files with proper tags Joins multi-part chapters (e.g. "Prologue 01", "Prologue 02", etc.) Requirements: For encoding MP3 and similar formats, the source files need to have their tags already filled in. I personally use the free Mp3tag app for this. The most important tag is Title - this is what gets used as the chapter name. All other tags can be filled in directly within the program. A note on performance: The program runs slowly, as it's essentially a wrapper around several command-line utilities - and those utilities are inherently slow when working with the M4B container. Nothing I can do about that, I'm afraid. Bonus: Since Emby apparently can't read the Sorting Album tag for some reason (hi, Luke ), the program also generates an NFO file with all the filled-in tags pre-written, including <sorttitle>. AudioBook Master v3.exe Edited March 25 by Flest 1
therockets 0 Posted April 21 Posted April 21 On 4/5/2026 at 8:48 AM, Flest said: AB Master v3.8.2.exe 178.44 MBย ยทย 1 download Quote Traceback (most recent call last): ย File "main.py", line 8, in <module> ย File "pyimod02_importers.py", line 457, in exec_module ย File "src\gui.py", line 12, in <module> ย File "pyimod02_importers.py", line 457, in exec_module ย File "src\modes\mode_a.py", line 12, in <module> ย File "pyimod02_importers.py", line 457, in exec_module ย File "src\utils\tagger.py", line 15, in <module> ImportError: cannot import name 'BASE_DIR' from 'src.models' (C:\Users\XXX\AppData\Local\Temp\_MEI1642\src\models.py) ย
Flest 9 Posted April 22 Author Posted April 22 (edited) 13 hours ago, therockets said: ย win10/11?ย try new version 3.11.4 AudiobookMasterPro_v3.11.4.exe Edited April 22 by Flest
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now