Skip to content

Commit

Permalink
update README for ISRC/MCN API
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyJD committed Apr 26, 2013
1 parent 320f0d1 commit 8957876
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ module works with Python 2 >= 2.6, or Python 3 >= 3.1.
Libdiscid >= 0.2.2 is needed.

Libdiscid's main purpose is the calculation of an identifier of audio
discs (disc id) to use for the MusicBrainz database.
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 MusicBranz Disc IDs and
freeDB Disc IDs.
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 very close binding that offloads all relevant data
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 an object and exceptions.
pythonic API and uses objects and exceptions.

For more information on Libdiscid see `libdiscid`_.

Expand All @@ -35,7 +36,7 @@ Usage
print "id: %s" % disc.id # Python 2
print("id: %s" % disc.id) # Python 3

See also examples.py.
See also the examples.py.

License
~~~~~~~
Expand Down
5 changes: 3 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ python-discid |current|
**python-discid** is a Python binding
of :musicbrainz:`libdiscid` by MusicBrainz.

The main purpose is the calculation of identifiers for audio discs
to use for the MusicBrainz_ database.
The main purpose is the calculation of and identifier for audio discs
(disc ID) to use for the MusicBrainz_ database.
Additionally the disc MCN and track ISRCs can be extracted.

This module is released under the
`GNU Lesser General Public License Version 3
Expand Down

0 comments on commit 8957876

Please sign in to comment.