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.12.tar.gz
(5.3 kB
view details)
File details
Details for the file LMSQuery-fork-0.5.12.tar.gz
.
File metadata
- Download URL: LMSQuery-fork-0.5.12.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a05974f2f36dc6121dd4516c8b9ccddb76d54fa05a1385cfd959d06fbf644a7d |
|
MD5 | 362512681a5f58450de6259d19e584db |
|
BLAKE2b-256 | b1052fca8b7c7810c17b343754c76ec62f9b5f7023f59094d9c009456a979906 |