Featureful ncurses based MPD client inspired by ncmpc with integration for Beets, spectrum visualization,Bandcamp/Soundcloud, asciimatics, cantata, and more
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
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
mpcplus
and Spectrum Visualizer in a Tmux session using environment variables for session and command ssettings:SESSION=mpcplus MAIN_PANE_HEIGHT=16 VIZCOMM=mppcava tmuxp load mpcplus-env
mpcplus
and Spectrum Visualizer without gradient colors in a Tmux session. This tmuxp config is used by the mpcplus-tmux
command:tmuxp load mpcplus-tmux
mpcplus
and Spectrum Visualizer with gradient colors in a Tmux session:tmuxp load mpcplus
mppsplash-tmux
command:SESSION=mppsplash SPLASHCOMM=mppsplash tmuxp load mppsplash-env
tmuxp load mppsplash