mherger Wrote: 
> 
> It's a bug in Slimserver. I'll check in a fix in a few minutes. If you 
> 
> don't want to wait:
> 
> Index: /home/mh/eclipse/SVN/Slim/Buttons/BrowseDB.pm
> ===================================================================
> --- /home/mh/eclipse/SVN/Slim/Buttons/BrowseDB.pm     (revision 3611)
> +++ /home/mh/eclipse/SVN/Slim/Buttons/BrowseDB.pm     (working copy)
> @@ -387,7 +387,7 @@
>                       }
> 
>                       if (defined $artist && $artist ne 
> $client->string('NO_ARTIST')) {
> -                             $name .= " by $artist";
> +                             $name .= ' ' . 
> Slim::Utils::Strings::string('BY') . " $artist";
>                       }
>               }
> 

Hmm, I made the changes in BrowseDB.pm (replacing the - line with the +
line, ok?), closed and restarted SlimServer and Softsqueeze but there is
still "by" displayed in Softsqueeze. Do I have to make further
additions?

Dieter


-- 
dip
_______________________________________________
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to