The MusicPlayer Playlist objects manage the soundfile for the MusicPlayer.
org.freesmartphone.MusicPlayer.Playlist
Description: Append a file to the playlist
The file to be appended
The position of the new file
Description: Changes the playlists name
Playlist's new name
Description: Get the filename at the specified position
Position in the playlist
The filename
Description: Get all files in the playlist
A list of all files in the playlist
Description: Get the playlist mode
The mode for the playlist. One of:
Description: Get the playlist's name
The playlist's name
Description: Insert a file at a specific position
The position in the playlist
s: fileThe file to be inserted
Description: Insert a directory into a playlist
The position in the playlist
s: fileThe directory to be inserted
b: recursiveTrue to scan the directory recursivly
Description: Jump to a file in the Playlist
Position of the file in the playlist
Description: Add entries from a URI. Local files do not need file:// prefix.
A file with soundfiles seperated by '\n'
Description: Delete a file from the playlist
The position of the file to be deleted
Description: Sets the playlist's mode
The new playlist mode. See GetMode for possible values
Description: Emmitted when a file is added
The position of the new file
s: fileThe new file
Description: Emmitted when a file is removed from the playlist
The position of the filename
Description: Emmitted when the mode changed
The new playlist's mode. See GetMode for possible values
Description: Emmitted when the name of the playlist changes
The new playlist name. This won't change the object path on the bus
Description: Emmitted when the current song changes
The new playing file
Description: Raised, if the the file isn't found.
Description: Raised, if the the given position is bigger than the playlist's length.
Description: Raised, if the given filetype isn't supported.
Description: Raised, if the playlist is empty.
Description: Raised, if no file of the playlist ist selected.
Description: Raised, if the playlist is at an end.