cpd73 wrote: > I've implemented the 'pin' functionality. You can pin any item (bar > Genres, Artist, Albums) that can be added to favourites. When there are > pinned items, a new section appears at the top of the main browse list. > > The scrollbars are now just for the list, and the list is scrolled not > the page. I've also managed to style the scrollbars for WebKit browsers > (Chrome, Safari, etc). However, looks like (from your screenshots) you > are using IE or Edge? I can find no way to set the colour/style of these > scrollbars via CSS. > > This will all be in the next release.
I'll check it out. I generally use Chrome. My application, Squeezelite-X, uses the Chromium Embedded Framework (CEF) for its embedded browser functionality. If it works with Chrome, then it will work with CEF. Wondering. My application needs to be able to know which player is currently selected in the browser. With the default skin, this is doable by reading a cookie set by the skin. I think your skin does not use/set any cookies at all, is that correct? I'm wondering how I can determine what player is selected in the material skin from my client-side code. If you stored the connected player name in a cookie, I could read and detect changes there. And your skin could also remember selected player from previous run. Just wondering how I might accomplish this with your skin. I think my CEF framework would allow me to execute javascript from my app as well. 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=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
