Skip Menu |

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

Report information
The Basics
Id: 18204
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Audio-M4P

People
Owner: whererra [...] lynxview.com
Requestors: contax [...] phrenetic.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.28
Fixed in: (no value)



Subject: track() method contains a type
Using the track() method in Audio::M4P::QuickTime causes things to die a little. Line 761: $self->SetMetainfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 ); should be: $self->SetMetaInfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 );
From: raybo [...] hellokitty.vg
On Thu Mar 16 10:56:22 2006, guest wrote: Show quoted text
> Using the track() method in Audio::M4P::QuickTime causes things to die a > little. > > Line 761: > $self->SetMetainfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 ); > should be: > $self->SetMetaInfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 );
For the life of me those two lines look exactly the same, is it possible that you pasted the same thing twice? --Ray
Subject: track() method contains a type "o"
From: raybo [...] hellokitty.vg
On Tue May 02 10:51:23 2006, guest wrote: Show quoted text
> On Thu Mar 16 10:56:22 2006, guest wrote:
> > Using the track() method in Audio::M4P::QuickTime causes things to die a > > little. > > > > Line 761: > > $self->SetMetainfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 ); > > should be: > > $self->SetMetaInfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 );
> For the life of me those two lines look exactly the same, is it possible > that you pasted the same thing twice? > > --Ray
Ok sorry my mistake, I finally see the diff.
Subject: Re: [rt.cpan.org #18204] track() method contains a type "o"
Date: Tue, 02 May 2006 18:21:57 -0600
To: bug-Audio-M4P [...] rt.cpan.org
From: William Hererra <wherrera [...] skylightview.com>
Thanks. Fixed this typo in version 0.30, just uploaded to the CPAN. --Bill ------------------------------------- Guest via RT wrote: Show quoted text
> Queue: Audio-M4P > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18204 > > >On Tue May 02 10:51:23 2006, guest wrote: > >
>>On Thu Mar 16 10:56:22 2006, guest wrote: >> >>
>>>Using the track() method in Audio::M4P::QuickTime causes things to die a >>>little. >>> >>>Line 761: >>>$self->SetMetainfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 ); >>>should be: >>>$self->SetMetaInfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 ); >>> >>>
>>For the life of me those two lines look exactly the same, is it possible >>that you pasted the same thing twice? >> >>--Ray >> >>
>Ok sorry my mistake, I finally see the diff. > > > > > >