Hi,
I am running piCorePlayer with a 7 inch touch display and want to ask
for a way to control the touch display with installed jivelite from a
script.
I use GPIO pins for receiving external keys.
Up to now I can select a radio station in this way:
Code:
--------------------
echo "$MAC_ADDR3 playlist play
http://opml.radiotime.com/Tune.ashx?id=s25111&formats=aac,ogg,mp3,wmpro,wma,wmvoice&partnerId=16&serial=afe440bda10df77274ddb47d62a6025f"
| telnet $LMS_IP 9090
--------------------
select a saved playlist:
Code:
--------------------
echo "$MAC_ADDR3 playlist resume Radio%20lokal" | telnet $LMS_IP 9090
--------------------
select the second entry:
Code:
--------------------
echo "$MAC_ADDR3 playlist jump 1" | telnet $LMS_IP 9090
--------------------
Question:
Is there a way to realize and display following function (the last step
is missing now)?
button1 pressed -> load playlist with radio stations -> show the list on
touch screen as proposal
or another function:
button2 pressed -> show a list of all player available
I know the API from LMS with commands and parameters 1-4.
This works, but doesn't go to the display. I want shortcuts for some
touch menu/select actions.
I hope that you can help me.
Thank you
------------------------------------------------------------------------
papa_arrugada's Profile: http://forums.slimdevices.com/member.php?userid=66821
View this thread: http://forums.slimdevices.com/showthread.php?t=109686
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix