1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/mpd.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

21 lines
325 B
Markdown

# mpd
> Music Player Daemon.
> 같이 보기: `mpc`, `ncmpcpp`.
> 더 많은 정보: <https://www.musicpd.org/>.
- MPD 시작:
`mpd`
- 설정 파일을 읽지 않고 MPD 시작:
`mpd --no-config`
- 콘솔에서 분리하지 않고 MPD 시작:
`mpd --no-daemon`
- 현재 실행 중인 MPD 세션 종료:
`mpd --kill`