cpd73 wrote: > Hi Greg. For Material 1.4.0 I changed the mini-browser so that it is > launched per player (actually it launches a new instance but of reduced > height so certain elements are hidden). This is accessed next to the > power button in the player menu. This works for me in normal browsers, > but I've had a report that it does not work with Squeezelite-X. Can you > look into this? Might be something I'm doing wrong - but I have no > windows install to check with.
I see that SLX does not handle the new per player mini-player, when launched from within Material Skin player menu, so new work to do on my side. SLX intercepts when the browser is about to popup a window. In this case it looks for a targetFramename of 'MiniPlayer', which is what it used to be. Now, with 1.4.0, the targetFramename of the mini player popup includes the player name and SLX does not match on it. I need to change SLX to relax the targetFramename check. SLX will still popup the miniplayer from its out titlebar button, so that still works. If the intent is to be able to popup multiple mini players, SLX will still not support that, as by design, SLX hides main window when mini-player is active and vice versa. SLX does not show both the main window and mini-play at the same time, it only toggles between. Thanks for letting me know. I had not noticed this. I'll make the necessary changes in next version of SLX. In the meantime, mini-player can still be launched from the SLX titlebar. R Greg Dawson Squeezelite-X ------------------------------------------------------------------------ rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
