Server Class (pysqueezecenter.player.Server)

The Server class deals with the SqueezeCenter server and provides the main communication functions between the PySqueezeCenter API and the SqueezeCenter’s Telnet server.

class pysqueezecenter.server.Server(hostname='localhost', port=9090, username='', password='')
connect()
Connect
get_player(id=None)
Get Player
get_player_count()
Get Number Of Players
get_players()
Get Players
get_version()
Get Version

Previous topic

PySqueezeCenter Documentation

Next topic

Player Class (pysqueezecenter.player.Player)

This Page