File namazu-2.0.21-greedy-mp3.patch of Package namazu
Index: namazu-2.0.21/filter/mp3.pl
===================================================================
--- namazu-2.0.21.orig/filter/mp3.pl 2008-05-09 10:37:44.000000000 +0200
+++ namazu-2.0.21/filter/mp3.pl 2015-01-16 15:39:18.193936816 +0100
@@ -152,7 +152,7 @@
mp3::get_title($$contref, $weighted_str, $fields);
mp3::get_author($$contref, $fields);
mp3::get_album($$contref, $fields);
- $$contref =~ s/^\w+:{1,1}?//gm;
+ $$contref =~ s/^\w+:{1,1}//gm;
return;
}