Brilliant - works perfectly!

e.g.,

BBC Radio 2
OJ BORG: PARKLIFE BY BLUR

Note: small typo where you joined the strings ("," instead of ".") in
case anybody else tries this, corrected version below:

Code:
--------------------
    $parts = {
  'line' => [
  $client->streamingSong->track->title,
  $self->song->pluginData->{'track'}. ": ". $self->text,
  $self->song->pluginData->{'rp_description'},
  ],
  };
--------------------


------------------------------------------------------------------------
Glenn2's Profile: http://forums.slimdevices.com/member.php?userid=19286
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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

Reply via email to