crabtagger
is a GUI music metadata editor written in rust using GTK3 as its GUI backend.
Currently it is able to set the title, album, artist, cover image, and date of audio files in various tagging formats using the multitag
crate.
More functionality and the ability to edit more tags will be added in the future.
To run crabtagger, first clone the source code:
git clone https://github.com/karx1/crabtagger
Then, change into the cloned directory and run the project with cargo
:
cd crabtagger
cargo run --release
Links: