Erland,

thanks for these details. Could you please give the following patch a try?

Index: MusicInfoSCR/lib/Plugins/MusicInfoSCR/Info.pm
===================================================================
--- MusicInfoSCR/lib/Plugins/MusicInfoSCR/Info.pm       (revision 769)
+++ MusicInfoSCR/lib/Plugins/MusicInfoSCR/Info.pm       (working copy)
@@ -262,7 +262,7 @@
        $id =~ s/://g;
        
        for my $tag (keys %{$customItems}) {
-               $formattedString =~ s/$tag/$id$tag/g;           
+               $formattedString =~ s/\b$tag\b/$id$tag/g;               
        }


-- 

Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to