Skip to content

Releases: djdembeck/m4b-merge

v0.3.5.2

13 Jul 18:58
Compare
Choose a tag to compare

Fix edge case when chapters were missing MS data

v0.3.5.1

12 Jul 06:46
0099521
Compare
Choose a tag to compare

This is a code quality release.

v0.3.5

11 Jul 04:19
09970b7
Compare
Choose a tag to compare

Features

  • Download Audible cover image and embed it to output m4b file. Closes #11

Fixes

v0.3.4.2

09 Jul 06:30
d24ab8d
Compare
Choose a tag to compare

Enhancements

  • Add message when done processing all inputs
  • Use audible chapters for single mp3s (Since they won't have chaps anyways)

Fixes

  • Fix leading zeroes in the chapter name
  • Solve edge case of trailing periods (caused by Audible bad data)

Testing

  • Added Chapter data testing
  • Added metadata response testing

v0.3.4.1

08 Jul 08:19
Compare
Choose a tag to compare

Fixes

  • Fix for chapter durations past 24hr

v0.3.4: Audible chapters

08 Jul 05:36
Compare
Choose a tag to compare

Features:

  • Use Audible chapter data when available
  • Return HTTP code from audible check (for hook check)

Fixes:

  • Fix syntax errors from rewrite.

Documentation:

  • Better Readme.

OOP re-write

07 Jul 03:29
Compare
Choose a tag to compare
OOP re-write Pre-release
Pre-release

Key changes in this rewrite (in regards to changes from BragiBooks version of this script):

  • OOP-based design.
  • Now packaged as a PyPi package, m4b-merge https://pypi.org/project/m4b-merge
  • ASIN validation now done here instead of on frontend on BragiBooks
  • Initial tests, can be run from folder calling pytest