create_static_playlist

@accepts(utf8)
@returns(gboolean)
def create_static_playlist(name)

Creates a new static playlist source with the given name. Will fail if a playlist with that name already exists. This is part of the playlist manager dbus interface.

name :

name of the new playlist

Returns :

TRUE if successful.