mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

21
pages.ko/common/mpd.md Normal file
View File

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