mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
dc5774504d
sources/tech/20190815 Clementine Music Player for All Your Audio Needs.md
141 lines
6.3 KiB
Markdown
141 lines
6.3 KiB
Markdown
[#]: collector: (lujun9972)
|
||
[#]: translator: ( )
|
||
[#]: reviewer: ( )
|
||
[#]: publisher: ( )
|
||
[#]: url: ( )
|
||
[#]: subject: (Clementine Music Player for All Your Audio Needs)
|
||
[#]: via: (https://itsfoss.com/clementine-music-player/)
|
||
[#]: author: (John Paul https://itsfoss.com/author/john/)
|
||
|
||
Clementine Music Player for All Your Audio Needs
|
||
======
|
||
|
||
[VLC][1] is a mainstay for most fans of FOSS technology and most Linux distros. It’s a great little player, don’t get me wrong, but if you have a large library of audio files, some times you need something more powerful.
|
||
|
||
The [Clementine Music Player][2] is a full-service audio player with all the tools you need to keep track of your audio library. According to the [project’s website][3], Clementine “inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and playing your music.”
|
||
|
||
![Clementine Music Player][4]
|
||
|
||
Clementine contains the following features:
|
||
|
||
* Search and play your local music library
|
||
* Listen to internet radio from Spotify, Grooveshark, SomaFM, Magnatune, Jamendo, SKY.fm, Digitally Imported, JAZZRADIO.com, Soundcloud, Icecast and Subsonic servers
|
||
* Search and play songs you’ve uploaded to Box, Dropbox, Google Drive, and OneDrive
|
||
* Create smart playlists and dynamic playlists
|
||
* Tabbed playlists, import and export M3U, XSPF, PLS and ASX
|
||
* CUE sheet support
|
||
* Play audio CDs
|
||
* Visualizations from projectM.
|
||
* Lyrics and artist biographies and photos
|
||
* Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
|
||
* Edit tags on MP3 and OGG files, organize your music
|
||
* Fetch missing tags from MusicBrainz
|
||
* Discover and download Podcasts
|
||
* Download missing album cover art from Last.fm and Amazon
|
||
* Cross-platform – works on Windows, Mac OS X and Linux
|
||
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
|
||
* Remote control using an [Android device][5], a Wii Remote, MPRIS or the command-line
|
||
* Copy music to your iPod, iPhone, MTP or mass-storage USB player. Queue manager
|
||
|
||
|
||
|
||
Clementine is released under the GPL v3. The most recent version of Clementine (1.3.1) was released in April of 2016.
|
||
|
||
### Installing Clementine music player in Linux
|
||
|
||
Now let’s take a look at how you can install Clementine on your system. Clementine is a popular application and is available in almost all major Linux distributions.
|
||
|
||
You can search for it on your distribution’s software center:
|
||
|
||
![Clementine in Ubuntu Software Center][6]
|
||
|
||
If you are feeling a little geeky, you can always hop on the terminal train and use your distribution’s package manger to install Clementine.
|
||
|
||
[][7]
|
||
|
||
Suggested read Clementine Version 1.3 Released After 2 Years
|
||
|
||
In Ubuntu, Clementine is available in the [Universe repository][8]. You can [use the apt command][9] in this fashion:
|
||
|
||
```
|
||
sudo apt install clementine
|
||
```
|
||
|
||
In Fedora, you can use this command:
|
||
|
||
```
|
||
sudo dnf clementine
|
||
```
|
||
|
||
In Manjaro or other Arch-based distributions, you can use:
|
||
|
||
```
|
||
sudo pacman -S clementine
|
||
```
|
||
|
||
You can find a list of Linux distros that have Clementine in their repos [here][10]. You can also download packages directly from the [Clementine site][11].
|
||
|
||
If you have a Windows system, you can download a .exe from the [project’s download page][11].
|
||
|
||
### Experience with Clementine music player
|
||
|
||
I have installed Clementine on multiple Linux and Windows systems. I have a large collection of Old Time Radio shows, audio drama, and some music. Clementine does a good job of keeping it all organized.
|
||
|
||
![Clementine Library][12]
|
||
|
||
I also used it to download and listen to podcasts. It worked well for that. However, I did not use that part very much.
|
||
|
||
I didn’t use the cloud options because I don’t trust the cloud with my audio stuff.
|
||
|
||
![Clementine Cloud Settings][13]
|
||
|
||
### Final Thoughts on Clementine
|
||
|
||
I like Clementine. I installed it on multiple systems. I only used a small portion of the wide range of tools it offers and they worked great.
|
||
|
||
The only thing that concerns me is that the developers haven’t updated the project in three years. The [project’s GitHub page][14] has almost 2,000 open issues and 40 pending pull requests. I can understand that the developers might think that the project is stable and mature, but it looks like some users are having issues that are not being addressed.
|
||
|
||
I guess this is the reason why Clementine has been forked into [Strawberry music player][15].
|
||
|
||
If you are looking for an audio management program that is updated regularly, you may check out [Sayonara music player][16].
|
||
|
||
Have you ever used Clementine? What is your favorite music player/manager? Please let us know in the comments below.
|
||
|
||
If you found this article interesting, please take a minute to share it on social media, Hacker News or [Reddit][17].
|
||
|
||
[][18]
|
||
|
||
Suggested read UberWriter: Uber Cool Markdown Editor for Linux
|
||
|
||
--------------------------------------------------------------------------------
|
||
|
||
via: https://itsfoss.com/clementine-music-player/
|
||
|
||
作者:[John Paul][a]
|
||
选题:[lujun9972][b]
|
||
译者:[译者ID](https://github.com/译者ID)
|
||
校对:[校对者ID](https://github.com/校对者ID)
|
||
|
||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||
|
||
[a]: https://itsfoss.com/author/john/
|
||
[b]: https://github.com/lujun9972
|
||
[1]: https://itsfoss.com/install-latest-vlc/
|
||
[2]: https://www.clementine-player.org/
|
||
[3]: https://www.clementine-player.org/about
|
||
[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2019/08/clementine-music-player.jpg?ssl=1
|
||
[5]: https://play.google.com/store/apps/details?id=de.qspool.clementineremote
|
||
[6]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2019/08/clementine-ubuntu-software-center.jpg?resize=800%2C391&ssl=1
|
||
[7]: https://itsfoss.com/clementine-version-1-3-released/
|
||
[8]: https://itsfoss.com/ubuntu-repositories/
|
||
[9]: https://itsfoss.com/apt-command-guide/
|
||
[10]: https://repology.org/project/clementine-player/versions
|
||
[11]: https://www.clementine-player.org/downloads
|
||
[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2019/07/clementine-library.png?resize=800%2C579&ssl=1
|
||
[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2019/07/clementine-cloud-settings.png?resize=800%2C488&ssl=1
|
||
[14]: https://github.com/clementine-player/Clementine
|
||
[15]: https://itsfoss.com/strawberry-music-player/
|
||
[16]: https://itsfoss.com/sayonara-music-player/
|
||
[17]: http://reddit.com/r/linuxusersgroup
|
||
[18]: https://itsfoss.com/uberwriter/
|