Skip to content

v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 11:35
· 3 commits to main since this release

Release Notes

Fixed

  • tone falsely reported as malware (#41)
  • movement tag is not removed (#44)

Changed

  • Upgraded atldotnet library (#58, #59)
  • Upgraded Jint library (#40)
  • Improved ffmetadata support (#39)

Added

  • Prepared code making it possible to use --id for simpler id based taggers (e.g. musicbrainz id)
  • --export option for dump command - allows you to export metadata in file (can be used together with --format, defaults to json)

Setup instructions

tone is released as single monolithic binary, so you don't need a setup file or any dependencies (not even a .NET runtime). Download the tone
release for your platform, extract it and run it via command line. If you need help choosing your download, here are some hints:

  • For Windows, only the x64 platform is available... choose -win-x64.zip
  • For musl (an alternative C library) choose your arch prefixed by musl (usually this is used in alpine docker images and other lightweight distributions)
  • For standard Linux (like Fedora, Ubuntu, etc.), chose your arch without musl prefix
  • For macOS you might need to run xattr -rd com.apple.quarantine tone after extracting to remove quarantine flag