When I first looked, I was surprised to find those skins in the dropdown, but they are there. This is on the latest 8.2.0 nightly (well, that was yesterday, so it was still the previous nightly). LMS is running on a Raspberry Pi, installed from scratch a week ago. I did not migrate settings from my previous installation on a different machine and architecture.
So I assumed that those skins are still included in a fresh installation. If not, how would I have gotten them?
Results 11 to 20 of 25
-
2021-01-24, 07:42 #11
- Join Date
- Jun 2017
- Posts
- 375
LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5 wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired
-
2021-01-24, 08:02 #12
How to download detailedinformation about the currently played track via html
> So I assumed that those skins are still included in a fresh
> installation. If not, how would I have gotten them?
Only Classic, Default, Light (EN) are part of LMS. The others must come
from elsewhere.
--
Michael
-
2021-01-24, 08:25 #13
- Join Date
- Jun 2017
- Posts
- 375
A mystery, then. Is there anything I might have done that would have caused those old skins to turn up on a new installation? I did NOT move the cache folder to the new machine, or anything else that I can think of. Both installations of LMS were online at the same time, briefly.
If this is something you want to track down, I'll do whatever I can. Maybe this discussion should move to another thread? But if I'm the only one experiencing this, it may not be important enough to bother with, and that's okay with me. So far as I can tell, it's not causing any problem. It's just a puzzle.LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5 wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired
-
2021-01-24, 10:24 #14
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 6,198
-
2021-01-24, 13:03 #15
- Join Date
- Aug 2009
- Posts
- 393
Thanks for the details.
The CLI documentation under "Help -> Technical Information" on the Default skin main page documents most of the calls that can be used with the JSONRPC interface.
http://<lms url>:9000/Default/html/docs/cli-api.html
Googling "squeezebox json api" brings up some more useful docs and forum threads.
Note that it is easier to use the status call with tags to get track info all at once rather than the songinfo call to get detailed track info, e.g.
["status", "0", "100", "tags:adl"]
There's also an undocumented trackinfo call that can return details status or songinfo won't in some cases, e.g.:
["trackinfo", "items", "0", "100", "track_id:8954"]
-
2021-01-25, 13:07 #16
- Join Date
- Jun 2020
- Posts
- 10
@Daverz
Thanks for the clue. CLI works with telnet and I got what I want to get
Now i have to try to implement in ESP32 with arduino (arduino because current application was written with this). I wonder if it is possible
-
2021-01-25, 15:56 #17
- Join Date
- Aug 2009
- Posts
- 393
-
2021-01-26, 03:34 #18
- Join Date
- Jun 2020
- Posts
- 10
-
2021-01-27, 13:43 #19
- Join Date
- Jun 2020
- Posts
- 10
OK. I'm after testing comunnication by Visual Studio C# application and everything works fine. Now i'll try to port this solution to arduino ide.
-
2021-01-28, 03:32 #20
- Join Date
- Jul 2020
- Posts
- 245