Difference between revisions of "External Resources"

From MusicBrainz Wiki
Jump to navigationJump to search
(added Cueshit)
 
(37 intermediate revisions by 6 users not shown)
Line 1: Line 1:
This page lists tools external to [[MusicBrainz]] that make editing or viewing data more convenient. This includes programs, scripts, reports, etc from various sources.
''Note: this page needs more flesh and to be linked to.''


== Userscripts ==
This page tries to list all tools external to [[MusicBrainz]] that make editing or viewing data more convenient. These include any programs, scripts, reports, etc from various sources.
For userscripts see [[Guides/Userscripts|Userscripts.]]


== Editing tools ==
== Editing tools ==
Line 7: Line 8:
=== User scripts / GreaseMonkey / User javascripts / UserJS ===
=== User scripts / GreaseMonkey / User javascripts / UserJS ===


Userscripts run in a users web browser and make on-the-fly local changes to specific web pages. In MusicBrainz they are generally used to change the display of pages, often facilitating editing.
See [[Guides/Userscripts]].


For instance, a script may add functionalities to a MusicBrainz page, or shorten repetitive actions to only one click, and so on.
User scripts are javascripts that a user installs in one’s browser and that change the behaviour of visited website (MusicBrainz).
* [[Guides/Userscripts|List of MusicBrainz userscripts]]
Those scripts will add some functionalities to MusicBrainz or let the user do many repetitive things in only one click, etc.


