@accepts(utf8, utf8, utf8) @returns(gboolean) def add_uri(uri, title, genre)
Adds the specified URI to the Rhythmbox database. Whether the title and genre specified are actually used is up to the source that handles the URI
uri : |
the URI to add |
title : |
optional title value for the URI |
genre : |
optional genre value for the URI |
Returns : |
TRUE if the URI was added successfully |