Python binding of Libdiscid

Edit Package python-discid

Python-discid implements Python bindings for 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.

Refresh
Refresh
Source Files
Filename Size Changed
discid-1.1.1.tar.gz 0000030982 30.3 KB
python-discid.changes 0000004167 4.07 KB
python-discid.spec 0000002692 2.63 KB
Revision 7 (latest revision is 16)
Todd R's avatar Todd R (TheBlackCat) accepted request 531772 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
- Update to version 1.1.1
  * workaround :issue:`43` for py2app problems
  * :issue:`41` improve windows example
- Run tests
- Fix shebang in examples
- Add pkgconfig(libdiscid) (build cross distribution)
- Use readlink when searching for package (build cross distribution)
- Spec file cleanup
- singlespec auto-conversion
- Update to current upstream release 1.1.0
- Request libdiscid0 since the code looks for exactly .so.0.
- Remove redundant %clean section.
- Update to python-discid 1.0.2
 * No code changes compared to 1.0.0 release
- Update to python-discid 1.0.0
 * DEFAULT_DEVICE is now get_default_device()
 * Disc.submission_url doesn’t point to a redirect now
 * fix: seconds are now rounded the same as on MB server (0.5->up)
- Update to python-discid 0.5.0
 * feature: add Disc.mcn and Track.isrc
 * feature: add LIBDISCID_VERSION_STRING
 * feature: add Disc.seconds, Track.seconds
   and aliases Disc.length and Track.sectors
 * move read and put to module level
 * changed parameters for put() to include extra `sectors` and add TOCError
 * rename DiscId to Disc
 * fix: move track attributes to Track
 * fix: only have "real" tracks in the list(s) (0 not special)
 * fix: only read the requested features from disc (sparse)
 * fix: remove DiscId.webservice_url (deprecated)
 * fix: detect the version of libdiscid 0.3.0 also in lib64 installations
- Update to python-discid 0.4.0
 * feature: added FEATURES_IMPLEMENTED, DiscId.track_lengths,
   DiscId.webservice_url and DiscId.freedb_id
 * feature: disc access test suite
- Update to python-discid 0.3.0
 * feature: add FEATURES list
 * feature: DiscId.put, DiscId.track_offsets, DiscId.sectors,
   DiscId.first_track_num, DiscId.last_track_num
 * fix: prefer libdiscid in current directory
 * fix: find libdiscid in current folder (Linux/Unix)
- Add version requirements
- Add basic doc files to package (license, changes, example)
- Update to python-discid 0.2.1
  * fixed Python 3.2 bug in the tests (upstream #9)
- Update to python-discid 0.2.0
  * API change from DiscId.get_id to DiscId.id
  * added DEFAULT_DEVICE as a module constant
  * added DiscId.submission_url
- Initial release (0.1.0)
Comments 0
openSUSE Build Service is sponsored by