>   > -         if ( $clone->{stringToken} eq uc( $clone->{stringToken} ) ) {
>   > +         if ( $clone->{stringToken} eq uc( $clone->{stringToken} ) &&  
> Slim::Utils::Strings::stringExists( $clone->{stringToken} ) ) {
>   >                   $clone->{text} = $client->string( delete 
> $clone->{stringToken} );

>> Would this silence the backtrace?
>
> I suspect it would - could also just use S:U:Strings::getString too?

the $client object doesn't support the getString method

> Still a problem if real text clashes with tokens, but I supect this
> does not occur.

Clearly shouldn't. I better double check the MOG plugin...

-- 

Michael
_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to