add_to_playlist

@accepts(utf8, utf8)
@returns(gboolean)
def add_to_playlist(name, uri)

Adds an entry to the specified playlist. Fails if no playlist with that name exists. This is part of the playlist manager dbus interface.

name :

name of the playlist to add to

uri :

URI of the entry to add to the playlist

Returns :

TRUE if successful.