add_to_map

@accepts(utf8)
@returns(gboolean)
def add_to_map(location)

Adds a URI to the playlist's entry map. This is useful when the URI is being added to the database, but no entry exists for it yet. When the entry is created, it will be added to the query model.

FALSE if it was already there.

location :

a URI to add

Returns :

TRUE if the URI was added to the entry map,