1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
ncurses client for media-u server application
I wrote this to have a more lightweight client compared to the html5 client
* required libraries:
- libncurses5 (actually ncursesw for unicode support)
- libcurl4-gnutls-dev (or libcurl4-openssl-dev)
* how to build:
Just run "make" it will build ./bin/main
"make install" will install it as /usr/local/bin/mnc
run "MAKEFLAGS=INSTALL_PREFIX=/usr make install" to install in /usr/bin/mnc
* how to use:
start with:
mnc [server-address]
keys:
Movement:
"p" "k" "↑": move up
"n" "j" "↓": move down
"f" "l" "→": select entry
"b" "h" "←": move back to start page
"q": quit the client
"u": refetch data on active page
Search:
"/": start search / finish entering search term
"g": quit browsing the search
Playback:
"a": play the selected list
"space": toggle pause
"c": cancel/stop playback
">": fast-forward
"<": rewind
Episode Page:
"t": toggle watch state for selected Episode