Skip to content

wernight/docker-ncmpcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker ncmpcpp

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.

Usage

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.

Basic keyboard shortcuts

  • q - Quit
  • 1 - Help
  • 3 - Browse
    • Enter - Enter directory / Add item to playlist and play
    • Space - Add item to playlist
    • Backspace - Parent directory
  • 4 - Search
    • Enter to edit field
    • y - Search
    • 4 - Reset
  • 5 - Library
  • s - Stop
  • P - Pause
  • < / > - Previous / Next track
  • Backspace - Play current track from the beginning
  • b / f - Seek backward / forward

Feedbacks

Having more issues? Report a bug on GitHub.

About

Containerized ncmpcpp (MPC console client).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published