Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Psirus

1
Customization / Re: Per Playlist Album Mosaic
January 25, 2013, 06:40:48
Thanks for your response. I'm going to try it later today and get back to you. In the meantime, here is my layout. I'm not really sure on what all the options and so on do, I just started by modifying another layout.

[Psirus]
Type=G+

Default = Window(size=90%x80%) HPMainPannel(size=200-800) HPSubMainPannel(size=440-320) VPMainCenter(size=200-380) VPMainright(size=200)
VolumeScroll = VBVolume HPNowplaying

HBMainContainer = _HPMainPannel VBBouton
VBBouton = \
Prev(size=button,minwidth=34,maxwidth=34) \
Play(size=button,minwidth=34,maxwidth=34) \
Stop(size=button,minwidth=34,maxwidth=34) \
Next(size=button,minwidth=34,maxwidth=34) \
_VBVolume \

-Quit(size=button,minwidth=34,maxwidth=34,tip=_"Quit") \
-Pref(stock=gtk-preferences,size=button,minwidth=34,maxwidth=34) \
-Button1(click1="RunPerlCode(::ChooseAddPath(0,1))",stock=gtk-add,size=button,minwidth=34,maxwidth=34,tip=_"Add folder ...") \
-Button2(click1="RunPerlCode(::IdleCheck)",stock=gtk-refresh,size=button,minwidth=34,maxwidth=34,tip=_"check now") \
-Button3(click1="RunPerlCode(::IdleScan)",stock=gtk-zoom-in,size=button,minwidth=34,maxwidth=34,tip=_"scan now") \
-Queue(size=button,minwidth=34,maxwidth=34)  \
-10Filter(size=button,minwidth=34,maxwidth=34)  \
-Sort(size=button,minwidth=34,maxwidth=34) \
-ResetFilter \
-Playlist(size=button,minwidth=34,maxwidth=34) \
-Fullscreen(size=button,minwidth=34,maxwidth=34)
VBVolume = VolumeIcon(button=1) _VolumeSlider(1,0)

HPMainPannel = _VBLeftPanel _VBCenterAndRight


VBLeftPanel = HBSearchBar  _VBSongtree

HBSearchBar = (minheight=34,maxheight=34) \
ResetFilter2 2_SimpleSearch(noselector=1,suggest=0)

VBSongtree =  _SongList(cols="playandqueue track title length", mode=playlist) Cover HBTotal

HBTotal = -Total(size=small)

VBCenterAndRight = 2Filler60 HBNowplaying 2Filler61 _HPSubMainPannel

HBNowplaying = 5_TimeBar(text="%t by %a in %l (%m)",minwidth=240)

HPSubMainPannel = VBmain

VBmain = _HBAlbums

HBAlbums = _FilterPane2(nb=3,\
hidebb= 1,\
hidetabs= 0,\
min= 1,\
                                                page= album,\
page_album/lmarkup= 1,\
page_album/lpicsize= 164,\
page_album/mmarkup= below,\
page_album/mode=mosaic,\
page_album/sort= year,\
pages=album)
2
Customization / Per Playlist Album Mosaic
January 23, 2013, 18:58:51
Hallo All! I've been trying to setup gmusicbrowser to my liking, and so far I've really enjoyed it, and all the options one has.  Now, I want to be able to switch between "playlists" and have the album mosaic updated accordingly. I'll try to explain with a picture or two. This is my current Banshee configuration, when I select "Musik" (i.e. all my music):

And when I select "Bla", which is a playlist containing all the music I don't really know yet, the mosaic shows all the album art of the albums in that playlist:

With gmusicbrowser, this is what I have achieved so far, and I've got to say that I really like it:

Now, I would like to be able to switch between two playlists (or filters, or whatever, I'm flexible regarding the implementation) so that I can see all my music, and a certain subset. It would be particularly nice to be able to right click on a cover and say "remove from playlist" (because I know that album know).
Thanks in advance
Psirus