-->
Home » , , , » Guayadeque is a music management program designed for all music enthusiasts
Saturday
31 March 2012

Guayadeque is a music management program designed for all music enthusiasts

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.


Features:
  •     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
  •     Allow searching for an artist or a track in shoutcast radios
  •     Allow to subscribe to podcasts and download all new episodes automatically or manually
  •     Dynamic or static play lists
  •     Tracks tag editor with automatically fetching of tags information for easily completion
  •     Lyrics downloads from different lyrics providers.
  •     Easily expandable contextual commands support. For example you can right click on any album and click in option to record the album in a burning application
  •     Option to copy the selection you want to a directory or device using any of the configurable pattern you added.
  •     Last.fm and Libre.fm audioscrobbling support
  •     Partial gnome session support to detect when gnome session is about to close and save the play list so it can continue next time with the same tracks
  •     Allow to resume play status and position when closed and reopened
  •     You can rate the tracks from 0 to 5 stars
  •     Mpris dbus interface support so it can easily controlled from music applets for example and many more
  •     Record from internet radios
  

Supported File Types:

    mp3
    ogg
    oga
    flac
    m4a
    m4b
    mp4
    m4p
    aac
    ape
    aif
    mpc
    wv
    tta
    wav
    wma


Supported Playlist Types:
    m3u
    pls
    xspf
    asx

Guayadeque in Ubuntu Software Center.
To install guayadeque in Ubuntu 10.10 and later, you can now use the ubuntu software center! (Not recommended!)
Ubuntu packages.
Source Forge Download Page
For install instructions please see the Guayadeque Manual
You can download a complete manual in pdf format here

Installing Guayadeque

You can install Guayadeque from different sources. You can install from a PPA (Personal Package Archives), from source code directly, from subversion repository or from your distribution package. We are going to cover only the ones we support :

Installing from PPA :
This is the easiest method to install Guayadeque as you only need to add the source of the repository and use your preferred package manager to add the program.
If you want to do it from the command line you just need to do

sudo add-apt-repository ppa:anonbeat/guayadeque

sudo apt-get update
sudo apt-get install guayadeque-svn


Also notice in the ppa there are two versions: guayadeque and guayadeque-svn. The package guayadeque is only updated with stable releases and guayadeque-svn is updated more often but can be more unstable.

Installing from SVN :
Why install from svn? Because the svn provides the most up to date version with the latest corrections and improvements made by the developer. This way you can help by testing and providing bug reports to the ongoing project. However, be aware that this is a bleeding-edge version that can sometimes introduce new bugs.


The first step we need to do is install the development tools we will use to build the executable. To do so, open a terminal and type


sudo apt-get install subversion build-essential cmake gettext


Once this have been installed we need to install the development dependencies needed by Guayadeque.To install them you need to run


sudo apt-get install libwxgtk2.8-dev libtagc0-dev libsqlite3-dev libcurl4-gnutls-dev libdbus-1-dev libgstreamer0.10-
dev libflac-dev libgpod-dev libindicate-dev


Now we can grab the source code and start building the project. To do so run in the terminal:


cd
svn co http://guayadeque.svn.sourceforge.net/svnroot/guayadeque/Trunk guayadeque
cd guayadeque
./build
sudo make install


Note: If you want to build a debug version instead of run ./build you need to run ./buildd


From time to time you may want to update the svn code to the latest version in development. To do it you must do :


cd ~/guayadeque
svn update
./build
sudo make install


If you want to know what changes have been done in the svn repository you can do :


cd ~/guayadeque
svn log -l 5

From Source Code :
The process to install it from source code is almost the same as the svn method, but you have to obtain the source code from the Guayadeque download page and save it somewhere in your hard disk.


Once the file is on your hard disk you need to decompress the file. For that you can use


tar xfvz guayadeque-x.x.x.tar.gz


Note: Need to replace x.x.x with the correct version.


Before you can build it you need to install the dependencies. To do so just run from your command line


sudo apt-get install build-essential cmake gettext
sudo apt-get install libwxgtk2.8-dev libtagc0-dev libsqlite3-dev libcurl4-gnutls-dev libdbus-1-dev libgstreamer
0.10-dev libflac-dev libgpod-dev


Now it is time to compile the code. To do it go to the directory where the source code was extracted and run


./build
sudo make install

Installing from Ubuntu Repository :
This is the easiest method as you only need to search for the guayadeque package and select install or if you prefer from console run


sudo apt-get install guayadeque

Installing in Arch Linux :
Guayadeque is not currently in the official Arch repositories. You have to install it from the AUR by running the following from terminal:

yaourt -S guayadeque


To install from SVN

yaourt -S guayadeque-svn


To remove Guayadeque run this in terminal


yaourt -R guayadeque


or


yaourt -R guayadeque-svn


You can find Guayadeque in the AUR here

Installing in Gentoo Linux :
Guayadeque is available in the main portage tree. For installation you first have to unmask the package.


echo "media-sound/guayadeque ~*" >> /etc/portage/package.accept_keywords


Now we are ready for installation:


emerge -av guayadeque


If you want the latest SVN you first have to check if layman is already installed:


emerge -av layman


Now you can add the overlay which contains an ebuild for the SVN-version:


layman -a dauleet


Installation as above by:


emerge -av guayadeque

For IPod support add the appropriate useflag before emerging:


