MusicPlayerPlus

Featureful ncurses based MPD client inspired by ncmpc with integration for Beets, spectrum visualization,Bandcamp/Soundcloud, asciimatics, cantata, and more


Project maintained by doctorfree Hosted on GitHub Pages — Theme by ronrecord

MusicPlayerPlus tmuxp configuration files

MusicPlayerPlus configuration files for tmuxp.

These tmuxp configuration files are copied into the user’s ~/.config/tmuxp/ folder by the MusicPlayerPlus initialization utility mppinit.

If a tmuxp configuration file (YAML or JSON format) is located in ~/.config/tmuxp/ then an invocation of tmuxp will find it and there is no need to supply the tmuxp configuration file path or configuration filename suffix on the command line.

For example, to start a tmux session using ~/.config/tmuxp/mpcplus.yaml with tmuxp it is only necessary to issue the command:

tmuxp load mpcplus

Configuration files

The following tmuxp configuration files are included with MusicPlayerPlus:

SESSION=fzmp FZFCOMM="fzmp -a" VIZCOMM=mppcava MAIN_PANE_HEIGHT=16 tmuxp load fzmp-env
tmuxp load fzmp-tmux
tmuxp load fzmp
SESSION=mpcplus MAIN_PANE_HEIGHT=16 VIZCOMM=mppcava tmuxp load mpcplus-env
tmuxp load mpcplus-tmux
tmuxp load mpcplus
SESSION=mppsplash SPLASHCOMM=mppsplash tmuxp load mppsplash-env
tmuxp load mppsplash