红联Linux门户
Linux帮助

Guayadeque-音乐播放器(附在Ubuntu上安装Guayadeque)

发布时间:2016-09-24 23:07:39来源:topspeedsnail.com作者:斗大的熊猫
Guayadeque是面向Linux的开源媒体播放器,它是使用C++编写的,源代码托管在GitHub。
主页:http://guayadeque.org/
GitHub:https://github.com/anonbeat/guayadeque
 
官网的介绍:
Guayadeque is a music management program designed for all music enthusiasts. It is Full Featured Linux media player that can easily manage large collections and uses the Gstreamer media framework.
 
特性:
Play mp3, ogg, flac, wma, wav, mpc, mp4, ape, …
Configurable crossfader engine
Configurable Silence detector to avoid listening to silence between tracks
Read and write tags in all supported formats
Allow to catalogue your music using labels. Any track, artist or album can have as many labels you want
Smart play mode that add tracks that fit your music taste using the tracks currently in play list
Ability to download covers manually or automatically
Suggest music using last.fm service
Allow fast access to any music file by genre, artist, album, etc
Play and Record shoutcast radios
…And many more
 
在Ubuntu上安装Guayadeque:
Guayadeque目前还没有在Ubuntu 16.04的默认仓库中(应该会很快加入),我们只能从编译安装了。
 
安装依赖包:
$ sudo apt-get install git build-essential cmake gettext libwxgtk3.0-dev libtag1-dev libwxsqlite3-3.0-dev libsqlite3-dev libcurl4-gnutls-dev libdbus-1-dev libgstreamer1.0-dev libgpod-dev libindicate-dev
 
下载源代码:
$ git clone https://github.com/anonbeat/guayadeque
 
编译安装:
$ cd guayadeque
$ ./build
$ sudo make install
 
运行guayadeque:
Guayadeque-音乐播放器(附在Ubuntu上安装Guayadeque)
 
本文永久更新地址:http://www.linuxdiyf.com/linux/24446.html