RB.ExtDB::added

def callback(ext_db, object, p0, p1, user_param1, ...)

Emitted when metadata is added to the store. Metadata consumers can use this to process metadata they did not specifically request, for example to update album art stored on an attached media player.

ext_db :

instance of RB.ExtDB that is emitting the signal

object :

p0 :

p1 :

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)