mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
rmpc: add page (#23466)
o-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
co-authored by
Wiktor Perskawiec
parent
eb121401b3
commit
3a3133b95d
@@ -0,0 +1,33 @@
|
||||
# rmpc
|
||||
|
||||
> A terminal music player client for the Music Player Daemon, with album art support.
|
||||
> See also: `mpd`, `mpc`, `ncmpcpp`.
|
||||
> More information: <https://rmpc.mierak.dev/reference/cli-command-mode/>.
|
||||
|
||||
- Start the TUI client:
|
||||
|
||||
`rmpc`
|
||||
|
||||
- Connect to a specific MPD instance:
|
||||
|
||||
`rmpc {{[-a|--address]}} {{host:port}}`
|
||||
|
||||
- Print the default configuration to use as a starting point:
|
||||
|
||||
`rmpc config`
|
||||
|
||||
- Scan the music directory for changes:
|
||||
|
||||
`rmpc update`
|
||||
|
||||
- Save the currently playing song's album art to a file:
|
||||
|
||||
`rmpc albumart {{[-o|--output]}} {{path/to/cover.jpg}}`
|
||||
|
||||
- Toggle playback control functions (consume plays the song and deletes it from the queue afterwards):
|
||||
|
||||
`rmpc {{next|prev|stop|consume|togglerepeat|pause|unpause}}`
|
||||
|
||||
- View the currently playing song:
|
||||
|
||||
`rmpc song`
|
||||
Reference in New Issue
Block a user