BoomX2 wrote: 
> I am glad it worked for you.
> 
> A big thank you also go to:
> >   >   >  @ralphy for Softsqueeze and the Transporter skin that allowed me to
  > duplicate the issue and confirm the fix.> > 
> >   >   >  @mherger for the Music Information Screen plugin.  I "borrowed"
  > code from his plugin to disable the visualizer.> > 
> 
> 
> 
> I haven't yet looked any further into the issue with the SDT icon not
> showing up in jive in the initial Extras menu.  Can you provide more
> details of what you mean by other plugins using "install.xml" and the
> <icon> tags?  Can you point me to an example plugin that uses this
> method?

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.


+-------------------------------------------------------------------+
|Filename: icon.zip                                                 |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=34227|
+-------------------------------------------------------------------+


lms:
version: 8.2.0 - 1616690655 @ thu mar 25 18:15:21 cet 2021
on rpi4/ raspbian buster 10 pointed (nfs) to musiclibrary on qnap ts212


squeeze-players:
duet - cntrl-fw: 8.0.1-r16844/ receiver-fw: 77
2x radio - fw: 8.0.1-r16844
rpi 2b - pcp 7.0.1/ squeezelite  v1.9.9-1372-pcp
transporter - fw: 87
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.4/ material skin 2.3.5
------------------------------------------------------------------------
MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
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