Linux command
clementine 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Clementine
clementine
Play/pause
clementine -t
Skip to the next
clementine -f
Skip to the previous
clementine -r
Stop
clementine -s
Add files or URLs
clementine -a [path/to/music.mp3]
Load and play
clementine -l [path/to/music.mp3]
Seek to a position
clementine --seek-to [120]
说明
Clementine is a cross-platform music player and library organizer inspired by Amarok 1.4. It features a clean interface, smart playlists, internet radio support, and integration with cloud storage services like Google Drive, Dropbox, and OneDrive. The command-line interface allows remote control of a running Clementine instance, making it scriptable for automation or integration with media keys and desktop shortcuts. Files and URLs passed on the command line can be appended to the playlist or played immediately. Clementine supports a wide range of audio formats through GStreamer, including MP3, FLAC, OGG, and AAC. It can transcode audio, fetch lyrics and album art, tag files, and manage large music libraries with advanced search and filtering capabilities.
参数
- -t, --play-pause
- Toggle play/pause state.
- -f, --next
- Skip to the next track in the playlist.
- -r, --previous
- Skip to the previous track.
- -s, --stop
- Stop playback.
- -a, --append
- Append files or URLs to the current playlist.
- -l, --load
- Load files or URLs, replacing the current playlist and starting playback.
- -k, --play-track _N_
- Play track number N in the playlist.
- --seek-to _SECONDS_
- Seek to absolute position in seconds.
- --seek-by _SECONDS_
- Seek by relative amount in seconds.
- -v, --volume _N_
- Set volume level (0-100).
- --volume-up
- Increase volume by 4%.
- --volume-down
- Decrease volume by 4%.
- -q, --quiet
- Equivalent to --volume 0.
- --help
- Display help information.
FAQ
What is the clementine command used for?
Clementine is a cross-platform music player and library organizer inspired by Amarok 1.4. It features a clean interface, smart playlists, internet radio support, and integration with cloud storage services like Google Drive, Dropbox, and OneDrive. The command-line interface allows remote control of a running Clementine instance, making it scriptable for automation or integration with media keys and desktop shortcuts. Files and URLs passed on the command line can be appended to the playlist or played immediately. Clementine supports a wide range of audio formats through GStreamer, including MP3, FLAC, OGG, and AAC. It can transcode audio, fetch lyrics and album art, tag files, and manage large music libraries with advanced search and filtering capabilities.
How do I run a basic clementine example?
Run `clementine` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -t, --play-pause do in clementine?
Toggle play/pause state.