1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.ko/common/clementine.md
JJByun 1c78b9e106 multiple pages : Add Korean Translation (#3583)
* Translation-ko

chsh.md
cksum.md
clamscan.md
clang.md
clear.md
clementine.md
cloc.md
clockwork-cli.md

* update some words

chsh.md
cksum.md
clamscan.md
clear.md
cloc.md
clockwork-cli.md

* update

* update

* Update clockwork-cli.md
2019-11-24 19:33:52 +00:00

36 lines
667 B
Markdown

# clementine
> 현대적인 음악 플레이어이자 라이브러리 생성자.
> 더 많은 정보: <https://www.clementine-player.org>.
- Clementine 열기:
`clementine`
- 음악 파일을 실행합니다:
`clementine {{url_혹은_경로/파일.ext}}`
- 정지, 재생 버튼(Toggle):
`clementine --play-pause`
- 재생 멈추기:
`clementine --stop`
- 다음 트랙 넘기기:
`clementine --next`
- 이전 트랙 넘기기:
`clementine --previous`
- 플레이리스트 파일 불러오기:
`clementine --load {{경로/재생리스트.ext}}`
- 현재 불러온 플레이리스트에서 5번째 트랙 재생하기:
`clementine --play-track {{5}}`