Clementine 1.3:一款面向Linux的现代音乐播放器
Clementine是一款免费的跨平台开源Qt音乐播放器,其开发灵感来源于Amarok 1.4。最新的稳定版本1.3在经过一年的开发后发布,它支持Vk.Com和Seafile,并包含无数的改进和错误修复。本文介绍如何安装Clementine音乐播放器。
功能
- 搜索和播放本地音乐库
- 收听Spotify、Grooveshark、SomaFM等在线电台
- 播放来自Dropbox、Google Drive、OneDrive、Amazon Cloud等云存储的歌曲
- 创建智能播放列表和动态播放列表
- 将音乐传输到iPod、iPhone、Android和其他移动设备或存储设备等
安装Clementine
要安装Clementine,您应该添加稳定的PPA,如下所示:
$ sudo add-apt-repository ppa:me-davidsansome/clementine
示例输出如下:
More info: https://launchpad.net/~me-davidsansome/+archive/ubuntu/clementine Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keyring `/tmp/tmppbof_syf/secring.gpg' created gpg: keyring `/tmp/tmppbof_syf/pubring.gpg' created gpg: requesting key 044A3B98 from hkp server keyserver.ubuntu.com gpg: /tmp/tmppbof_syf/trustdb.gpg: trustdb created gpg: key 044A3B98: public key "Launchpad Clementine Stable" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK
现在更新索引,如下所示:
$ sudo apt-get update
要安装Clementine,请使用以下命令:
$ sudo apt-get install clementine
示例输出如下:
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: apport-hooks-elementary contractor javascript-common libgda-5.0-4 libgda-5.0-common libgranite-common libgranite3 libgsignon-glib1 libindicate5 libjs-jquery libnoise-core0 libtagc0 Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: libcrypto++9v5 libechonest2.3 liblastfm1 libqjson0 libqt4-opengl projectm-data The following NEW packages will be installed: clementine libcrypto++9v5 libechonest2.3 liblastfm1 libqjson0 libqt4-opengl projectm-data 0 upgraded, 7 newly installed, 0 to remove and 142 not upgraded. Need to get 7,212 kB of archives. After this operation, 32.8 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 libqjson0 amd64 0.8.1-3 [63.7 kB] Get:2 http://ppa.launchpad.net/me-davidsansome/clementine/ubuntu xenial/main amd64 clementine amd64 1.3.1~xenial [5,418 kB] Get:3 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 libcrypto++9v5 amd64 5.6.1-9 [885 kB] ............................................................................................
要打开Clementine,请使用以下命令:
$ clementine
示例输出如下:
要获取更多关于Clementine的信息,请使用以下命令:
$ clementine -h
示例输出如下:
Usage: clementine [options] [URL(s)] Player options: -p, --play Start the playlist currently playing -t, --play-pause Play if stopped, pause if playing -u, --pause Pause playback -s, --stop Stop playback -r, --previous Skip backwards in playlist -f, --next Skip forwards in playlist -v, --volume Set the volume to percent --volume-up Increase the volume by 4% --volume-down Decrease the volume by 4% --volume-increase-by Increase the volume by percent --volume-decrease-by Decrease the volume by percent --seek-to Seek the currently playing track to an absolute position --seek-by Seek the currently playing track by a relative amount --restart-or-previous Restart the track, or play the previous track if within 8 seconds of start. Playlist options: -a, --append Append files/URLs to the playlist -l, --load Loads files/URLs, replacing current playlist -k, --play-track Play the th track in the playlist Other options: -o, --show-osd Display the on-screen-display -y, --toggle-pretty-osd Toggle visibility for the pretty on-screen-display -g, --language Change the language --quiet Equivalent to --log-levels *:1 --verbose Equivalent to --log-levels *:3 --log-levels Comma separated list of class:level, level is 0-3 --version Print out version information
阅读完本文后,您将了解“如何在Linux上安装Clementine 1.3”。在我们的后续文章中,我们将分享更多基于Linux的技巧和提示。敬请期待!
广告