georgew wrote: 
> How could I trigger the action to view current track information and
> especially lyrics tab?

You can't. -http:// SERVER:9000/material/?action=info- would be the
appropriate URL. *But* Material will only show the info page if there
are tracks in the queue, and when this action is 'fired' there will not
yet be any loaded - as Material will not have loaded the queue before it
fires. Sorry.

You could perhaps achieve something similar using a custom js file.
e.g.

Code:
--------------------
    
  setTimeout(function() { bus.$emit("info");  }, 250);
  
--------------------


This would fire 250ms after Material has loaded, and hopefully the queue
is populated by then. However, no way to select a tab.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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

Reply via email to