Skip to content

Python library for queries to Logitech Media Server

License

Notifications You must be signed in to change notification settings

roberteinhaus/lmsquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMSQuery

PyPI Version PyPI Downloads Health

Query library for Logitech Media Server

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']

About

Python library for queries to Logitech Media Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages