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-fork
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.5.0.tar.gz
(5.1 kB
view details)
File details
Details for the file LMSQuery-fork-0.5.0.tar.gz
.
File metadata
- Download URL: LMSQuery-fork-0.5.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1616bf5b74f8b3af8f74eed9eaaf1608bcab940c51fccad4035e8b281fbc3c0 |
|
MD5 | 2572cc1297e7c94b8a88d43d69c392c5 |
|
BLAKE2b-256 | 34d2493b6f756ab1dba7d0cc84ec735a46a47981d6c09cdd4ac7541adbb6dd6e |