entry_gather_metadata

@accepts(RB.RhythmDBEntry)
@returns(RB.StringValueMap)
def entry_gather_metadata(entry)

Gathers all metadata for the @entry. The returned GHashTable maps property names and extra metadata names (described under @rhythmdb_entry_request_extra_metadata) to GValues. Anything wanting to provide extra metadata should connect to the "entry_extra_metadata_gather" signal.

This must be freed using g_object_unref.

entry :

a RB.RhythmDBEntry

Returns :

a RBStringValueMap containing metadata for the entry.