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
)