cpd73 wrote: 
> 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.

ok! thanks for the answer!


------------------------------------------------------------------------
georgew's Profile: http://forums.slimdevices.com/member.php?userid=71723
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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

Reply via email to