I tried remote_title and remotetitle (2nd is mentioned in some code
elsewhere) but didn't work - at least when data returned via
Code:
--------------------
$song->pluginData( wmaMeta => $info );
Slim::Control::Request::notifyFromArray( $client, [ 'newmetadata' ] );
--------------------
Anyway - not too important. I could put in a Settings option to disable
sending of Album info so that the station name appears.
One more, and hopefully last, issue ...
I have been trying to optimise things to reduce call-backs and fetching
from the source web site - so I collect data based on the station (using
basically the same "meta" object as in Michael's DRS plugin.
However, the problem that this leads me to is when there is more than
one device playing the same station (but the devices are not Synched)
then I discard call-backs for one of the devices (because I know that I
already have a timer set for later for the station) ... which means that
when my other timer does expire then only one device is updated.
I guess I could run around all of the devices to see if any are playing
the same station and push the same update to them - but is there a
better way?
Paul Webster
http://dabdig.blogspot.com
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=106810
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins