summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/README
blob: 8db137682ca79e0d2dbc0fa6af0704ddc333cdda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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