Quote:
Originally Posted by ixtab
For the MP3 player, it's probably a tad more difficult, because it's (seemingly) only accessible through the Java API, and not directly via LIPC (I may well be wrong though).
|
I investigated a bit some times ago. All I found is this:
Code:
lipc-set-prop -- com.lab126.mediaplayer control (0=exit 1=next 2=previous 3=pause 4=play)
lipc-set-prop -- com.lab126.mediaplayer volume ( 0 to 15) sets volume
and other similar commands. I didn't find anything to open MP3 player using LIPC.