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.6.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file LMSQuery-fork-0.4.6.tar.gz
.
File metadata
- Download URL: LMSQuery-fork-0.4.6.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 | d45a078d1668f9bec7cde635c1e903e90e09dd86724a31b0381e65ff05d2edb4 |
|
MD5 | a02a80042111e9aa509b5f17221e75f0 |
|
BLAKE2b-256 | 9741e4371e014fd71e50ce36c176b52d69218f0e5b68c9db993bf81db8a98b8f |
File details
Details for the file LMSQuery_fork-0.4.6-py3-none-any.whl
.
File metadata
- Download URL: LMSQuery_fork-0.4.6-py3-none-any.whl
- Upload date:
- Size: 6.3 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 | 6ad8e3bc26dbb7293d9fe208bf87b954c89dfd24ae6be0f26b82660126c0d14d |
|
MD5 | 57013afaa3062436f45e9048dabf795c |
|
BLAKE2b-256 | 5bf5dd94deb4c9e4a32c3824c22b1b60c5ee3f0f920120e657b7f561ed2324d7 |