X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fplugin.py;h=0523a75f2513e723b692dc77829d651336d77220;hb=e9ed5c171c9251ef6ae7765b1406e2f5b2cb1c0d;hp=755aadf93efbfd514c39daad003bd5b71cb23f16;hpb=4414e379aa08c465416d5f2bdbc4e9292170f6d8;p=mpd-sima.git diff --git a/sima/lib/plugin.py b/sima/lib/plugin.py index 755aadf..0523a75 100644 --- a/sima/lib/plugin.py +++ b/sima/lib/plugin.py @@ -64,6 +64,13 @@ class Plugin: # self.log.debug('Got config for {0}: {1}'.format(self, # self.plugin_conf)) + def start(self): + """ + Called when the daemon().run() is called and + right after the player has connected successfully. + """ + pass + def callback_player(self): """ Called on player changes, stopped, paused, skipped