Releases: digitalec/sonus
Releases · digitalec/sonus
0.6.5
- Fixed a crash when TALB is not defined in the ID3 tags. #7 #10
0.6.4
- Replace escape character
&
in XML data with and
(fixes #6 and #8)
0.6.3
- Included author and title in invalid character replacement for file paths (Fixes #5)
0.6.2
- Replace invalid chars in Title (Fixes #5 )
0.6.0
Fixed:
- Added more invalid character replacements for filenames
0.5.0
New
- Added option to offset (
-O, --offset
) built-in chapter markers
- Examples:
--offset +5
, --offset 10
, --offset -10
0.4.1
New
- Added
-f, --ffmpeg-debug
switch for easier troubleshooting
Fixes
- Fixed crash when track start and end timestamps are the same (#1)
- Fixed missing debug message when using
-d, --download
0.4.0
Additions
- Added new
--generic
option for chapter filenames (Chapter 1.mp3, Chapter 2.mp3, etc.)
Fixes
- Append filename with track number to prevent overwriting chapters with same name
- Replace certain invalid characters in filenames (
! ? : ,
)
0.3.0
Version 0.3.0
Additions
- Added
--download
option to strictly download as-is without chapterizing
- Added warning if ffmpeg is not installed
Fixes
- Fixed unexpected error after chapterizing local audiobook
- Improved readability of error messages
0.2.0
- Added batch processing support for ODMs
- Uses first author name for output directory when multiple are provided
- Currently only when separated by forward slash