Skip to content

Releases: crra/mp3binder

📝 Input file

30 Aug 06:43
Compare
Choose a tag to compare

What's Changed

🎉 [feature] adds support for list/parameter files where each line represents a file name (with white spaces) via the --input option.
🦾 [ease of access] --input can be used to simply create a custom file order in a file rather than via the command line. This is a native solution as requested in #22.

Other Changes

Dependencies updated

🗂 The next chapter

31 Jan 21:50
Compare
Choose a tag to compare

Next major release due to internal overhaul

  • 🌱[feature] adds support for id3v2 chapters (#3), changes to upstream library pending
  • 🌱[feature] allows cancellation without leftovers
  • 🌱[feature] allows to remove tags (e.g. by copying with --tcopy) by defining the key with an empty string (e.g. --tapply TIT2="")
  • 🌱[feature] allows to define a non-English language for string manipulation functions (e.g. uppercase with --lang=de)
  • 🌱[feature] derives the title (TIT2) tag from the directory of the first file if not explicitly set or removed (with an empty string)
  • 🦾[ease of access] accepts simple tag values without quoting the surrounding string (#5)
  • 🦾[ease of access] ignores input files that will become output files (e.g. from previous run and --force)

💇‍♀️ Replaces custom code with 3rd party

15 Jan 02:12
Compare
Choose a tag to compare

Note: This is a breaking release

⚠️ Due to the introduction of spf13/cobra, the command line flags now need double dashes (--) instead of single dashes (-).
📜 The verbose output is now really verbose and explains each step in more detail
🐛 Due to the rewrite and complementing test, some edge cases shall be fixed that where previously not tested at all