add_uri

@accepts(utf8)
@returns(none)
def add_uri(uri)

Adds the file(s) pointed to by @uri to the database, as entries of type RHYTHMDB_ENTRY_TYPE_SONG. If the URI is that of a file, it will be added. If the URI is that of a directory, everything under it will be added recursively.

uri :

the URI to add an entry/entries for