gmyth-dbus/tests/channel-list.py
author ali@juiblex.co.uk
Tue Dec 15 20:48:32 2009 +0000 (2009-12-15)
branchtrunk
changeset 950 6308269b026e
permissions -rw-r--r--
Update gmyth-ls to work with a 0.22 backend
renatofilho@870
     1
import dbus
renatofilho@870
     2
bus = dbus.SessionBus()
renatofilho@870
     3
renatofilho@870
     4
proxy = bus.get_object ('br.org.indt.GMyth', '/br/org/indt/GMyth')
renatofilho@870
     5
iface = dbus.Interface (proxy, dbus_interface='br.org.indt.GMyth')
renatofilho@870
     6
iface.Connect ('192.168.2.222', 6543, 'mythtv', 'mythtv')
renatofilho@870
     7
print iface.Connected ()
renatofilho@870
     8
print iface.GetChannelList ()
renatofilho@870
     9
print "--------------------------------------------------------"
renatofilho@870
    10
print iface.GetRecordedList ()
renatofilho@870
    11
#print iface.FileExists ("teste.nuv")
renatofilho@870
    12
#print iface.GetProgramList (1003, ')