The MusicPlayer object manages playlists and playing soundfiles.
org.freesmartphone.MusicPlayer
Description: Delete an excisting playlist
The playlist which should be deleted
Description: Get the current playlist
The current playlist
Description: Get ID3 tags for a file
An absolute path to the file
The fileinfo
Description: Filename of the currently played song
Absolute path for the current song
Description: Fileinfo for the current file
Fileinfo of the file
Description: Get all available playlists
Object paths to available playlists
Description: Get the current volume
The current volume in percent. Possible values: 0-1000
Description: Jump to an absolute position in the file
Absolute position to new positition in seconds
Description: Create a new playlist
The name of the new playlist
The object path to the new playlist
Description: Jump to next song
Description: Pause playing
Description: Play current song
Description: Return to state before first PushPause call
Description: Jump to previous song
Description: Force to pause the player if playing. Use PopPause to undo.
Description: Jump backward relative to current position
Step in seconds for seeking
Description: Jump forward relative to current position
Step in seconds for seeking
Description: Set the current playlis
Description: Set the current playing file
Absolute path to the file
Description: Set the current volume
The current volume in percent. Allowed values: 0-1000
Description: Stop playing
Description: Emmitted when the current song changes
The new playing file
Description: Emmitted when a client adds a playlist
Object path for the new playlist
Description: Emmitted when a client deletes a playlist
Object path of the deleted list
Description: Emmitted when the file position change
The new progress
Description: Emmitted when the current song changes
The new state of the player. Possible values:
Description: Emmitted when an error occurs without user interaction
The type of the error.
s: infoAdditional information for the error
Description: Raised, if no file is selected.
Description: Raised, if no playlist is selected.
Description: Raised, if the requested playlist is unknown.
Description: Raised, if the Playlist is out of files, either on the beginning or the end.
Description: Raised, if a file isn't available.
Description: Raised, if the the filetype isn't supported.
Description: Raised, if the protocol isn't supported.