Skip to content

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 02:32
· 66 commits to main since this release

Release Notes

Fixed

  • RecordingDate now works as expected and not be limited to year only
  • Description now works in iTunes

Thanks to @Zeugma440 for his efforts to fix atldotnet 155

Changed

  • Extracted Sandreas.AudioMetadata library to keep the code small, clean and reusable

Added

  • ApacheLICENSE document
  • tone.json format now contains file and audio container when using dump command

known issues

The following issues are known, part of an external library and already reported:

  • flag options (e.g. --dry-run) cannot be followed by arguments (e.g. tone tag --meta-album="album" --dry-run input.mp3) (spectre.console 825)
    • workaround: append flag options at the end (tone tag --meta-album="album" input.mp3 --dry-run)
  • --meta-* options cannot be set to empty values (spectre.console 842)
    • workaround: use --meta-remove-property instead
  • Value starting with - is mistreated as extra option (e.g. --meta-description "-5 degrees") (spectre.console 890)
    • workaround: use --meta-description="-5 degrees" instead (with =)
  • Invalid handling of parameter values starting with double quotes ("), e.g. --meta-description'"quoted" value' (spectre.console 891)