External Resources: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (→‎User scripts / GreaseMonkey / User javascripts / UserJS: « See Guides/Userscripts. » looks more like in the other sections)
(Move "Access MusicBrainz using external APIs" below editing oriented entries, next to "MusicBrainz data ported to other systems" which seems semantically closer (ie., it is more "dev" oriented).)
Line 11: Line 11:
* [http://davesmey.com/programs/autoit/emutomb.htm eMusic-to-Musicbrainz import tool]
* [http://davesmey.com/programs/autoit/emutomb.htm eMusic-to-Musicbrainz import tool]
* [http://www.greycat.ru/musicbrainz/ Advanced MusicBrainz interface]
* [http://www.greycat.ru/musicbrainz/ Advanced MusicBrainz interface]

==Access MusicBrainz using external APIs==
=== Web Service Version 2 (current) ===
* [http://python-musicbrainzngs.readthedocs.org/ python-musicbrainzngs]
* [https://github.com/dwo/musicbrainz-ruby musicbrainz-ruby]
* [http://code.google.com/p/musicbrainzws2-java/ musicbrainzws2-java]
* [https://github.com/michiwend/gomusicbrainz GoMusicBrainz] - a Golang client library
* [https://github.com/exogen/graphbrainz graphbrainz] - query the web service with [http://graphql.org/ graphql]

=== Web Service Version 1 (deprecated) ===
* [http://rbrainz.rubyforge.org/ RBrainz - Ruby MusicBrainz library]
* [https://github.com/olds/phpbrainz phpBrainz]


== User scripts / GreaseMonkey / User javascripts / UserJS ==
== User scripts / GreaseMonkey / User javascripts / UserJS ==
Line 80: Line 68:


About amazon's [Import] label not trustworthy, here is the smoke-proof to check whether the IMPORT is bogus or not on .fr Switch the tld to .de: [http://www.amazon.de/gp/product/B00004UH7R http://www.amazon.de/gp/product/B00004UH7R] Check what they have as a label, in this case: Label: France (Megaphon Importservice) => it comes from france, and the [Import] is on .fr is bogus.
About amazon's [Import] label not trustworthy, here is the smoke-proof to check whether the IMPORT is bogus or not on .fr Switch the tld to .de: [http://www.amazon.de/gp/product/B00004UH7R http://www.amazon.de/gp/product/B00004UH7R] Check what they have as a label, in this case: Label: France (Megaphon Importservice) => it comes from france, and the [Import] is on .fr is bogus.

==Access MusicBrainz using external APIs==
=== Web Service Version 2 (current) ===
* [http://python-musicbrainzngs.readthedocs.org/ python-musicbrainzngs]
* [https://github.com/dwo/musicbrainz-ruby musicbrainz-ruby]
* [http://code.google.com/p/musicbrainzws2-java/ musicbrainzws2-java]
* [https://github.com/michiwend/gomusicbrainz GoMusicBrainz] - a Golang client library
* [https://github.com/exogen/graphbrainz graphbrainz] - query the web service with [http://graphql.org/ graphql]

=== Web Service Version 1 (deprecated) ===
* [http://rbrainz.rubyforge.org/ RBrainz - Ruby MusicBrainz library]
* [https://github.com/olds/phpbrainz phpBrainz]


== MusicBrainz data ported to other systems ==
== MusicBrainz data ported to other systems ==

Revision as of 08:22, 23 February 2017

Note: this page needs more flesh and to be linked to.

This page tries to list all external (to MusicBrainz) programs, scripts, reports, etc. that deal with MusicBrainz.

Possible incorrect data

Making editing easier

User scripts / GreaseMonkey / User javascripts / UserJS

See Guides/Userscripts.

User scripts are javascripts that a user installs in one’s browser and that change the behaviour of visited website (MusicBrainz). Those scripts will add some functionalities to MusicBrainz or let the user do many repetitive things in only one click, etc.

Some user script repositories (alpha sorted) :

Other known places with userscripts:

※ Here is a bitbucket/github/gitlab userscript installer (it adds green icons to INSTALL scripts directly from those repository file lists)

Valuable online databases

See Other Databases.

URI Description Comments (on reliability etc...)
http://www.discogs.com/ Discogs
http://allmusic.com/ Allmusic
http://en.wikipedia.org/ Wikipedia
http://amazon.com
http://amazon.co.uk
http://amazon.fr Releases dates often wrong
http://amazon.de Often omits to mark imports as "[Import]"
http://www.metal-archives.com Encyclopaedia_Metallum
http://www.encyclopedisque.fr For French vinyls
http://www.lpdiscography.com/ Has dates, labels, and catalog numbers

About amazon's [Import] label not trustworthy, here is the smoke-proof to check whether the IMPORT is bogus or not on .fr Switch the tld to .de: http://www.amazon.de/gp/product/B00004UH7R Check what they have as a label, in this case: Label: France (Megaphon Importservice) => it comes from france, and the [Import] is on .fr is bogus.

Access MusicBrainz using external APIs

Web Service Version 2 (current)

Web Service Version 1 (deprecated)

MusicBrainz data ported to other systems

Other