Phydeaux;338421 Wrote: 
> It had been quite some time since I last upgraded it.  I don't recall
> why I thought about upgrading it in the first place, I figured there
> were some cool new features I should check out.  My squeezebox is
> probably the first generation, it can only display text.

For now please try this.  Download 5.7.0 of the plugin.  Go to line
4616 of plugin.pm.  

You should see the following code:

Code:
--------------------
    
        while (($key, $value) = each(%NFLmap)){
                Slim::Display::Graphics::setCustomChar( 'getNFL-'.$value, 
chr(hex $value), 'nfl.2' );
        }
        
        while (($key, $value) = each(%MLBmap)){
                Slim::Display::Graphics::setCustomChar( 'getMLB-'.$value, 
chr(hex $value), 'mlb.2' );
        }
        
        #Add 'special' character for spacing
        Slim::Display::Graphics::setCustomChar( 'getMLB-41', chr(hex 41), 
'mlb.2' );
  
--------------------


Change it to this:

Code:
--------------------
    
        #while (($key, $value) = each(%NFLmap)){
        #       Slim::Display::Graphics::setCustomChar( 'getNFL-'.$value, 
chr(hex $value), 'nfl.2' );
        #}
        
        #while (($key, $value) = each(%MLBmap)){
        #       Slim::Display::Graphics::setCustomChar( 'getMLB-'.$value, 
chr(hex $value), 'mlb.2' );
        #}
        
        #Add 'special' character for spacing
        #Slim::Display::Graphics::setCustomChar( 'getMLB-41', chr(hex 41), 
'mlb.2' );
  
--------------------


Save file and restart SlimServer.  Also make sure you have graphical
sports icons disabled from the plugin configuration page.

Please let me know if that works for ya and I can implement a more
proper fix.

Thanks
Greg


-- 
GoCubs
------------------------------------------------------------------------
GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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

Reply via email to