linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
# playerctl
> MPRIS를 통해 미디어 플레이어 제어.
> 더 많은 정보: <https://github.com/altdesktop/playerctl>.
- 재생/일시정지 전환:
`playerctl play-pause`
- 다음 트랙으로 건너뛰기:
`playerctl next`
- 이전 트랙으로 돌아가기:
`playerctl previous`
- 모든 플레이어 나열:
`playerctl --list-all`
- 특정 플레이어에 명령 전송:
`playerctl --player {{플레이어_이름}} {{play-pause|next|previous|...}}`
- 모든 플레이어에 명령 전송:
`playerctl --all-players {{play-pause|next|previous|...}}`
- 현재 트랙에 대한 메타데이터 표시:
`playerctl metadata --format "{{현재 재생 중: \{\{artist\}\} - \{\{album\}\} - \{\{title\}\}}}"`