musicbrainz-release-grabber

Crates.iomusicbrainz-release-grabber
lib.rsmusicbrainz-release-grabber
version
sourcesrc
created_at2023-02-09 01:47:15.325697
updated_at2024-12-05 02:35:09.931579
descriptionCheck if there are new albums on the musicbrainz release. Give it a folder and it will check the artist ids and save it. Now you can just ask for new releases whenever you want. Don't forget to edit the artists.
homepage
repositoryhttps://github.com/Narfinger/musicbrainz-release-grabber
max_upload_size
id780413
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(Narfinger)

documentation

README

musicbrainz-release-grabber

Finds new albums released on musicbrainz from a given directory.

Usage

  • Load your music directory with init -d
  • Remove directories you do not want to include.
  • Get the ids from musicbrainz (init -f). This will output artists where the musicbrainz artist does not match your search string. These might be wrong artists or just different spellings.
  • Use new to get new albums.

Notice the last step will take a while rougly 2 seconds per as per musicbrainz throttling restrictions. This will also obviously give all possible information you are searching for to musicbrainz.

Commit count: 310

cargo fmt