Disc ID Calculation/Libraries: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Perl alternative copied from https://wiki.musicbrainz.org/index.php?title=libdiscid&oldid=76226#See_also)
m (Format to follow the same layout as other (MB and CAA) API client library pages)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Disc ID can be computed using the reference implementation [[libdiscid]] or any of its many [[libdiscid#Language_Bindings|language bindings]].
It can be calculated using our C library, [[libdiscid]], or any of its many [[libdiscid#Language_Bindings|language bindings]].


'''Third party alternatives:'''
'''Third party libraries:'''


{{:Disc_ID_Calculation/Libraries/Third_Party}}
* [[User:PBryan/mbdiscid|mbdiscid]], a Perl script that computes Disc ID, and either prints it or submits it through a browser.

Latest revision as of 13:50, 28 October 2023

It can be calculated using our C library, libdiscid, or any of its many language bindings.

Third party libraries:

  • C#/Mono/.NET - MetaBrainz.MusicBrainz.DiscId (NuGet Package), a library which adds support for CD-TEXT retrieval, but does not currently support Solaris (no recent Mono, no .NET Core) or macOS (no machine available)