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 - aboettger

17
Customization / Re: Problems with gtk-search
April 20, 2014, 16:54:43
gtk-find is my friend
18
Customization / Problems with gtk-search
April 19, 2014, 10:54:49
I have a problem with the display of the icon "gtk-search":

[...] -Button3(click1="RunPerlCode(::IdleScan)",stock=gtk-zoom-in,tip=_"scan now") \ [...]

If I replace gtk-zoom-in by gtk-search, a button with no icon is displayed.

[...] -Button3(click1="RunPerlCode(::IdleScan)",stock=gtk-search,tip=_"scan now") \ [...]
19
Are there any new versions for your other layouts? Maybe we should revive the project again. (https://github.com/aboettger/gmusicbrowser-layouts)
20
Nice hint. I added it to my layout ("Arkanoid Vertical" -> https://github.com/aboettger/gmusicbrowser-layouts).
21
Suggestions / Daily PPA
April 15, 2014, 13:36:10
22
Suggestions / Filter by non existing APIC frame
April 13, 2014, 15:40:28
It's possible to add a filter by non existing APIC frames?
23
Questions / Problems with the display of covers
April 03, 2014, 17:51:31
By an external program I add the cover to separate files. The covers but only appears if I remove the file from my collection and then add again.
24
Questions / Re: Gnome 3
October 29, 2013, 18:45:30
The plugin was already enabled.
25
Questions / Gnome 3
October 29, 2013, 10:04:09
Is it possible to display gmusicbrowser in the sound menu of Gnome 3?

26
Customization / total tracks
October 11, 2013, 16:12:21
Is it possible to access the field "totaltracks"/"tracktotal" in the layout files ?
27
Customization / Re: field "discname" in *.layout
October 04, 2013, 13:42:21
Great, thank you. :)
28
Customization / Re: field "discname" in *.layout
October 01, 2013, 10:44:47
No idea?
29
Customization / field "discname" in *.layout
September 27, 2013, 22:42:45
I wanted to use the field in a separate group definition but gmb says: "unknown var 'discname'"

{Group gmb-art_artistalbum_breadcrumbs}
title=_"gmb-art - Album and artist breadcrumbs"
head=title:h
tail=25
vcollapse=head
vmin=pic:y+pic:h+25
left=pic:w+2
title: text(markup='<b><big>'.pesc($album).'</big></b>'. if($discname,'  <big><b>«</b></big>  '.pesc($discname)). if($year,'  <big><b>«</b></big>  '.pesc($year)) . '  <big><b>«</b></big> '.pesc($artist),pad=2)
pic: +aapic(y=title:h+title:y,picsize=picsize,ypad=2,xpad=1,aa='album')
picstars : picture(file=ratingpic($rating_avrg),x=(picsize/2)-(picstars:w/2),y=pic:y+pic:h,hide=picsize < 80)
nocover: picture(w=picsize,h=picsize,resize='s',file='gmb-art_nocover.png',y=title:h + title:y,hide=pic:wr || !shownocover)

shownocover: OptionBoolean(default=1,name='show a \'no cover\'')
picsize : OptionNumber(default=100,min=20,max=1000,step=10)
picstars : picture(file=ratingpic($rating_avrg),x=(picsize/2)-(picstars:w/2),y=pic:y+pic:h,hide=picsize < 80)
30
Customization / Re: Column discname
September 27, 2013, 22:24:43
I had forgotten to activate the field. Thank you.