boomjoe;582207 Wrote: 
> I had the same problem, you need to add a new line to your plugin.pm
> uses section (for me it was line 150):
> 
> use HTML::Entities qw(decode_entities); 
> 
> So from your package definition, your complete uses section is
> 
> package Plugins::SuperDateTime::Plugin;
> 
> use strict;
> 
> use base qw(Slim::Plugin::Base);
> use Slim::Utils::Misc;
> use Slim::Utils::Strings qw (string);
> use Slim::Networking::SimpleAsyncHTTP;
> use Slim::Utils::Prefs;
> use Slim::Utils::Log;
> use Plugins::SuperDateTime::Settings;
> use Plugins::SuperDateTime::PlayerSettings;
> use lib "plugins/SuperDateTime/lib";
> use HTML::TreeBuilder;
> use HTML::Entities qw(decode_entities); #added 
> 
> Give that a shot. If you can't get it to work, I'll post my plugin.pm.

I'm still getting the blank screen with the "use" entry added.


-- 
4mula1

SqueezeCenter 7.3.3 + Solaris 10 x86: Because everything else would've
been easy!
'4mula1 on Last.fm' (http://www.last.fm/user/4mula1)
------------------------------------------------------------------------
4mula1's Profile: http://forums.slimdevices.com/member.php?userid=3439
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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

Reply via email to