#! /usr/bin/python import dbus bus = dbus.SessionBus() banshee = bus.get_object("org.bansheeproject.Banshee", "/org/bansheeproject/Banshee/PlayerEngine") banshee.Pause()