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