From 89578764cab6dc521008eb49a72572c470b04b0b Mon Sep 17 00:00:00 2001 From: Johannes Dewender Date: Fri, 26 Apr 2013 23:58:47 +0200 Subject: [PATCH] update README for ISRC/MCN API --- README.rst | 13 +++++++------ doc/index.rst | 5 +++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index dbd57f1..6c6bd55 100644 --- a/README.rst +++ b/README.rst @@ -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`_. @@ -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 ~~~~~~~ diff --git a/doc/index.rst b/doc/index.rst index 0f07857..800d73c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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