MichaelPr wrote: 
> Hi BoomX2,
> 
> driven by ralphy's post I had a look at the icon issue. It seems it is
> does not show on jive/jivelite players because of  'menuStyle => 'album'
> '. I've changed the .pm file like
> 
> > 
Code:
--------------------
  >   >     my @menu = ({
  > text   => 'SuperDateTime',
  > # 'icon-id' => 'plugins/SuperDateTime/html/images/32.png',
  >     id     => 'pluginSuperDateTime',
  >     icon   => 'plugins/SuperDateTime/html/images/icon.png',
  > weight => 15,
  >     # window => { menuStyle => 'album' },
  > actions => {
  > go => {
  > player => 0,
  > cmd  => [ 'sdtTop' ],
  >                                     params => {
  >                                             menu => 'nowhere',
  >                                     },
  > },
  > },
  > });
--------------------
> > 
> 
> and voila - it works. 
> 
> 34226
> 
> I've seen no side effects so far. And I also created an icon (see
> attached) in the same style as the other one and put into
> 'plugins/SuperDateTime/html/images/'
> 
> Would be great if you can have a look and if there is not anything
> against it - take it over.

Thank you @MichaelPr!  I will roll this in with the next release.


------------------------------------------------------------------------
BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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

Reply via email to