-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92bbcfc
commit 5ba35c7
Showing
2 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# | ||
# REST API for Logitech Media Server built with Python Flask | ||
|
||
This software is an adapter between a REST interface | ||
and the JSON-RPC interface of the [Logitech Media Server](https://github.com/Logitech/slimserver) | ||
|
||
It can be used to control your Logitech Media Server over a REST compliant API. | ||
|
||
## Installation | ||
This service was developed with the aim of running in docker. | ||
It will also work without docker, but docker is the recommended way. | ||
|
||
Currently I don't provider a docker image on docker hub, so you | ||
need it to build on your own. | ||
|
||
## References | ||
|
||
### Source Code | ||
Can be found on [GitHub](https://github.com/kettenbach-it/logitech-media-server-flask-rest-api) | ||
|
||
|
||
|
||
## License | ||
GNU AGPL v3 | ||
|
||
Fore more, see [LICENSE](LICENSE) |