Releases: crra/mp3binder
Releases · crra/mp3binder
📝 Input file
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
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
Note: This is a breaking release
📜 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