mirror of https://github.com/CrimsonTome/tldr.git
37 lines
667 B
Markdown
37 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}}`
|