Wonderful layout.
Is there any way to map a shortcut to the main search box?
Is the one thing I'm missing. That, and a 'clear search box' shortcut... glorious :)

Of course... I could map it to the search window, but it's distracting on xmonad (it's not a floating window, it takes the entire space the player window was using).

A new revision is in the repository: https://github.com/aboettger/gmusicbrowser
The changes were made in the file "layouts": https://github.com/aboettger/gmusicbrowser/blob/master/layouts


commit bac53556173cd0a85be448520043687e6d263a3d
Author: Andreas Böttger
Date:   Fri Jan 7 22:04:38 2011 +0100

    Add a toggle button for a reduced view. Cover, controls and queue visible.

commit 410160273b25e48584769e4707e77502a044ebfb
Author: Andreas Böttger
Date:   Fri Jan 7 21:29:05 2011 +0100

    Add a keybinding:   ctrl-k - place focus on main search
                        ctrl-space - go to current song

    Add a new button for the treeview: go to current song


Quote from: urlwolf on January 07, 2011, 17:14:22
Of course... I could map it to the search window, but it's distracting on xmonad (it's not a floating window, it takes the entire space the player window was using).

I think that this is not readily possible.

'clear searchbox' should be Esc.

not the big searchbox on this layout. The tiny one on the music lister, yes.

Quote from: urlwolf on January 08, 2011, 11:00:24
not the big searchbox on this layout. The tiny one on the music lister, yes.

Which keyboard shortcuts you take for it?

Quote from: ochosi on January 08, 2011, 10:37:19
'clear searchbox' should be Esc.


Can I put a shortcut to a button?

Quote from: aboettger on January 08, 2011, 13:44:55
Quote from: urlwolf on January 08, 2011, 11:00:24
not the big searchbox on this layout. The tiny one on the music lister, yes.

Which keyboard shortcuts you take for it?
ctrl+f brings a small search box on all gtk widgets that list things, I think. Tiny one on bottom right.

A new version is in the git repository.
Screenshots: http://fav.me/d36vm2k

I have also switched to a dark GTK theme (http://fav.me/d35xysb).

New version in Git repository
* Added: Icon Theme "awoken"

Very, very, very good layout.
Very versatile (if you don't want that, hide it !)

Few details :
* "next artist/next album" "picture album" "rew/pause/foward" should be independant. Actually I want to hide "next artist/next album" "picture album" and I want to show "rew/pause/foward" and it's not possible
* Context/queue (and why not /list played) seems to me better in a tab than in a hide-able window

Add some new groups in the development branch:

{Group showHidePicture}
title   = Show/Hide picture
head    = 10
tail    = 15
vmin    = pic:h+10
#vcollapse= pic1:h+10
vcollapse= title:h
left    = pic:w+2
pic     : +aapic(y=title:h+title:y+4,picsize=100,ypad=2)
pic1    : -aapic(y=title:h+title:y+4,picsize=50,ypad=2)
#title   : -text(markup='<small><b>'.pesc($album).'</b></small>\n'.'<small>'.pesc($artist).'</small>',pad=0)
title   : -text(markup='<big><b>+</b></big>'.' <small><b>'.pesc($album).'</b>'.' by '.'<b>'.pesc($artist).'</b></small>',pad=0)

{Group albuminfo}
title   = Show artist, album, year
head    = 80
vcollapse= 100
vmin    = 100
left    = 2
title   : +text(pad=4, markup='\n<b><big>'.pesc($album).'</big></b>'.'\n'.pesc($artist).'\n'.\
           if(showyear && $year,'('.pesc($year).')'),\
    init_markup='',)
title1  : -text(pad=4, markup='\n<b><big>'.pesc($album).'</big></b>'.'\n'.pesc($artist).'\n'.\
            if(showyear && $year,'('.pesc($year).')'),\
    init_markup='',)
showyear : OptionBoolean(default=0,name='Show year')

{Group simplest}
title=Simple title without any
head=title:h
left=2
vcollapse=head
title: text(markup=pesc($title),pad=4)


and the EpicRating (http://github.com/orospakr/gmusicbrowser-epicrating ) plugin.

Thank you  :)

Quote from: mgrubert on January 14, 2011, 18:01:58
* "next artist/next album" "picture album" "rew/pause/foward" should be independant. Actually I want to hide "next artist/next album" "picture album" and I want to show "rew/pause/foward" and it's not possible
With the recent development branch that is possible.

Quote from: mgrubert on January 14, 2011, 18:01:58
* Context/queue (and why not /list played) seems to me better in a tab than in a hide-able window

Done, see the latest development branch.

And the next version is going on.