Package: python-eyed3 Severity: minor Tags: patch Here are some typo fixes, including one in the example given in the README file (tag.setAlbulm vs tag.setAlbum):
diff -urN eyed3-0.6.4~/NEWS eyed3-0.6.4/NEWS --- eyed3-0.6.4~/NEWS 2005-05-03 23:32:30.838172712 +0100 +++ eyed3-0.6.4/NEWS 2005-05-03 23:33:58.997770416 +0100 @@ -6,7 +6,7 @@ - More relaxed genre processing. - Sync-safe bug fixed when the tag header requests sync-safety and not the frames themselves. - - configure should successfly detect python release candidates and betas. + - configure should successfully detect python release candidates and betas. eyeD3 0.6.3 - 11.23.2004 o Much better unicode support when writing to the tag. @@ -45,7 +45,7 @@ o Temporary files created during ID3 saving are now properly cleaned up. o Fixed a "bug" when date frames are present but contain empty strings. o Added a --no-color option to the eyeD3 driver. - o Workaround invalid tag sizes by implyied padding. + o Workaround invalid tag sizes by implied padding. o Updated README @@ -59,7 +59,7 @@ o Case insensitive genres and compression fixes. (Gary Shao) o ExtendedHeader support, including CRC checksums. o Frame groups now supported. - o Syncsafe integer conversion bug fixes. + o Sync-safe integer conversion bug fixes. o Bug fixes related to data length indicator bytes. o Genre and lot's of other bug fixes. diff -urN eyed3-0.6.4~/README eyed3-0.6.4/README --- eyed3-0.6.4~/README 2005-05-03 23:32:30.843171952 +0100 +++ eyed3-0.6.4/README 2005-05-03 23:34:52.524633096 +0100 @@ -182,7 +182,7 @@ Once a tag is linked to a file it can be modified and saved: tag.setArtist(u"Cro-Mags"); - tag.setAlbulm(u"Age of Quarrel"); + tag.setAlbum(u"Age of Quarrel"); tag.update(); diff -urN eyed3-0.6.4~/README.html eyed3-0.6.4/README.html --- eyed3-0.6.4~/README.html 2005-05-03 23:32:30.839172560 +0100 +++ eyed3-0.6.4/README.html 2005-05-03 23:35:42.423047384 +0100 @@ -181,7 +181,7 @@ Once a tag is linked to a file it can be modified and saved: <PRE> tag.setArtist(u"Cro-Mags"); - tag.setAlbulm(u"Age of Quarrel"); + tag.setAlbum(u"Age of Quarrel"); tag.update(); </PRE> <P> diff -urN eyed3-0.6.4~/doc/eyeD3.1 eyed3-0.6.4/doc/eyeD3.1 --- eyed3-0.6.4~/doc/eyeD3.1 2005-05-03 23:32:30.839172560 +0100 +++ eyed3-0.6.4/doc/eyeD3.1 2005-05-03 23:36:39.504369704 +0100 @@ -143,7 +143,7 @@ Rename the file based on PATTERN which may contain the following substitution variables: %A (artist), %a (album), %t (title), %n (track number), and %N (the total track count). The PATTERN string MUST not contain the file -name extenstion. +name extension. .TP \fB\-l\fR, \fB\-\-list\-genres\fR Display the table of "valid" ID3 genres and exit. diff -urN eyed3-0.6.4~/doc/eyeD3.1.in eyed3-0.6.4/doc/eyeD3.1.in --- eyed3-0.6.4~/doc/eyeD3.1.in 2005-05-03 23:32:30.838172712 +0100 +++ eyed3-0.6.4/doc/eyeD3.1.in 2005-05-03 23:36:31.853532808 +0100 @@ -143,7 +143,7 @@ Rename the file based on PATTERN which may contain the following substitution variables: %A (artist), %a (album), %t (title), %n (track number), and %N (the total track count). The PATTERN string MUST not contain the file -name extenstion. +name extension. .TP \fB\-l\fR, \fB\-\-list\-genres\fR Display the table of "valid" ID3 genres and exit. diff -urN eyed3-0.6.4~/src/eyeD3/frames.py eyed3-0.6.4/src/eyeD3/frames.py --- eyed3-0.6.4~/src/eyeD3/frames.py 2005-05-03 23:32:30.842172104 +0100 +++ eyed3-0.6.4/src/eyeD3/frames.py 2005-05-03 23:38:36.373602880 +0100 @@ -1430,7 +1430,7 @@ raise FrameException("Multiple %s frames now allowed." % fid); # Image (attached picture) frame restrictions. - # Multiples must have a unique content desciptor. I'm assuming that + # Multiples must have a unique content descriptor. I'm assuming that # the spec means the picture type..... if IMAGE_FRAME_RX.match(fid) and self[fid]: imageFrames = self[fid]; -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]