Skip to main content

Query library for Logitech Media Server

Project description

LMSQuery

Fork of Query library for Logitech Media Server original created by roberteninhaus https://github.com/roberteinhaus/lmsquery

This library provides easy to use functions to send queries to a Logitech Media Server (https://github.com/Logitech/slimserver)

Installation

pip install lmsquery

Usage Example

import lmsquery
lms = lmsquery.LMSQuery('127.0.0.1', '9000') # use ip and port of lms server
players = lms.get_players()
for player in players:
  print player['name']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LMSQuery-fork-0.4.8.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

LMSQuery_fork-0.4.8-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page