Bonjour Ilya,
It looks good.
I now get: Writing of ID3v2.4 is not fully supported (prohibited now via `write_v24')
I have not been in details to try understand what is and what is not supported.
Thank you for the prompt answer.
Yours.
Patrick.
Sunday, March 2, 2008, 11:46:05 PM, you wrote:
IZvR> <URL: http://rt.cpan.org/Ticket/Display.html?id=33758 >
IZvR> On Sun, Mar 02, 2008 at 04:58:47PM -0500, patrick.bourdon@bigfoot.com via RT wrote:
>> I am using version MP3-Tag-0.9710 with ActivePerl on Windows XP.
>> I got the following error:
>> Can't locate object method "getconfig1" via package "MP3::Tag::ID3v2" at
>> C:/Perl/site/lib/MP3/Tag/ID3v2.pm line 707
IZvR> Thanks. Could you try this and report:
IZvR> Yours,
IZvR> Ilya
IZvR> --- ./ID3v2.pm-pre Sat Jan 12 04:38:40 2008
IZvR> +++ ./ID3v2.pm Sun Mar 2 14:47:44 2008
IZvR> @@ -705,7 +705,7 @@ sub as_bin ($;$$$) {
IZvR> if $raw_ok and $self->{raw_data} and not $self->{modified} and not $update_file;
IZvR>
IZvR> die "Writing of ID3v2.4 is not fully supported (prohibited now via `write_v24').\n"
- if $self->>{major} == 4 and not $self->getconfig1('write_v24');
+ if $self->>{major} == 4 and not $self->get_config1('write_v24');
IZvR> if ($self->{major} > 4) {
IZvR> warn "Only writing of ID3v2.3 (and some tags of v2.4) is supported. Cannot convert ID3v".
IZvR> $self->{version}." to ID3v2.3 yet.\n";