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
Release history Release notifications | RSS feed
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.5.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file LMSQuery-fork-0.4.5.tar.gz
.
File metadata
- Download URL: LMSQuery-fork-0.4.5.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddf5fd9e61dcd7f9cfc3bed9b7f0763c12bbfa5258926fef9f1d6c1af031ce97 |
|
MD5 | cdcc3d1d6d93bb5032b86ef01280efd1 |
|
BLAKE2b-256 | 9d7e39ff5c4759ed26f37aded5dccb37c09ef7aa2f4e06262816566f620f3caf |
File details
Details for the file LMSQuery_fork-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: LMSQuery_fork-0.4.5-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8643e4b4478ef308e0a0efffa2c2e15d2e6e2af81405aa2990615a3abd8e22c |
|
MD5 | a2d9ee3b40bbeb839c47def7a35c7461 |
|
BLAKE2b-256 | 1ffa042c3bcc623b052d6a5f338ca5270c36284ac34d3868ad31e847a4cfd087 |