renatofilho@870: import dbus renatofilho@870: bus = dbus.SessionBus() renatofilho@870: renatofilho@870: proxy = bus.get_object ('br.org.indt.GMyth', '/br/org/indt/GMyth') renatofilho@870: iface = dbus.Interface (proxy, dbus_interface='br.org.indt.GMyth') renatofilho@870: iface.Connect ('192.168.2.222', 6543, 'mythtv', 'mythtv') renatofilho@870: print iface.Connected () renatofilho@870: print iface.GetChannelList () renatofilho@870: print "--------------------------------------------------------" renatofilho@870: print iface.GetRecordedList () renatofilho@870: #print iface.FileExists ("teste.nuv") renatofilho@870: #print iface.GetProgramList (1003, ')