Skip Menu |

This queue is for tickets about the MP3-Splitter CPAN distribution.

Report information
The Basics
Id: 18155
Status: new
Priority: 0/
Queue: MP3-Splitter

People
Owner: Nobody in particular
Requestors: grantg [...] spamarrest.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Error when processing MP3 file with artwork
This is my current favorite module. Thanks for writing it. I'm using MP3::Splitter to create a 2-minute clip of a song file using the following: use MP3::Splitter; mp3split( $filename, { verbose=>1}, [ 0, 120 ] ); When run on a file that contains artwork (added using iTunes), I get the following error: Can't call method "content" on an undefined value at /Library/Perl/5.8.6/MP3/Splitter.pm line 84, <F> line 334. Running on MacOS 10.4.5, Perl v5.8.6, MP3-Splitter-0.03. Thanks! Grant