Skip Menu |

This queue is for tickets about the Audio-WMA CPAN distribution.

Report information
The Basics
Id: 17556
Status: resolved
Priority: 0/
Queue: Audio-WMA

People
Owner: Nobody in particular
Requestors: darren.meyer [...] scansoft.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.01
  • 0.3
  • 0.6
  • 0.7
Fixed in: (no value)



Subject: No tags returned for WMA files with DRM
I've been using the Audio-WMA-0.7 module, and found some serious bugs where it fails to find the tags for newer WMA files, particularly those with DRM. The main issues are that it aborted for WMA files with unknown objects, despite it being easy/reasonable to just ignore them, and also that it relied on its object handlers to set the proper offset for the next object, which the DRM (and possibly other) handlers didn't do, leading to aborted tag parsing. Attached is a file with the fixes, all tested by me and straight- forward. If you diff it against the CPAN version you'll see my "FIX" comments that indicate what I changed and why. You can strip them, I just put those in for your revew. Would you be kind enough to roll these fixes into a new CPAN release (0.8?) so they'll be available for others? But please don't put in my email address in any notes you make, I don't need extra spam! ;) Thanks! -Darren Meyer
Subject: WMA.pm

Message body is not shown because it is too large.

Is this still an issue with the latest version of Audio::WMA from: http://svn.slimdevices.com/trunk/server/lib/Audio/WMA.pm?rev=9099&view=log Thanks
Subject: RE: [rt.cpan.org #17556] No tags returned for WMA files with DRM
Date: Thu, 7 Sep 2006 09:15:24 -0400
To: bug-Audio-WMA [...] rt.cpan.org
From: "Meyer, Darren" <Darren.Meyer [...] nuance.com>
Yes, it is still an issue. With the new one, I get some tags, but not the full set as I get when using the earlier version with my patches. -Darren Show quoted text
> -----Original Message----- > From: Dan Sully via RT [mailto:bug-Audio-WMA@rt.cpan.org] > Sent: Thursday, September 07, 2006 12:12 AM > To: Meyer, Darren > Subject: [rt.cpan.org #17556] No tags returned for WMA files with DRM > > > <URL: http://rt.cpan.org/Ticket/Display.html?id=17556 > > > Is this still an issue with the latest version of Audio::WMA from: > > http://svn.slimdevices.com/trunk/server/lib/Audio/WMA.pm?rev=9 > 099&view=log > > Thanks >
Fixed in 1.0, heading to CPAN now. Thanks!