82fed6ea6ea274f038d766b7be81e5fa1aa999ea
shanty-tag
Metadata tagging via online databases for Shanty.
Queries MusicBrainz to fill in missing metadata on indexed music files. Uses fuzzy matching to handle minor spelling differences and a configurable confidence threshold.
Usage
# Tag all untagged tracks (dry run)
shanty-tag --all --dry-run -vv
# Tag all untagged tracks for real
shanty-tag --all
# Tag a specific track and write tags back to the file
shanty-tag --track 42 --write-tags
# Custom confidence threshold
shanty-tag --all --confidence 0.9
Description
Languages
Rust
100%