Collections/Tools: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Added MusicBrainz::Collection)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
==List of tools==
==List of tools==


[http://beets.radbox.org Beets], an open-source command-line music manager, has a [http://beets.readthedocs.org/page/plugins/mbcollection.html MusicBrainz collection plugin] that lets you add albums to your collection.
Currently we do not have any tools intended for users.


==Development==
==Development==
Line 11: Line 11:
* [http://muz.goatse.co.uk/musicbrainz/collections http://muz.goatse.co.uk/musicbrainz/collections] - This is a Perl script that allows for a user point it to a directory (containing any number of sub folders) that contains MP3s. It will then submit to the [[XML Web Service]] based on files found. This was made by [[User:Muz|Muz]]. Any issues are best raised with Muzzz on the [[IRC|IRC Channel]].
* [http://muz.goatse.co.uk/musicbrainz/collections http://muz.goatse.co.uk/musicbrainz/collections] - This is a Perl script that allows for a user point it to a directory (containing any number of sub folders) that contains MP3s. It will then submit to the [[XML Web Service]] based on files found. This was made by [[User:Muz|Muz]]. Any issues are best raised with Muzzz on the [[IRC|IRC Channel]].
* [http://search.cpan.org/dist/MusicBrainz-Collection/ MusicBrainz::Collection] - Another Perl script for uploading collection information. Supports MP3, MP4, FLAC, Ogg Vorbis, WMA, WAV, AIFF, Musepack, and Monkey's Audio.
* [http://search.cpan.org/dist/MusicBrainz-Collection/ MusicBrainz::Collection] - Another Perl script for uploading collection information. Supports MP3, MP4, FLAC, Ogg Vorbis, WMA, WAV, AIFF, Musepack, and Monkey's Audio.
* [https://github.com/alastair/python-musicbrainz-ngs python-musicbrainz-ngs] - Contains Python bindings for the collection API.


If you have questions about working with the [[Music Collection]] webservice in general, feel free to ask on the [[Users Mailing List]] or [[Developers Mailing List]] (whichever seems more appropriate to your question).
If you have questions about working with the [[Music Collection]] webservice in general, feel free to ask on the [[Users Mailing List]] or [[Developers Mailing List]] (whichever seems more appropriate to your question).

Latest revision as of 21:55, 8 February 2013

To manage your collection with MusicBrainz, we hope to have a number of tools available in the future which can scan your music directory and submit your collection to MusicBrainz. This page will provide a list of tools which support this.

List of tools

Beets, an open-source command-line music manager, has a MusicBrainz collection plugin that lets you add albums to your collection.

Development

For developers (and adventurous users) there is example code.

If you have questions about working with the Music Collection webservice in general, feel free to ask on the Users Mailing List or Developers Mailing List (whichever seems more appropriate to your question).