echo "media-sound/guayadeque ipod" >> /etc/portage/package.use

Installing in Magiea
Go to the package manager & install


Subversion

task-c++-devel


the dependencies:

run the below on a terminal



urpmi cmake wxGTK-devel sqlite3-devel libxml2-devel taglib-devel curl-devel libmp4v2-devel libflac-
devel libdbus-1-devel libgstreamer-devel imagemagick libgpod-devel libindicate-devel


download the source tarball

http://sourceforge.net/projects/guayadeque/files/guayadeque/0.3.1/guayadeque-0.3.1.tar.bz2/download



Extract/uncompress the source files


run on a terminal as root


su


[enter password]

change directories[cd] to wherever the uncompressed files are

once there run


cmake .
make
make install




Guayadeque is then ready to use

open

set path to library

enjoy


Installing in Fedora Linux :
Guayadeque is not yet available in the Fedora repositories. You can install Guayadeque by building from source code or via SVN following the instructions at the top of this page. The dependencies listed there use Debian/Ubuntu package names though, so you will first need to install the dependencies using YUM.


Open a terminal and become root by entering the following.


su

your_password


Now install the packages needed for building software from source by entering


yum groupinstall "Development Tools"


Now install the rest of the packages needed to build Guayadeque. Copy the following and paste into your terminal.


yum install cmake gcc-c++ gettext wxGTK wxGTK-devel taglib-devel sqlite-devel libcurl-devel gnutls-devel dbus-devel

gstreamer-devel flac-devel libgpod-devel subversion subversion-libs


You are now ready to build Guayadeque by following the instructions at the top of this page using SVN or by directly downloading the source code. In either case, skip the section on dependencies. During the build process, you may notice an error complaining that libindicate was not found. This is a package for the Ubuntu message window. Guayadeque will build and run fine on Fedora without it.


Now we have Guayadeque built and installed in our system. To start it go to Applications > Sound & Video > Guayadeque Music Player.



Screenshots.




guayadeque




guayadeque2




guayadeque3




guayadeque6




guayadeque4




guayadeque11




guayadeque13

Custom Search
Adserver                   610x250


If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • Cervisia is a graphical frontend for the CVS client
    26.06.2009 - 0 Comments
    Cervisia is a graphical front end for Concurrent Versions System (CVS). Cervisia implements the common cvs functions of adding, removing, and committing files. More advanced capabilities are importing and checking-out modules, adding/removing…
  • YES Linux Basic Edition 3.0.0 available now
    22.03.2009 - 0 Comments
    YES Linux a distribution that is focused on ease of use, user experience, and the internet. In 2 screens a secure server is installed and administered from a browser. A user should not have to use the console, but can if they wish.Primary Download…
  • GNOME Commander is a "two-pane" graphical file manager for the GNOME desktop environment
    01.07.2012 - 0 Comments
    GNOME Commander aims to fulfill the demands of more advanced users who like to focus on file management, their work through special applications and running smart commands. Features.     GTK-2 GUI with standard mouse interactions. …
  • Venenux Gnu/Linux is a Debian-based community distribution developed in South America and designed for Spanish-speaking
    22.11.2009 - 0 Comments
    VENENUX GNU/Linux is a Debian-based community distribution developed in South America and designed for Spanish-speaking users.VENENUX GNU / Linux is a distribution of GNU Operating System 100% free targeted primarily to users in Latin America,…
  • Guides and tutorials for Zorin OS: Switch Your Organization From Windows in 5 Steps
    19.10.2023 - 0 Comments
     Prepare a fleet of computers in your business or organization for migration to Zorin OS.Introduction Migrating your business, school, or organization to a new operating system can be a significant undertaking. We created this guide to…
  • MCNLive is a Mandriva-based live CD developed by MandrakeClub.nl in the Netherlands.
    10.03.2010 - 0 Comments
    MCNLive, a Mandriva-based distribution and live CD, has been resurrected by the members of the Dutch Mandriva Club.Update: Michel Hoogervorst has announced the availability of the first release candidate for MCNLive Kris, a small Mandriva-based…
  • Puppy Linux is a full-fledged operating system, bundled with a collection of application suites for a wide variety of tasks suitable for general use.
    22.02.2011 - 0 Comments
    Puppy Linux is yet another Linux distribution. What's different here is that Puppy is extraordinarily small, yet quite full-featured. Puppy boots into a ramdisk and, unlike live CD distributions that have to keep pulling stuff off the CD, it loads…
  • 10 Ways to Manage and Synchronize Bookmarks, Part I
    05.01.2009 - 0 Comments
    Bookmarking is as old as the modern web browser, so you'd think we would have come up with one good way to save our favorite sites, one way that everyone finds the easiest and the most effective. The reality is that no de facto standard has…
  • Danpei is a Gtk+ based Image Viewer, works on X-Window system.
    19.06.2013 - 0 Comments
    Danpei is a Gtk+ based Image Viewer, works on X-Window system.It is distributed under the GNU General Public License. Features. Rename files very easily You can rename your image files very easily only by changing their file names in…
  • Guides and tutorials for Manjaro: Easy Manjaro Virtual Machines With Gnome Boxes.
    17.08.2022 - 2 Comments
    There are several ways depending on what you want from that VM. The easiest is to install VirtualBox and simply install using any media as if you would install on physical hardware but you can omit the step of burning to a USB pen drive as most VM…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->