Re: [SlimDevices: SqueezeCenter] Trying to create a modified interface that would include a player...

2019-01-23 Thread cpd73


you could use the 'status' command on the JSONRPC interface to obtain
details of the current track. You can find details of the JSONRPC
interface by clicking on the "Help" button in the lower left of the
default webUI (then navigate into technical info / CLI interface (I
think?)) The interface is quite simple, and requires you to POST a JSON
message to LMS. This is what I use for my "Material" skin.



cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=110068

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


[SlimDevices: SqueezeCenter] Trying to create a modified interface that would include a player...

2019-01-22 Thread hometownnerd


Good morning. I am working on an alternative web interface which started
with a modified index.html in the classic directory and basically added
a frame that houses a jplayer media player from a webpage I control. It
is working pretty well, I can go to the server from the web on port 9000
and it displays the 3 frames fine, one is status_header.html, the other
is playlist.html, and the final is one served by my web server not using
port 9000. I can make a playlist load up using the regular controls
under the music library and then refresh the player frame and it will
play the stream fine, but I think it is possible to display song titles
in the player, which if I could grab from a page then I could ajax them
into the player. So my question is, is it possible to grab the current
song being played? I used to be able to do this with shoutcast and
icecast but not sure how in LMS. My mod is still very rough but
functional, basically an ugly softsqueeze over the internet.

Thanks for any help



hometownnerd's Profile: http://forums.slimdevices.com/member.php?userid=68890
View this thread: http://forums.slimdevices.com/showthread.php?t=110068

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