The message from RNP of
"Plugins::RadioNowPlaying::Plugin::initPlugin (3671) Stations (for
example RadioBlues Flac) might require the Perl module HTML::TreeBuilder
to fetch some of the song information. If you see no song information
then please use your operating system's package manager to install it."
should only come out if Treebuilder is not available - so that is odd.

code is:

Code:
--------------------
    
  BEGIN {
        $haveTreeBuilder = 0;
        eval { require HTML::TreeBuilder };
        $haveTreeBuilder = 1 unless ($@);
  }
  
--------------------



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113974

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

Reply via email to