I've tried calling

Code:
--------------------
    Slim::Control::Request::notifyFromArray( $client, [ 'newmetadata' ] );
--------------------

from a couple of places - including on return from the provider that
registers via

Code:
--------------------
    Slim::Formats::RemoteMetadata->registerProvider
--------------------

but still not updating the other devices (first one does).

Have filled the code with debug trace statements - but to make the debug
better ... can you point me to where to find the device name?
I tried

Code:
--------------------
    
  $dumped =  Dumper $client->master->pluginData;
  main::DEBUGLOG && $log->is_debug && $log->debug($dumped);
  
--------------------

to see what is in there but didn't spot it.



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

Reply via email to