Incorrect Exit Codes
Brought to you by:
adhawkins
When there is no musicbrainz match and/or the file cannot be renamed a non-zero exit code should be returned.
Ex:
$ flactag --write --rename --overwrite-existing album.flac && echo $?
Should print non-zero value if no match in musicbrainz and/or the file rename fails.
However it currently prints zero