HydrogenAudio

Hydrogenaudio Forum => General Audio => Topic started by: Demetris on 2006-09-08 16:25:09

Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Demetris on 2006-09-08 16:25:09
http://aqualung.sourceforge.net/ (http://aqualung.sourceforge.net/)

Has anyone tried this? (a search here did not return anything). I'm new to Linux (Ubuntu) and didn't have much luck. The debian package did not work and the Compiling page (http://aqualung.sourceforge.net/index.php?tab=compiling) is too intimidating for me.
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: neomoe on 2006-09-08 16:58:42
looks really promising! this one could be somethung for the debain section of rarewares...
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Fandango on 2006-09-08 17:25:01
I'm missing a bearded man with a flute standing on one leg as the mascot...
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: xmixahlx on 2006-09-08 19:54:26
looks cool

i'll check it out

(btw, there is a debian package here: http://aqualung.sourceforge.net/index.php?tab=download (http://aqualung.sourceforge.net/index.php?tab=download))


later
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Demetris on 2006-09-09 08:29:14
[...] btw, there is a debian package here: [...]

This was the first thing I tried, but it gives an error. :-( (Package may be corrupted or you may not have appropriate rights.) I redownloaded from various machines, but I'm still getting the same error.
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: stel on 2006-09-09 08:47:36
I was the person who packaged that version of aqualung, and its very out of date now. (My version 0.170.0, the latest source vesion is 0.218.2)

Unfortunetly, I'm not using Debian or Ubuntu at the moment and unable to make a new package. If someone was willing to make a new package I'm sure the main developers, Tom/Peter/Tomasz would be more than happy to update it on their website.

There have been many new features and improvements added since, its definetly worth a try. Its a nice player.

Steve
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Cosmo on 2006-09-09 08:59:51
(Package may be corrupted or you may not have appropriate rights.)


I got a similar error when trying to install the deb package in Ubuntu with gdebi. Had better luck from the terminal:

Quote
sudo dpkg -i
(put a space after the -i)

then drag the file onto the terminal (it's path will be entered into the terminal)

hit enter.

Then, if it tries to install, you'll probably have a few dependency issues to fix (missing libraries)...

{edit} stel made a good point about the pkg being old. It's probably very worthwhile to seek help with compiling the latest version (or finding someone else to do it). (I ditched it after <1 day...)
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Demetris on 2006-09-09 23:16:02
Thanks, stel and Cosmo :-) It seems I'll have to wait.

I'm now playing with MPD (http://www.musicpd.org/) (with GMPC). I like the concept a lot, but the version on Ubuntu repositories can't play Musepack files, and does not support gapless playback for LAME files...

Audio apps on GNOME (and GNOME GUI apps in general) are a big disappointment for me. :-(
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: xmixahlx on 2006-09-11 22:36:57
i've packaged it now with code from CVS and i'll upload it soon


later
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Triza on 2006-09-12 06:02:00
Guys! This might be the player of my choice. Could you confirm that it works without Gnome? I use FVWM window manager.

Thanks,

Triza
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: stel on 2006-09-12 06:58:41
Guys! This might be the player of my choice. Could you confirm that it works without Gnome? I use FVWM window manager.


It does work without gnome.
I use it on a barebones archlinux system using fluxbox.
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Demetris on 2006-09-12 16:27:17
i've packaged it now with code from CVS and i'll upload it soon [...]

Thanks!
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: xmixahlx on 2006-09-29 11:21:06
apologies for not getting this package done sooner

...but i come bearing gifts - a fresh CVS build and a fancy libmodplug update to boot.

the debian menu item calls /usr/bin/aqualung -o alsa" so if you want crazier options you'll need to call them yerself (aqualung -h should help)


later
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Demetris on 2006-10-27 14:05:07
Just a report on xmixahlx's Aqualung package and Ubuntu 6.10 -- I know it is not for Ubuntu, but it was my only hope -- I have not learned how to compile yet :-)

Code: [Select]
aqualung:
  Depends: libasound2 (>1.0.12) but 1.0.11-7ubuntu3 is to be installed
  Depends: libfontconfig1 (>=2.4.0) but 2.3.2-7ubuntu2 is to be installed


Unresolved dependencies were many more in Ubuntu 6.06.

Thanks again for your help and your time, xmixahlx!

btw, I've been using Quod Libet for some time and I'm moderately satisfied with it. Its two main issues for me:

* No gapless, even for lossless formats (see GStreamer)
* Too much RAM with a library of about 20.000 files, and slow searching -- compared to foobar2000 :-)
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Maurits on 2006-10-27 14:19:50
Is it ID3v2.4 compatible?
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Demetris on 2006-10-27 14:48:37
Quod Libet? Yes, I think so. My .mp3 tags are ID3v2.4 and it seems to read them fine.

There is not much info in the program's page for now. It seems there was an accident and all backups were lost:

* http://sacredchao.net/quodlibet (http://sacredchao.net/quodlibet)
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Artemis3 on 2006-10-27 15:07:17
Aside from gapless playback i don't see much else not provided elsewhere. Support for APEv2 replaygain tags being my most wanted feature...

Compiling is very simple and usually only involves ./configure ; make ; sudo make install _IF_ you have all the required libraries installed, and thats the annoying part... I don't think its worth it yet, maybe in later versions...

Suggestion for providing multi distro binary compiles: Simply build static files. Yes they might be big, but no dependencies. I'm puzzled how often people miss this.

Of course building packages for the major distros (http://www.distrowatch.com) helps improve usage too.
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Maurits on 2006-10-27 15:26:54
Quod Libet? Yes, I think so. My .mp3 tags are ID3v2.4 and it seems to read them fine.

Sorry, that may have been unclear, I meant Aqualung.

Is Aqualung ID3v2.4 compatible?
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Beleaguered on 2006-10-27 17:57:34
Looks like the newest version uses TagLib which does support id3v2.4.
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: Maurits on 2006-10-27 18:46:13
Looks like the newest version uses TagLib which does support id3v2.4.

Ah, I seem to have missed it on their site. 

Thanks.
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: VCSkier on 2006-10-27 19:13:16
i just learned how to compile with aqualung...  its a very nice player; currently my player of choice.  it wasn't that hard to learn how to compile it either.

first you have to get the build-essential package.  then, i just ran the ./configure command in the extracted folder, watching the output carefully.  anything that it hard stops on search for in synaptic, referencing the aqualung compiling page for a better idea of package names (typically, you'll need the "normal" package, and the "dev" package).  after you get the packages you need installed, run ./configure  again, and if it doesn't hit any hard stops, it will give an output of which features you have the dependencies for.  again, search for and install the necessary packages in synaptic, and keep running ./configure until you get an output with all of the features that you will need/want.

then you can run the "make" command, and then "sudo make install"...  or, you can (as i did) install a package called "checkinstall," and then instead of sudo make install, you can run sudo checkinstall.  that will let you remove the package much easier at a later point using dpkg, if you want to.

good luck.  it may take alittle time, but aqualung is nice.  i'd recommend giving it a shot.
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: senab on 2006-10-30 22:59:49
Just installed Aqualung onto my Kubuntu box, first thoughts: very good. I'm a big foobar user on Windows, and Aqualung has all the features I use in foobar, and none I don't. The main obviously is gapless playback, still haven't thoroughly tested the gapless-ness of Aqualung but it seems good. Regarding the UI, it pretty much is how I have my foobar set up anyway so no problems there.

I'm going to test LAMIP too, but so far Aqualung seems pretty good for me
Title: Aqualung – Music player for GNU/Linux [gapless]
Post by: viktor on 2007-12-22 22:32:05
i'm about to switch to this cool stuff completely. only thing why i dont yet throw out audacious is the lack of last.fm support in aqualung

anyway, it is really useable at the moment, i have no bugs now (just things that should work differently). when i reported one, they fixed it quite fast

they plan to release the 1.0 version by the end of year or so

i proposed a few feature requests in the bugtracer:
- full screen mode
- last.fm (although they already have it in their roadmap)
- cuesheet support

these are the most missing ones