xenmotif/README.md

33 lines
657 B
Markdown

# 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