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.7.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file LMSQuery-fork-0.4.7.tar.gz
.
File metadata
- Download URL: LMSQuery-fork-0.4.7.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 | 35c25806002f61df3ca5a48561e3bb9f467d9244b694e6e3fc4342b32bc97f21 |
|
MD5 | 9b494f3c8c386aeda91790993b251c6d |
|
BLAKE2b-256 | 7ab0f73da6604970a23ee443023ccba418ff8b7bac190ceaf9b35fa4d48b250f |
File details
Details for the file LMSQuery_fork-0.4.7-py3-none-any.whl
.
File metadata
- Download URL: LMSQuery_fork-0.4.7-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 | 0cdde829b403ed82a758adac1a3a37fea787c677546f1ccbf935916ff4dcae35 |
|
MD5 | 0317b23f0d042ab005578fa609bf932b |
|
BLAKE2b-256 | 1430ac2c92024c59afba47985c8ab5e2a3e63020a4f167be6c3def961ef5089e |