RB.PlaylistManager::playlist-added

def callback(playlist_manager, source, user_param1, ...)

Emitted when a playlist is added, including when being loaded from the user's playlist file.

playlist_manager :

instance of RB.PlaylistManager that is emitting the signal

source :

the new RB.Source

user_param1 :

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

... :

additional user parameters (if any)