mherger;357005 Wrote: 
> 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, this patch seems to solve the problem I had with using the
text "PLAYLIST" in my title formats.

By the way, in the Classic skin I've noticed that you need to hit "Save
Settings" once in the "Music Information Screen" settings page before
you can actually change which title format you like to show. Nothing
happens when you click the graphical views before you have hit "Save
Settings" once. After you have hit "Save Settings" once the list box
with title formats are displayed when you hit the graphical views. In
the Default skin it seems to work correctly, so this problem seems to
happen only in the Classic skin. It's not a big problem, but I though
I'd mention it in case you like to fix it.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=53347

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to