[mythtv-users] How to use python Frontend object with non-default hostname

Raymond Wagner raymond at wagnerrp.com
Fri Aug 31 18:51:02 UTC 2012


On 8/31/2012 14:21, Dan Wilga wrote:
> Could someone give me an example of passing a different hostname and/or
> port to the Frontend object? The documentation only shows the use of
> fromUPNP(), which won't accomplish what I'd like to do.

Connect to a known frontend...

 >>> Frontend(host, port)

Connect to a frontend on an unknown port...

 >>> MythDB().getFrontend(host)


More information about the mythtv-users mailing list