remove_from_playlist

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

Removes an entry from 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 remove from

uri :

URI of the entry to remove from the playlist

Returns :

TRUE if successful.