All Projects → avatar29A → MusicBrainz

avatar29A / MusicBrainz

Licence: MIT license
Implementation MusicBrainz API 2.0 (C#)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MusicBrainz

musicbrainz rs
A wrapper around the musicbrainz API
Stars: ✭ 17 (-71.67%)
Mutual labels:  musicbrainz, musicbrainz-api
libdiscid
C library for creating MusicBrainz DiscIDs from audio CDs
Stars: ✭ 39 (-35%)
Mutual labels:  musicbrainz
Strawberry
🍓 Strawberry Music Player
Stars: ✭ 972 (+1520%)
Mutual labels:  musicbrainz
Musicbrainz Docker
musicbrainz slave server with search and replication
Stars: ✭ 129 (+115%)
Mutual labels:  musicbrainz
Mbspotify
MusicBrainz Spotify integration hack for SF Music Hack Day 2014
Stars: ✭ 50 (-16.67%)
Mutual labels:  musicbrainz
Last Fm
Simple, robust LastFM API client (for public data)
Stars: ✭ 142 (+136.67%)
Mutual labels:  musicbrainz
Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (+723.33%)
Mutual labels:  musicbrainz
musicbrainz-android
The Official App of MusicBrainz
Stars: ✭ 80 (+33.33%)
Mutual labels:  musicbrainz
Cloudtunes
Web-based music player for the cloud ☁️ 🎶 Play music from YouTube, Dropbox, etc.
Stars: ✭ 2,449 (+3981.67%)
Mutual labels:  musicbrainz
Beets
music library manager and MusicBrainz tagger
Stars: ✭ 10,522 (+17436.67%)
Mutual labels:  musicbrainz
Picard Plugins
Picard plugins: use 1.0 branch for Picard < 2.0 (python 2/Qt4) and 2.0 branch for Picard >= 2.0 (python 3/Qt5)
Stars: ✭ 104 (+73.33%)
Mutual labels:  musicbrainz
Chromaprint.scala
Chromaprint/AcoustID audio fingerprinting for the JVM
Stars: ✭ 81 (+35%)
Mutual labels:  musicbrainz
Picard
MusicBrainz Picard audio file tagger
Stars: ✭ 2,605 (+4241.67%)
Mutual labels:  musicbrainz
Gomusicbrainz
a Go (Golang) MusicBrainz WS2 client library - work in progress
Stars: ✭ 42 (-30%)
Mutual labels:  musicbrainz
cyanrip
Bule-ish CD ripper
Stars: ✭ 94 (+56.67%)
Mutual labels:  musicbrainz
Musicbrainz Server
The official musicbrainz-server codebase
Stars: ✭ 580 (+866.67%)
Mutual labels:  musicbrainz
Mbzdb
🎵 Port of the MusicBrainz database to run on other RDBMSs with replication (previously named MB_MySQL.)
Stars: ✭ 90 (+50%)
Mutual labels:  musicbrainz
Graphbrainz
A fully-featured GraphQL interface for the MusicBrainz API.
Stars: ✭ 130 (+116.67%)
Mutual labels:  musicbrainz
design-system
A Storybook project for UI development of React components for the MetaBrainz projects
Stars: ✭ 19 (-68.33%)
Mutual labels:  musicbrainz
Userscripts
A collection of scripts that make spending time on the web easy.
Stars: ✭ 52 (-13.33%)
Mutual labels:  musicbrainz

MusicBrainz

Build Status NuGet Issues Gitter

Implementation of the MusicBrainz API version 2.0 (requires .NET framework 4.5 or above).

Features

  • First class MusicBrainz entities Artist, ReleaseGroup, Release and Recording supporting asynchronous Get (lookup by MBID), Search and Browse.
  • Advanced Search using Lucene query syntax (see search documentation for supported fields).
  • Support for sub-queries in lookup requests (see MusicBrainz wiki for a list of supported inc parameters).
  • Limited support for entity relationships.

More information about the MusicBrainz webservice can be found here.

Examples

Take a look at the wiki or the Hqub.MusicBrainz.Client example project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].