Disc ID Calculation/Libraries: Difference between revisions

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

'''Third party alternatives:'''

* [[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:45, 28 October 2023

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

Third party alternatives:

  • mbdiscid, a Perl script that computes Disc ID, and either prints it or submits it through a browser.