Skip to content

Commit 5335e8d

Browse files
committed
README: update
1 parent 117738a commit 5335e8d

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# snapcastr
2+
3+
webinterface to control snapcast server
4+
written in python with flask, wtforms and python-snapcast, see dependencies.
5+
6+
## features
7+
8+
### main
9+
* see status
10+
![main](https://github.com/xkonni/snapcastr/blob/master/doc/main.png)
11+
12+
### clients
13+
* change volume
14+
![clients](https://github.com/xkonni/snapcastr/blob/master/doc/clients.png)
15+
16+
### groups
17+
* change stream
18+
![groups](https://github.com/xkonni/snapcastr/blob/master/doc/groups.png)
19+
20+
### streams
21+
* see status
22+
![streams](https://github.com/xkonni/snapcastr/blob/master/doc/streams.png)
23+
24+
## dependencies
25+
* [python](https://www.python.org/)
26+
* [flask](http://flask.pocoo.org/)
27+
* [python-snapcast]( https://github.com/happyleavesaoc/python-snapcast)
28+
29+
## roadmap, in no particular order
30+
31+
### clients
32+
* rename
33+
* remove old
34+
35+
### groups
36+
* rename
37+
* remove
38+
* add
39+
40+
### streams
41+
* rename

doc/clients.png

81 KB
Loading

doc/groups.png

172 KB
Loading

doc/main.png

48.1 KB
Loading

doc/streams.png

61.8 KB
Loading

0 commit comments

Comments
 (0)