[SlimDevices: SqueezeCenter] I need an interface document(API) of lms, who can help me?thanks

2019-09-12 Thread dreamtech
I am a Java programmerI am good at Python also. I need a development document in order to finishing my project. (My project is a web project using HTTP protocal.) dreamtech's Profile:

Re: [SlimDevices: SqueezeCenter] How to get the track list in LMS CLI?

2019-09-23 Thread dreamtech
mherger wrote: > > How can I get all the tracks in cli on port 9090? > > Check out the CLI documentation > > titles 0 999 > > This will make your machine explode if you have a large collection :-). > > You better query by "pages" (0-999, 1000-1999, etc.). > > -- > > Michael I need

[SlimDevices: SqueezeCenter] How can I get all the radios through LMS cli (9000 port)

2019-10-16 Thread dreamtech
How can I get all the radios through LMS cli (9000 port) What command should I use if I want to play which radio? I use the radius command to find that the response is the plug-in content. I read the technical documents for a long time and didn't find this convenient information. Thanks.

[SlimDevices: SqueezeCenter] How can I get the music cover picture?

2019-09-25 Thread dreamtech
thanks for helping me to find the document about LMS. After reading it, I still have questions. How to get the cover of the music, can I get it through telnet (9090 port)? dreamtech's Profile:

[SlimDevices: SqueezeCenter] How to get the track list in LMS CLI?

2019-09-23 Thread dreamtech
I find a great project on github. https://github.com/jinglemansweep/PyLMS Then I learned how to use the LMS client base. I know how to play,how to pause,how to get current track. But I need to get all the track list. I want to get all the tracks for customers to choose from. It would be better

Re: [SlimDevices: SqueezeCenter] How can I get the music cover picture?

2019-09-25 Thread dreamtech
mherger wrote: > > thanks for helping me to find the document about LMS. > > After reading it, I still have questions. How to get the cover of the > > music, can I get it through telnet (9090 port)? > > It's all described in that documentation. > > -- > > Michael ThanksI've solved the