Releases: sandreas/tone
Releases · sandreas/tone
v0.0.4
Release Notes
changes
- add:
--order-by
and--limit
parameters - add:
--taggers
option to specify the order in which taggers are applied (e.g.--taggers="remove,*"
first applies the remove tagger, then all others) - add:
--script
and--script-tagger-parameter
to create custom scriptable javascript taggers (see README.md) - fix: various
mp4
tag format fixes
known issues
- 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
)
- workaround: append flag options at the end (
--meta-*
options cannot be set to empty values (spectre.console 842)- workaround: use
--meta-remove-property
instead
- workaround: use
v0.0.3
Release Notes
changes
- fix:
--meta-remove-property
should now work as expected - add:
--taggers
option to specify the order in which taggers are applied (e.g.--taggers="remove,*"
first applies the remove tagger, then all others)
known issues
- 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
)
- workaround: append flag options at the end (
--meta-*
options cannot be set to empty values (spectre.console 842)- workaround: use
--meta-remove-property
instead
- workaround: use
v0.0.2
release 0.0.2
v0.0.1
release 0.0.1