A TUI client for mpd
Go to file
~erin b08fc89ff5
Fix newlines in README
2023-03-21 17:43:42 -04:00
src Initialize repository 2023-03-21 17:40:09 -04:00
.gitignore Initialize repository 2023-03-21 17:40:09 -04:00
Cargo.toml Initialize repository 2023-03-21 17:40:09 -04:00
LICENSE.md Initialize repository 2023-03-21 17:40:09 -04:00
README.md Fix newlines in README 2023-03-21 17:43:42 -04:00

README.md

Xenmotif

A simple TUI and commandline client for mpd.

Goals

  • Simple and easy to use
  • Modern features such as album art, scrobbling, notifications, etc.
  • Simple configuration via a TOML file, and commandline options

API (WIP)

Commandline Options

--help - Print help options

-p/--port - Specify MPD port

-h/--host - Specify MPD host

-c/--config - Use a specific configuration file

-v/--version - Print version information

-j/--json - Output in JSON format

Subcommands

stop - Stop playing

play - Start/resume playing

pause - Pause playing

queue - Print off queue

info - Print current song information