def callback(rhythm_db_query_model, uri, position, user_param1, ...)
Emitted when a URI that does not match an existing RB.RhythmDBEntry is dropped into the query model.
rhythm_db_query_model : |
instance of RB.RhythmDBQueryModel that is emitting the signal |
uri : |
the URI that was dropped |
position : |
the position in the query model at which it was dropped |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |