Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread cpd73


Fature release, main changes:

  
-  Draw multi-disc icon top-left for multi-disc albums, in grid view.
-  Add 'Remove disc' option to play queue context menu.
-  When adding a multi-disc album, prompt whether to add all discs or
  just a specific disc.
-  Add (server side) setting to use comment field as disc title for
  multi-disc albums.
-  Add 'Play disc starting at track' action for multi-disc albums.
-  Remove 'more' action if is the same as 'go'
-  Remove 'Open mini-player' buttons from players menu.
-  Place Spotty's actions from end of album track list into a menu.
-  Add button to control synchronisation to 'Player settings' dialog.
-  Redesign 'Synchronisation' dialog to have a check list.
-  Long-press on player in players menu wil open 'Synchronisation'
  dialog.
-  Add sliders to player settings pages.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread cpd73


philchillbill wrote: 
> Craig, do you know of any way to forcefully launch Material in
> FullScreen mode (FWIW, Silk is WebKit based)?

Sorry, no. Javascript can request fullscreen, but only in response to a
user click. Which I guess makes sense, as most users would not want some
random website opening a fullscreen page.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread philchillbill


https://vimeo.com/658138372

As mentioned in the thread for the MediaServer skill, I've added the
possibility to launch Material on *Echo Show* devices from my nowPlaying
APL (Alexa Presentation Language) screen. Unfortunately, the Silk
Browser opens with a large and ugly address bar which has to be manually
swiped upwards to get full-screen Material (see demo video).

Craig, do you know of any way to forcefully launch Material in
FullScreen mode (FWIW, Silk is WebKit based)?

If that were possible, the swipe would be unnecessary and I could e.g.
pass a URL parameter along when opening Material to request fullscreen
mode.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-18 Thread Michael Herger

No, a global flag just like for Artists and Albums would be great
already :)


v4.7.0 should be available soon, adding this new feature.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread philchillbill


cpd73 wrote: 
> Sorry, no. Javascript can request fullscreen, but only in response to a
> user click. Which I guess makes sense, as most users would not want some
> random website opening a fullscreen page.

But a click can be synthesized  e.g.


Code:


  var item = document.querySelector("li.list-item[data-v-29761082]");
  
  if (item) {
  item.dispatchEvent(new Event('click'));
  }
  




philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
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


Re: [SlimDevices: Plugins] Tidal stutter using LMS

2021-12-18 Thread mcgeas


callesoroe wrote: 
> I had that issue too. I am using Tidal with LMS. It seems like some
> tracks after about March 2019 is getting compressed at too high level.
> Many squeezebox devices don't like that, and make stuttering sound. I
> fixed this using SOX to transcode.
> Make a custom-convert.conf file containing this:
> 
> flc flc * *
>   [sox] -q -t flac $FILE$ -t flac -
> 
> That solved the problem for me.

Worked for me. Many thanks.



mcgeas's Profile: http://forums.slimdevices.com/member.php?userid=204
View this thread: http://forums.slimdevices.com/showthread.php?t=111370

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


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2021-12-18 Thread bpa


cubii wrote: 
> Hi bpa,
> I found time to check this. Still have the sd cards laying around, so i
> can check logs or else, if it helps:
> 
> 1. Max2play: time to switch from one track to next track: 5-6 sec.
> Picore 7: ca 30 sec.
> Picore 8: ca 30 sec. same
> 
> 2. Differences:
> clean Picore Player 7 (or 8) image vs clean Max2play image (updated) 
> cdd2wav in both Picoreplayer versions vs. Icedax (?) installed in
> Max2play
> 
> Same Hardware, differnet sd-cars, same network, smae plugin version and
> plugin settings,
> 
> LMS Versions in Picore Player 8.2, in Max2Play 7.9x and also 8.2
> 
> Cubbi

Interesting and such a large difference is unexpected since h/w is the
same. It points to something different between Picore and Max2play -
probably CD driver settings/handling. I may get a chance to test
Raspbian vs. Picore over Christmas. Raspbian should be the same as
Max2play - if not then it points to something unusual in Max2play.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-12-18 Thread philchillbill


https://vimeo.com/658138372

When you tap the cover-art image on a now-playing APL screen,
MediaServer now launches the *Material Skin* on the Echo Show's screen,
with full touch functionality. The address bar at the top can be swiped
upwards to hide it. The player targeted in MediaServer will also be the
player loaded in Material. On the small Echo Show 5", the now-playing
mode is automatically selected while on bigger Echos the Desktop mode is
chosen. See the example video for a demo.

Enjoy !



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread cpd73

philchillbill wrote: 
> Ok. I’ve only ever used it (with success) from jQuery rather than pure
> js so maybe it actually does not work from js. I use it to automatically
> download excel sheets in a web app when a sport event completes without
> the user having to click on a download button. Normally browsers won’t
> allow automatic downloads but I’ve fudged it this way no problem. But
> that was of course jQuery. Thanks for trying!

As stated in my edit, I got the fake click to work - but the fullscreen
request was then denied.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread cpd73


philchillbill wrote: 
> But a click can be synthesized  e.g.

Doesn't work for me. Tried Firefox and Chromium. I add a 'click' handler
to go fullscreen. The fake click does not invoke this, but if I then
click on the view it goes fullscreen.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread philchillbill

cpd73 wrote: 
> Doesn't work for me. Tried Firefox and Chromium. I add a 'click' handler
> to go fullscreen. The fake click does not invoke this, but if I then
> click on the view it goes fullscreen.

Ok. I’ve only ever used it (with success) from jQuery rather than pure
js so maybe it actually does not work from js. I use it to automatically
download excel sheets in a web app when a sport event completes without
the user having to click on a download button. Normally browsers won’t
allow automatic downloads but I’ve fudged it this way no problem. But
that was of course jQuery. Thanks for trying!



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2021-12-18 Thread SamY


SamY wrote: 
> It's a known problem on Windows with the latest v4.3.2 plugin and will
> be fixed in the next release. See 'this post'
> (https://forums.slimdevices.com/showthread.php?60114-Announce-Denon-AVP-Control-Plugin=1040450=1#post1040450)
> for instructions on how to patch it in the meantime. I apologize for any
> inconvenience.

This bug is fixed in V4.3.3 of the plugin, which is now available for
upgrading.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-18 Thread philchillbill


cpd73 wrote: 
> As stated in my edit, I got the fake click to work - but the fullscreen
> request was then denied.
> 
> [Edit] Tried in chromium - "Failed to execute 'requestFullscreen' on
> 'Element': API can only be initiated by a user gesture"

Pity. Appreciate your experimenting with it!





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
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