Modification of a read-only value attempted at ...
Brought to you by:
cepstein
Error:
Modification of a read-only value attempted at
/usr/bin/flacify line 241.
Version 3.1 of the scripts
I was able to get it to work by commenting out the
offending portion
238,241c241,244
< map {
< my $set = $_->{Set} || 0;
< $GROUPS{$set}->{$_->{Index}} = $_;
< } @$songs;
---
\#map \{# my $set = $_->{Set} || 0;
# $GROUPS{$set}->{$_->{Index}} = $_;
#} @$songs;
thanks so much for the scripts, I hope they are still
in active development....