Announcement
Collapse
No announcement yet.
Announce: Material Skin
Collapse
X
-
Last edited by d6jg; 2022-12-08, 21:27.Jim
VB2.4 storage QNAP TS419p (NFS)
Living Room Joggler & Pi4/Khadas -> Onkyo TXNR686 -> Celestion F20s
Office Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s
Dining Room SB Radio
Bedroom (Bedside) Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
Bedroom (TV) & Bathroom SB Touch ->Denon AVR ->Mordaunt Short M10s + Kef ceiling speakers
Guest Room Joggler > Topping Amp -> Wharfedale Modus Cubes -
Now that Craig has given the url info needed for your guests to access a specific player at a party here is what you need to (safely) generate some QR codes.
1. Guests need to access your WiFi. Use https://qifi.org/ to generate a QR code. Unlike other web resources that do this QiFi is entirely JS in your browser I.e. you don’t send your SSiID and WiFi password to some random web server.
2. Open the URL as detailed by Craig in Chrome. Then click the share icon (or the three dots on desktop) where there is an option to generate a QR code.
Print the two QR codes out so your guests can use them!Jim
VB2.4 storage QNAP TS419p (NFS)
Living Room Joggler & Pi4/Khadas -> Onkyo TXNR686 -> Celestion F20s
Office Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s
Dining Room SB Radio
Bedroom (Bedside) Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
Bedroom (TV) & Bathroom SB Touch ->Denon AVR ->Mordaunt Short M10s + Kef ceiling speakers
Guest Room Joggler > Topping Amp -> Wharfedale Modus CubesComment
-
Feature request - Repeast/DSTM/finite list
On the player screen above the play list is a toggle that loops between Repeat Track, Repeat Playlist and DSTM (if that plug in is enabled). It would be great if there were a 4th option, the unhighlighted icon, where all repeat functionality is paused. So leave the infinity icon, but shade it grey/disabled, and that would make a finite play list.
Thanks,
wactuaryComment
-
On the player screen above the play list is a toggle that loops between Repeat Track, Repeat Playlist and DSTM (if that plug in is enabled). It would be great if there were a 4th option, the unhighlighted icon, where all repeat functionality is paused. So leave the infinity icon, but shade it grey/disabled, and that would make a finite play list.
Thanks,
wactuaryLast edited by cpd73; 2022-12-10, 03:10.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.Comment
-
On the player screen above the play list is a toggle that loops between Repeat Track, Repeat Playlist and DSTM (if that plug in is enabled). It would be great if there were a 4th option, the unhighlighted icon, where all repeat functionality is paused. So leave the infinity icon, but shade it grey/disabled, and that would make a finite play list.
Thanks,
wactuaryMaterial 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.Comment
-
For this you currently need to set DSTM to 'Disabled' (long press the infinity icon will show DSTM options). The issue is that DSTM has no on/off setting - just a single disabled/mixer_a/mixer_b/etc. setting. So whilst Material could just switch off, to switch back on the user would need to be prompted to select a mixer - and doing that each time you cycle the repeat button would be annoying. Ideally DSTM would be changed to have two settings; enabled and mixer. I might work-around this by having Material remember the last DSTM mixer setting for a player, so you could then cycle repeat off, repeat repeat all, repeat single, dstm, repeat off, etc.
Thanks again!Comment
-
I've implemented this in the 3.1 for a future 3.1.0 release (this will probably NOT be the next release). Now the button cycles; off, single, all, DSTM. Long press still opens DSTM options. When changing the 'repeat' from DSTM to repeat off Material will first save the current DSTM setting. When changing from repeat all to DSTM Material will restore the previous DSTM setting.Comment
-
[Edit] Actually, this was not that hard. I've added these buttons to the right hand side of this bar (where ratings for local tracks would be). This is for 3.1.0Last edited by cpd73; 2022-12-12, 02:50.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.Comment
-
After updating the Material plugin, (by doing a git pull,) I clear it's cache on my phone, (Android 13.) When I hit the "Tap here to clear cache" option in the APK Settings / Application menu I get a white msg field, but no longer is anything displayed in that area. I suspect the issue is the text saying the cache will be cleared is also white? I tried changing the Interface Theme, but that does not seem to make any difference.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.Comment
-
This is request is too Pi specific to add into the skin itself.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.Comment
-
Odd, as I cannot recreate this. The APK's theme is always dark, and the "Cache will be cleared" message is shown by the APK, so is light text on a dark background. Which version of android is this? Even setting my Android phone to use light, I still get a dark background with light text (as I would expect).
JimComment
-
Perhaps I just need to see if I can hard-code colours for this specific widget.
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.Comment
Comment