===Parsers===
Some user script repositories (alpha sorted):
* [https://github.com/VxJasonxV/MusicBrainz-Track-Parsers Bandcamp, Beatport, and Local File Parsers]: Parsers to be run at the command line passing in either a URL (Bandcamp release, or Beatport release), or a directory with a set of files. Require at Perl v5.10 or newer, and a differing set of Perl Modules based off the particular service. Local file parsers are format specific.
* greasyfork.org’s [https://greasyfork.org/scripts?set=9 '''MusicBrainz''' script set] (automatically updated)
* openuserJS.org’s [https://openuserjs.org/group/musicbrainz '''musicbrainz''' group] ('''manually''' updated, not always up to date)


* [https://www.npmjs.com/package/music-metadata music-metadata]: JavaScript NPM module, to parse audio tracks in Node
Other known places with userscripts:
* [https://www.npmjs.com/package/music-metadata-browser music-metadata-browser]: JavaScript NPM module, to parse audio tracks in the browser. These metadata parser extract virtual any type of metadata from any type of audio track, including [[MusicBrainz Identifier | MusicBrainz Identifiers]] or other metadata tags supported by [[MusicBrainz Picard]].


* [https://gist.github.com/fxthomas/fd85e906e41f4e6e06f38e92a497005b vgmdb2mb.py]: Python script to import VGMDB to MusicBrainz
* [https://bitbucket.org/96187/userscripts/src 96187’s user scripts] (iTunes import, YouTube import, Vimeo import, paste-a-date, inline approve)
** [https://bitbucket.org/Freso/nikki-userscripts/src/ Freso’s fork of 96187’s user scripts] (has an updated (ie., working) version of YouTube import)
* [https://bitbucket.org/mwiencek/userscripts/src Bitmap’s user scripts]
* [https://github.com/dufferzafar/Userscripts dufferZafar’s import scripts] (iTunes, Amazon, TSeries)
** [https://github.com/Goram/MusicBrainz-Import-from-Amazon Goram’s working Amazon script] (forked from dufferZafar's)
* [https://github.com/JensBee/userscripts JensBee’s user scripts]
* [https://github.com/jesus2099/konami-command jesus2099 scripts on GitHub] (mirrored on both [https://greasyfork.org/users/2206-jesus2099 Greasy Fork] and [https://openuserjs.org/users/jesus2099/scripts OpenUserJS])
* [https://github.com/murdos/musicbrainz-userscripts Murdos’ import scripts] (Bandcamp, Discogs, Encyclopedisque)
* Rassie’s Chatlog improvements in [https://gist.github.com/JonnyJD/facc9fc144d9b7e85532/revisions an updated version including highlighting]
* [https://github.com/loujine/musicbrainz-scripts Loujine’s userscripts]
* Frozen [https://duckduckgo.com/?q=musicbrainz+site:userscripts-mirror.org+!g userscripts-mirror.org] archive of old MB scripts


=== External sites ===
※ Here is a [https://github.com/jesus2099/konami-command/raw/master/INSTALL-USER-SCRIPT.user.js bitbucket/github/gitlab userscript installer] (it adds green icons to INSTALL scripts directly from those repository file lists)


* [https://atisket.pulsewidth.org.uk/ Atisket]: Imports releases from a Deezer/Spotify/iTunes album url, packaging useful tools into the process, such as ISRC and cover art addition
===Parsers===
* [https://yambs.erat.org/ yambs]: Imports standalone recordings, releases, artists, labels, works, and events from user-supplied text files and from Bandcamp/Qobuz/Tidal pages. The command-line version at [https://codeberg.org/derat/yambs codeberg.org/derat/yambs] can also extract data from local MP3 files.
* [https://github.com/VxJasonxV/MusicBrainz-Track-Parsers Bandcamp, Beatport, and Local File Parsers] (with great assistance comes great responsibility)
* [http://eac-log-lookup.blogspot.com/ eac-log-lookup]: Generate and submit DiscID's from EAC/XLD log
* [https://qsniyg.github.io/maxurl/ Image Max URL]: Finds biggest available image from a image URL (also included in '[[Guides/Userscripts#Userscripts:_Cover_art|Enhanced Cover Art Uploads]]' userscript functionality)
* [http://www.albunack.net/ Albunack]: Displays artist discographies that combine MusicBrainz and Discogs entries. Provides shortcuts for quickly linking MB entities to Discogs, and importing Discogs releases. Also provides a number of custom reports.
* [https://covers.musichoarders.xyz/ COV - Cover Search Engine]: Searches multiple sources for cover art, with options for region and minimum resolution.
* [https://xythium.github.io/tidal.html Xythium/TIDAL]: Quick and compact search for Tidal releases, compact display of artwork, barcodes, ISRC's, etc.
* [https://isrchunt.com/ ISRCHunt]: Checks if ISRC's from a Spotify Playlist exist in MB, supplies an Atisket link.
* [[ISRC#Resources|Multiple ISRC submission sites]]


=== Bookmarklets ===
:: These parsers are meant to be run at the command line passing in either a URL (Bandcamp release, or Beatport release), or a directory with a set of files. The local file parsers run on all files in a directory with the same extension, and are intended to output a whole release, suitable for copying / pasting into the tracklist page's Track Parser. They are written in Perl, require at least Perl v5.10 and a differing set of Perl Modules based off the particular service. The local file parsers are currently format specific.


* [https://github.com/kellnerd/musicbrainz-scripts#bookmarklets Kellnerd's bookmarklets]: Compressed code snippets/actions that can be added to your browser, as a bookmark.
* [https://www.npmjs.com/package/music-metadata music-metadata] JavaScript NPM module, to parse audio tracks in Node.
* [https://www.npmjs.com/package/music-metadata-browser music-metadata-browser] JavaScript NPM module, to parse audio tracks in the browser.


==Other online databases==
:: These metadata parser extract virtual any type of metadata from any type of audio track, including [[MusicBrainz Identifier | MusicBrain Identifiers]] or other metadata tags supported by [[MusicBrainz Picard]].
* [https://gist.github.com/fxthomas/fd85e906e41f4e6e06f38e92a497005b vgmdb2mb.py] VGMDB to MusicBrainz import script

==Valuable online databases==


See [[Other Databases]].
See [[Other Databases]].

{| border="1"
|-
| '''URI''' || '''Description''' || '''Comments''' (on reliability etc...)
|-
| [http://www.discogs.com/ http://www.discogs.com/] || [[WikiPedia:Discogs|Discogs]] ||
|-
| [http://allmusic.com/ http://allmusic.com/] || [[WikiPedia:Allmusic|Allmusic]] ||
|-
| [http://en.wikipedia.org/ http://en.wikipedia.org/] || [[WikiPedia:Wikipedia|Wikipedia]] ||
|-
| [http://amazon.com http://amazon.com] || ||
|-
| [http://amazon.co.uk http://amazon.co.uk] || ||
|-
| [http://amazon.fr http://amazon.fr] || || Releases dates often wrong
|-
| [http://amazon.de http://amazon.de] || || Often omits to mark imports as "[Import]"
|-
| [http://www.metal-archives.com http://www.metal-archives.com] || [[WikiPedia:Encyclopaedia_Metallum|Encyclopaedia_Metallum]] ||
|-
| [http://www.encyclopedisque.fr http://www.encyclopedisque.fr] || || For French vinyls
|-
| [http://www.lpdiscography.com/ 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 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==
==Access MusicBrainz using external APIs==
* [https://github.com/Borewit/musicbrainz-api musicbrainz-api] - a Node JavaScript (NPM) module, client API for reading and submitting metadata
* [http://python-musicbrainzngs.readthedocs.org/ python-musicbrainzngs]
* [https://github.com/dwo/musicbrainz-ruby musicbrainz-ruby]
* [https://github.com/schnatterer/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]
* [https://github.com/PBXg33k/MusicBrainz PBXg33k/MusicBrainz] - PHP library


See [[MusicBrainz_API#Libraries|MusicBrainz API libraries]]
== MusicBrainz data ported to other systems ==


* [https://github.com/exogen/graphbrainz graphbrainz]: query the web service with [http://graphql.org/ graphql]
* [[MusicBrainz_MySQL|MySQL]]
* [https://github.com/redapple/sql2graph/blob/master/MUSICBRAINZ_README.md Neo4j ]
* [[LinkedBrainz]] (RDF/SPARQL)


==Other==
==Other==


* [[Virtual MusicBrainz Server|VirtualMusicBrainzServer]]
* [[Virtual MusicBrainz Server|VirtualMusicBrainzServer]]
* [https://releasefeed.elomatreb.eu/ ReleaseFeed]: Generates Atom (RSS) feeds for new releases by specified artists on Bandcamp and/or Spotify
* DQSD (Dave's Quick Search Taskbar Toolbar Deskbar): [http://www.dqsd.net/ http://www.dqsd.net/]
* [https://sr.ht/~phw/musicbrainz/ outsidecontext's MusicBrainz Projects]: git repositories/code for various MB and LB projects
* There are many ISRC submit tools in [[ISRC#Resources]]
* [https://codeberg.org/derat/mbstats mbstats]: Command-line tools for generating statistics about the MusicBrainz online music database
* [https://mastobrainz.retiolus.net/ MastoBrainz]: Automatically updates your Mastodon user's profile with your currently playing or last played music using data from ListenBrainz
* [https://meta.discourse.org/t/listenbrainz/254769 ListenBrainz for Discourse]: A Discourse plugin allowing users to showcase their recent ListenBrainz listens in their user profile
* [https://github.com/coopw1/BrainzBot BrainzBot]: A Discord bot that uses ListenBrainz to power commands (e.g. create and share album grids)
* [https://github.com/Serene-Arc/listenbrainz-playlist-uploader Listenbrainz Playlist Uploader:] Rust tool to upload M3U playlists to Listenbrainz
* [https://github.com/Mjsciarabba/Listenbrainz-Playlist-Sync ListenBrainz Playlist Sync for Plex:] A Python project that imports the 'Weekly Jams' playlist from ListenBrainz into Plex.
* [https://git.sr.ht/~phw/scotty Scotty:] (beta) Transfers your listens/scrobbles and favorite tracks between various music listen tracking [e.g. ListenBrainz] and streaming services.
* [https://github.com/kellnerd/listenbrainz-ts/ elbisaur:] (beta) [https://deno.com/ Deno] library to access the [https://listenbrainz.readthedocs.io/en/latest/users/api/index.html ListenBrainz API]. ListenBrainz submission and other tools, e.g. listen deletion.
* [https://github.com/mwiencek/lastfm-listenbrainz-sync Last.fm-ListenBrainz Sync:] Scripts to sync Last.fm scrobbles to ListenBrainz, allowing for local cleanup and backup of listen history.
* [https://gist.github.com/fuddl/e17aa687df6ac1c7cbee5650ccfbc889 YTMusic2listenbrainz:] Python script to submit your YouTube Music watch history to Listenbrainz.
* [https://github.com/kellnerd/cueshit Cueshit:] Convert between different cue sheet/chapter/tracklist formats (including MusicBrainz tracklists).
* There are many ISRC submit tools in [[ISRC#Resources]]


== Old ==
== Old/defunct ==


* [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]
* [[LinkedBrainz]] (RDF/SPARQL)
* [[MusicBrainz_MySQL|MySQL]]
* [https://github.com/redapple/sql2graph/blob/master/MUSICBRAINZ_README.md Neo4j]
* DQSD (Dave's Quick Search Taskbar Toolbar Deskbar): http://www.dqsd.net/


[[Category:To Be Reviewed]] [[Category:Editing]]
[[Category:To Be Reviewed]] [[Category:Editing]]

Latest revision as of 19:14, 26 February 2024

This page lists tools external to MusicBrainz that make editing or viewing data more convenient. This includes programs, scripts, reports, etc from various sources.

Userscripts

For userscripts see Userscripts.

Editing tools

User scripts / GreaseMonkey / User javascripts / UserJS

Userscripts run in a users web browser and make on-the-fly local changes to specific web pages. In MusicBrainz they are generally used to change the display of pages, often facilitating editing.

For instance, a script may add functionalities to a MusicBrainz page, or shorten repetitive actions to only one click, and so on.

Parsers

  • Bandcamp, Beatport, and Local File Parsers: Parsers to be run at the command line passing in either a URL (Bandcamp release, or Beatport release), or a directory with a set of files. Require at Perl v5.10 or newer, and a differing set of Perl Modules based off the particular service. Local file parsers are format specific.
  • vgmdb2mb.py: Python script to import VGMDB to MusicBrainz

External sites

  • Atisket: Imports releases from a Deezer/Spotify/iTunes album url, packaging useful tools into the process, such as ISRC and cover art addition
  • yambs: Imports standalone recordings, releases, artists, labels, works, and events from user-supplied text files and from Bandcamp/Qobuz/Tidal pages. The command-line version at codeberg.org/derat/yambs can also extract data from local MP3 files.
  • eac-log-lookup: Generate and submit DiscID's from EAC/XLD log
  • Image Max URL: Finds biggest available image from a image URL (also included in 'Enhanced Cover Art Uploads' userscript functionality)
  • Albunack: Displays artist discographies that combine MusicBrainz and Discogs entries. Provides shortcuts for quickly linking MB entities to Discogs, and importing Discogs releases. Also provides a number of custom reports.
  • COV - Cover Search Engine: Searches multiple sources for cover art, with options for region and minimum resolution.
  • Xythium/TIDAL: Quick and compact search for Tidal releases, compact display of artwork, barcodes, ISRC's, etc.
  • ISRCHunt: Checks if ISRC's from a Spotify Playlist exist in MB, supplies an Atisket link.
  • Multiple ISRC submission sites

Bookmarklets

Other online databases

See Other Databases.

Access MusicBrainz using external APIs

See MusicBrainz API libraries

Other

  • VirtualMusicBrainzServer
  • ReleaseFeed: Generates Atom (RSS) feeds for new releases by specified artists on Bandcamp and/or Spotify
  • outsidecontext's MusicBrainz Projects: git repositories/code for various MB and LB projects
  • mbstats: Command-line tools for generating statistics about the MusicBrainz online music database
  • MastoBrainz: Automatically updates your Mastodon user's profile with your currently playing or last played music using data from ListenBrainz
  • ListenBrainz for Discourse: A Discourse plugin allowing users to showcase their recent ListenBrainz listens in their user profile
  • BrainzBot: A Discord bot that uses ListenBrainz to power commands (e.g. create and share album grids)
  • Listenbrainz Playlist Uploader: Rust tool to upload M3U playlists to Listenbrainz
  • ListenBrainz Playlist Sync for Plex: A Python project that imports the 'Weekly Jams' playlist from ListenBrainz into Plex.
  • Scotty: (beta) Transfers your listens/scrobbles and favorite tracks between various music listen tracking [e.g. ListenBrainz] and streaming services.
  • elbisaur: (beta) Deno library to access the ListenBrainz API. ListenBrainz submission and other tools, e.g. listen deletion.
  • Last.fm-ListenBrainz Sync: Scripts to sync Last.fm scrobbles to ListenBrainz, allowing for local cleanup and backup of listen history.
  • YTMusic2listenbrainz: Python script to submit your YouTube Music watch history to Listenbrainz.
  • Cueshit: Convert between different cue sheet/chapter/tracklist formats (including MusicBrainz tracklists).
  • There are many ISRC submit tools in ISRC#Resources

Old/defunct