| bool dynamicModeStatus() | Return dynamic mode status. |
| bool equalizerEnabled() | Return the equalizer status. |
| bool isPlaying() | Return true if something is playing now. |
| bool randomModeStatus() | Return random mode status. |
| bool repeatPlaylistStatus() | Return repeat playlist status. |
| bool repeatTrackStatus() | Return repeat track status. |
| int getVolume() | Return volume in range 0-100%. |
| int sampleRate() | Return the sample rate of the currently playing track. |
| int score() | Return the score of the currently playing track. |
| int status() | Return playback status: 0 - stopped, 1 - paused, 2 - playing. |
| int trackCurrentTime() | Return current play position in seconds. |
| int trackPlayCounter() | Return play counter for current song. |
| int trackTotalTime() | Return track length in seconds. |
| QString album() | Return the album of the currently playing track. |
| QString artist() | Return the artist of the currently playing track. |
| QString bitrate() | Return the bitrate of the currently playing track (XX kbps). |
| QString comment() | Return the comment of the currently playing track. |
| QString coverImage() | Return the encoded URL of the current track's cover image |
| QString currentTime() | Return the position of the currently playing track ([h:]mm:ss format). |
| QString encodedURL() | Return the encoded URL of the currently playing track. |
| QString engine() | Return the current sound engine. |
| QString genre() | Return the genre of the currently playing track. |
| QString lyrics() | Return the lyrics of the currently playing track. |
| QString lyricsByPath( QString path ) | Return the lyrics of a track by path. |
| QString nowPlaying() | The title of now playing media. |
| QString path() | Return the unencoded path of the currently playing track. |
| QString setContextStyle( QString ) | Set the CSS style for the context browser. |
| QString title() | Return the title of the currently playing track. |
| QString totalTime() | Return the total length of the currently playing track ([h:]mm:ss format). |
| QString track() | Return the track number. |
| QString type() | Return the file type. |
| QString year() | Return the year of the currently playing track. |
| void configEqualizer() | Toggle equalizer config dialog. |
| void enableDynamicMode(bool enable) | Switch Dynamic Mode on or off. |
| void enableOSD(bool enable) | Switch OSD display on or off. |
| void enableRandomMode(bool enable) | Switch Random Mode on or off. |
| void enableRepeatPlaylist(bool enable) | Switch Repeat Playlist on or off. |
| void enableRepeatTrack(bool enable) | Switch Repeat Track on or off. |
| void mediaDeviceMount() | Sets the command used for mounting media device. |
| void mediaDeviceUmount() | Sets the comment used for umounting media device. |
| void mute() | Toggle mute. |
| void next() | Equivalent to pressing "Next" button. |
| void pause() | Equivalent to pressing "Pause" button. |
| void play() | Equivalent to pressing "Play" button. |
| void playPause() | Toggle play/pause state (good for mm keyboard users) |
| void prev() | Equivalent to pressing "Prev" button. |
| void queueForTransfer( KURL url ) | Queue file for transfer to Media Device. |
| void seek(int s) | Seek track to seconds position. |
| void seekRelative(int s) | Seek to a position relative to the current track position. |
| void setEqualizer(int, int, int, int, int, int, int, int, int, int, int) | Set the equalizer bands |
| void setEqualizerEnabled( bool active ) | Toggle equalizer. |
| void setEqualizerPreset( QString name ) | Set the equalizer preset |
| void setLyricsByPath( QString url, QString lyrics ) | Set the lyrics of a track by it's path. |
| void setScore( int score ) | Set the score of the currently playing track. |
| void setScoreByPath( QString url, int score ) | Set the score of a track by it's path. |
| void setVolume(int volume) | Set volume in range 0-100%. |
| void showBrowser( QString browser ) | Shows browsers in the playlist window |
| void showOSD() | Show the OSD display on the screen. |
| void stop() | Equivalent to pressing "Stop" button. |
| void transferDeviceFiles() | Transfer files to media device. |
| void volumeDown() | Decrease volume by a reasonable step. |
| void volumeUp() | Increase volume by a reasonable step. |