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)
(→‎Libraries: Move third party alternatives to their own subpage to allow including it in libdiscid page too)
Line 3: Line 3:
'''Third party alternatives:'''
'''Third party alternatives:'''


{{: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.

Revision as of 09:49, 28 October 2023

Disc ID can be computed using the reference implementation libdiscid or any of its many language bindings.

Third party alternatives:

  • 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)