Docker containerized version of ncmpcpp (NCurses Music Player Client (Plus Plus)) a MPD console client.
Can be used together with any MPD server (like Mopidy); meant to be used together with wernight/mopidy Docker image.
Supposing you started an MPC-compatible server under a container named ny-mpc-container
you can now connect to it via:
$ docker run --rm -it --link my-mpc-container:mpc wernight/ncmpcpp ncmpcpp --host mpc
To see the full help of ncmpcpp do:
$ docker run --rm -it wernight/ncmpcpp ncmpcpp --help
Note: It runs as user with random UID 71723
to avoid running as root
.
q
- Quit1
- Help3
- Browse
Enter
- Enter directory / Add item to playlist and playSpace
- Add item to playlistBackspace
- Parent directory4
- Search
Enter
to edit fieldy
- Search4
- Reset5
- Librarys
- StopP
- Pause<
/ >
- Previous / Next trackBackspace
- Play current track from the beginningb
/ f
- Seek backward / forwardHaving more issues? Report a bug on GitHub.