CoverGloobus adds more player support, new theme, options

Desktop Cover Art, controller n’ Lyrics app CoverGloobus has added support for more music players in the latest development version.
 
Amarok 1.4 clone ‘Clementine‘, foobar-esque ‘DeaDBeeF‘ & lightweight GMusicBrowser are amongst those receiving support.
 
A new theme called ‘tooltip’ has also been added: –
Other new features include custom artwork pattern searching, more cover-art download sources, as well as the ability to try all cover download sources, and more lyric providers.
 
Download
You download the latest development version of CoverGloobus by checking out the development branch and installing it: –
  • bzr branch lp:covergloobus
  • cd covergloobus
  • ./autogen.sh –prefix=/usr && make && sudo make install

Related posts:

  1. CoverGloobus Gets Docky Sync, New Features
  2. 12 Days of Xmas: Day Three – CoverGloobus
  3. CoverGloobus 1.5 Released €“ Gets Theme Preview, Auto-restart, Exaile Support & More
Post a comment or leave a trackback: Trackback URL.
  • Anonymous

    I got to the last step I enter “./autogen.sh –prefix=/usr && make && sudo make install” and I get the following:

    ./autogen.sh: line 3: aclocal: command not found
    ./autogen.sh: line 4: autoconf: command not found
    ./autogen.sh: line 5: automake: command not found
    Running configure with arguments –prefix=/usr
    ./autogen.sh: line 7: ./configure: No such file or directory

    Am I meant to be changing something in that command that pertains to my home folder or something similar??

    Sorry if this sounds like a stupid question.

    • Anonymous

      It’s ‘./autogen –prefix=/usr’ as in two dashes.