summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/README
authorllornkcor <llornkcor>2003-05-04 21:34:02 (UTC)
committer llornkcor <llornkcor>2003-05-04 21:34:02 (UTC)
commit2894d0b14c0b3efa3ce259214b5aa597a6abfed1 (patch) (side-by-side diff)
tree8dec50e12adb1b66eaf20e1caa4f384a43033073 /noncore/multimedia/opieplayer2/README
parent7372d0271b19bc6ead8e796a949746ae45fe13fa (diff)
downloadopie-2894d0b14c0b3efa3ce259214b5aa597a6abfed1.zip
opie-2894d0b14c0b3efa3ce259214b5aa597a6abfed1.tar.gz
opie-2894d0b14c0b3efa3ce259214b5aa597a6abfed1.tar.bz2
added a few convience qcop messages. see readme for more info. not totally finished yet
Diffstat (limited to 'noncore/multimedia/opieplayer2/README') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/README b/noncore/multimedia/opieplayer2/README
new file mode 100644
index 0000000..8db1376
--- a/dev/null
+++ b/noncore/multimedia/opieplayer2/README
@@ -0,0 +1,22 @@
+qcop channel is:
+QPE/Application/opieplayer2
+
+qcop calls enabled:
+"play()" //plays current selection
+"stop()" //stops playing
+"togglePause()"//pauses
+"next()" //select next in list
+"prev()" //select previous in list
+"toggleLooping()" //loop or not loop
+"toggleShuffled()" //shuffled or not shuffled
+"play(QString)" //play this now, needs full file path
+"add(QString)" //add to playlist, needs full file path
+
+
+qcop calls to be enabled:
+"volUp()" //volume more
+"volDown()" //volume less
+"rem(QString)" //remove from playlist
+"getPlaylist()" // gets list of songs in current playlist
+
+