RB.RhythmDBImportJob::entry-added

def callback(rhythm_db_import_job, entry, user_param1, ...)

Emitted when an entry has been added to the database by the import job.

rhythm_db_import_job :

instance of RB.RhythmDBImportJob that is emitting the signal

entry :

the newly added RB.RhythmDBEntry

user_param1 :

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

... :

additional user parameters (if any)