As most of you no doubt know, I am a fan of
GMusicBrowser, which is a powerful music application written in Perl by Quentin Sculo and has been around the Linux community for 6 years. Most have also seen my
How To - Conky/Lua, Music and Cover Art - 2 Methods for 18 Apps and know of my passion for music apps and displaying the info on the desktop.
GMusicBrowser has allowed me to stop using Conky for information displaying on the Desktop because it allows for custom code known as layouts to be written and used by the user. This may sound daunting, just keep in mind the first time you ever saw a Conky script. Have no fear, included within this will be a collection of layouts from several different authors for several different looks.
This How To will detail installing GMB, installing the git version of GMB so that you can stay up to date with new releases and how to setup and run these layouts. This will not go into much detail on how to create layouts, although that can certainly be discussed.
The GMB Forums are also full of help and information on customizing layouts and the GMB Freenode IRC at #gmusicbrowser is very active with the developer squentin always available to help.
________
Step One Install GMusicBrowser from terminal.
sudo apt-get install gmusicbrowser
This should install everything needed to run GMusicBrowser.
Go ahead and start it and play a song from terminal with
gmusicbrowser
If there are issues terminal will tell you the problem, report those back here.
Step Two Download and setup the Layouts collection
VastOne Layouts and CollectionsGet this file and extract it's contents to
/home/your user name/.config/gmusicbrowser/
Verify that there is now a layouts folder that has 107 items in it.
/home/your user name/.config/gmusicbrowser/layouts
Also download this
plugin file for fetching song covers form any menu and save it in /home/your user name/gmusicbrowser/plugins/ directory. This little plugin will come in handy later.
Step Three Install git the git version of GMusicBrowser from terminal.
Install git first
sudo apt-get install git
git clone http://github.com/squentin/gmusicbrowser.git
This will create a /home/your user name/gmusicbrowser folder with the latest version of gmusicbrowser and you would run GMB from there with
./gmusicbrowser.pl
or
/home/your user name/gmusicbrowser/gmusicbrowser.pl
You are now set to run GMusicBroswer from that directory and you should setup any menus or launch files to run it from there.
For updates, I would make it a once a week practice to do this in terminal
cd gmusicbrowser
git pull
Step Four Starting GMB, Enabling the Plug Ins and Choosing the different layouts.
There are several different types of layouts. One is for the overall application which you can find in Main / Settings / Layout Tab

This one is called VastOne GLC II found in the gmb-art section of the dropdown menu.

There are 40 different layouts within Main / Settings / Layout Tab. I would try them all until you find what you want to use.
You also see in that first image within the Main / Settings / Layout Tab several other types of layout controls including the tray tip window layout. I use the VastOne Thin Layout Black which is an option from the dropdown menu next to the tray tip window layout. This is what it looks like

The next type is a widget type layout and this is what drew me to GMB and to stop using Conky for desktop CoverArt and Song Information. You find these in Main / Settings / Plugins Tab seen here. Make sure you everything that is selected on the left in this image the same on your setup.

Now click on Desktop widgets on the left and on the right menu you will then have options. In the dropdown menu between Layout: and +Add you will find several layouts you can use and experiment with on the desktop. This one is nowplaying_screenlet2 VastOne Now, you select it and then click Add from this menu. Below that, it will now show you options below where you can change the Text color, the font used and font size and where to position your widget on the desktop and the size you want it to be. This is what mine looks like:

-----

One is a closeup and the second is the same layout. When you hover the mouse over the widget, then the menu control items show up which is in the image on the right.
That is all for now on this How To. Please do not hesitate to ask anything, and If I cannot answer it, I will track down the answer.