Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2459ab2d | 2025-11-24 09:00:51 | update to py3-discid-1.3.0 | ||
| 93ef55c0 | 2025-10-23 13:19:02 | remove MODPY_COMMENT from PLISTs, no longer needed (expands to nothing, so bumps not required) | ||
| a94e89c3 | 2025-04-29 10:36:25 | sync PLISTs for setuptools ports | ||
| 80f0b31e | 2024-12-21 11:37:31 | handle py3.12 switchover in audio | ||
| 39e54bf6 | 2022-09-09 19:12:12 | move audio/* from MODPY_SETUPTOOLS to MODPY_PEP517=setuptools | ||
| b80841c8 | 2022-03-11 18:20:04 | drop RCS Ids | ||
| ea922cdb | 2021-10-29 15:38:40 | convert another batch of py2+3 ports to py3-only, and remove a few more py2-only ports providing py-* modules that are no longer used in ports. this doesn't change ports used to support standalone py2-only applications, not currently planned to remove those at least until a few things with no real alternatives get ported to py3. | ||
| 8997ef6b | 2019-07-14 23:01:58 | audio/py-discid is a Python binding for audio/libdiscid. Needed to be able to update audio/picard. Python binding of MusicBrainz Libdiscid. Libdiscid's main purpose is the calculation of an identifier of audio discs (disc ID) to use for the MusicBrainz database. That identifier is calculated from the TOC of the disc, similar to the freeDB CDDB identifier. Libdiscid can calculate MusicBrainz disc IDs and freeDB disc IDs. Additionally the MCN of the disc and ISRCs from the tracks can be extracted. This module is a close binding that offloads all relevant data storage and calculation to Libdiscid. On the other hand it gives a pythonic API and uses objects and exceptions. Version 1.2.0 Input from sthen@ OK edd@ sthen@ |