> $newalbum = '';
> if ($album =~ m...@^(.*?)\s*/?[\(\[]?(cd|disk|disc)\s*\d+[\)\]...@i) {
> $newalbum = $1;
> }
>
> This strips the "CD n" stuff from 651 of my 2390 misses. YMMV.That's worth a try. Thanks. What's the /? for? -- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
