musicbrainz-release-grabber

Crates.iomusicbrainz-release-grabber
lib.rsmusicbrainz-release-grabber
version0.16.0
sourcesrc
created_at2023-02-09 01:47:15.325697
updated_at2024-10-28 02:21:46.921143
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
size77,601
(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: 286

cargo fmt