File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Changes in 0.5.0 (2013-04-?? ):
4+ Changes in 0.5.0 (2013-04-27 ):
55------------------------------
66
77 * feature: :issue: `10 ` add :attr: `Disc.mcn ` and :attr: `Track.isrc `
88 * feature: add :data: `LIBDISCID_VERSION_STRING `
9+ * feature: :issue: `28 ` add :attr: `Disc.seconds `, :attr: `Track.seconds `
10+ and aliases :attr: `Disc.length ` and :attr: `Track.sectors `
911 * :issue: `22 ` move :func: `read ` and :func: `put ` to module level
1012 * :issue: `25 ` provide a package `discid ` rather than a module
13+ * :issue: `29 ` changed parameters for :func: `put ` to include extra `sectors `
14+ and add :exc: `TOCError `
1115 * rename :class: `DiscId ` to :class: `Disc `
1216 * fix: :issue: `27 ` move track attributes to :class: `Track `
1317 * fix: :issue: `24 ` only have "real" tracks in the list(s) (0 not special)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module works with Python 2 >= 2.6, or Python 3 >= 3.1.
99Libdiscid >= 0.2.2 is needed.
1010
1111Libdiscid's main purpose is the calculation of an identifier of audio
12- discs (disc ID) to use for the MusicBrainz database.
12+ discs (disc ID) to use for the ` MusicBrainz database < http://musicbrainz.org >`_ .
1313
1414That identifier is calculated from the TOC of the disc, similar to the
1515freeDB CDDB identifier. Libdiscid can calculate MusicBrainz disc IDs and
Original file line number Diff line number Diff line change 3333import discid .libdiscid
3434import discid .disc
3535
36- __version__ = "0.4.0-dev "
36+ __version__ = "0.5.0 "
3737
3838
3939# these contants are defined here so sphinx can catch the "docstrings"
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ python-discid |current|
77**python-discid ** is a Python binding
88of :musicbrainz: `libdiscid ` by MusicBrainz.
99
10- The main purpose is the calculation of and identifier for audio discs
11- (disc ID) to use for the MusicBrainz _ database.
12- Additionally the disc MCN and track ISRCs can be extracted.
10+ The main purpose is the calculation of an identifier for audio discs
11+ (:musicbrainz: `Disc ID `) to use for the MusicBrainz _ database.
12+ Additionally the disc MCN and track :musicbrainz: `ISRCs <ISRC> `
13+ can be extracted.
1314
1415This module is released under the
1516`GNU Lesser General Public License Version 3
You can’t perform that action at this time.
0 commit comments