Your message dated Sat, 26 Jan 2008 22:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452231: fixed in mutagen 1.13-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-mutagen
Version: 1.11-1
Severity: wishlist

Attached patch will add support for the non-standard iTunes frame type
TCMP, which is used by iTunes to flag songs as being part of a
compilation.
When flagged as part of a compilation, iTunes automatic file renaming
won't break the files apart by artist.

While this frame type is nonstandard, it's widely used due to iTunes.
http://www.id3.org/iTunes_Compilation_Flag

Patch attached.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-mutagen depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-central                0.5.15     register and build utility for Pyt

python-mutagen recommends no packages.

-- no debconf information
--- mutagen/id3.py~	2007-04-27 04:12:50.000000000 +0200
+++ mutagen/id3.py	2007-11-21 06:40:12.000000000 +0100
@@ -1224,6 +1224,7 @@
         return " / ".join(self.genres)
 
 class TCOP(TextFrame): "Copyright (c)"
+class TCMP(NumericTextFrame): "iTunes Compilation Flag"
 class TDAT(TextFrame): "Date of recording (DDMM)"
 class TDEN(TimeStampTextFrame): "Encoding Time"
 class TDOR(TimeStampTextFrame): "Original Release Time"
--- /usr/share/pycentral/python-mutagen/site-packages/mutagen/id3.py~	2007-11-21 06:40:12.000000000 +0100
+++ /usr/share/pycentral/python-mutagen/site-packages/mutagen/id3.py	2007-11-21 06:51:05.000000000 +0100
@@ -1734,6 +1735,7 @@
 class TP3(TPE3): "Conductor"
 class TP4(TPE4): "Interpreter/Remixer/Modifier"
 class TCM(TCOM): "Composer"
+class TCP(TCMP): "iTunes Compilation Flag"
 class TXT(TEXT): "Lyricist"
 class TLA(TLAN): "Audio Language(s)"
 class TCO(TCON): "Content Type (Genre)"

--- End Message ---
--- Begin Message ---
Source: mutagen
Source-Version: 1.13-1

We believe that the bug you reported is fixed in the latest version of
mutagen, which is due to be installed in the Debian FTP archive:

mutagen_1.13-1.diff.gz
  to pool/main/m/mutagen/mutagen_1.13-1.diff.gz
mutagen_1.13-1.dsc
  to pool/main/m/mutagen/mutagen_1.13-1.dsc
mutagen_1.13.orig.tar.gz
  to pool/main/m/mutagen/mutagen_1.13.orig.tar.gz
python-mutagen_1.13-1_all.deb
  to pool/main/m/mutagen/python-mutagen_1.13-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tristan Seligmann <[EMAIL PROTECTED]> (supplier of updated mutagen package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 26 Jan 2008 20:56:45 +0200
Source: mutagen
Binary: python-mutagen
Architecture: source all
Version: 1.13-1
Distribution: unstable
Urgency: low
Maintainer: Tristan Seligmann <[EMAIL PROTECTED]>
Changed-By: Tristan Seligmann <[EMAIL PROTECTED]>
Description: 
 python-mutagen - audio metadata editing library
Closes: 448734 452231
Changes: 
 mutagen (1.13-1) unstable; urgency=low
 .
   * New upstream release.
     - FLAC: Raise IOError, instead of UnboundLocalError, when trying to open a
       non-existant file (closes: #448734).
     - TCP/TCMP support (closes: #452231).
     - 2x-100x speedup writing files on filesystems that don't support mmap().
   * Add Vcs-Darcs field.
   * Move Homepage into source package field.
   * Bump to debhelper v6.
   * Bump Standards-Version.
Files: 
 93acecc8dad7e233645ec76a4cd96aac 826 python optional mutagen_1.13-1.dsc
 7afa5a154c15e777898e3188b743ef74 587336 python optional 
mutagen_1.13.orig.tar.gz
 5bfbc19cd321c2a62f6b29bb758b5290 2814 python optional mutagen_1.13-1.diff.gz
 52b12cb7233bcc0caf7df1c55c253729 84884 python optional 
python-mutagen_1.13-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHm6sfBnqtBMk7/3kRApiBAJ492ne8JpUpWmuqbQScVD1s1grYqgCfaMEY
Yji5vQ/a/djK6bGP96+zllM=
=KeE0
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to