Recommended Posts

Boolean values have to be returned by a function.

$if($and(%isplaying%,$strcmp($getpvar(side_width),220)),
then,
else
)

Should work for you. There is a $greater(A,B) function, but for ==, you need to use the string compare function $strcmp(A,B) or $stricmp(A,B)

Read more about them:

http://wiki.hydrogenaudio.org/index.php?ti...mp.28s1.2Cs2.29

Thx.. It worked fine, although I found an other solution my self :)

$if($and(%isplaying%,$ifequal($getpvar(side_width),220,$not(x),)),
then
)

But I have another question as well:

How do I check if a song is from radio stream or not? ( or how do I check if a song is from the media library or not)

Edited by foobaah
@ZappBrannigan

Cool, that worked. Thanks man! :) Any idea about the separators though?

Change this line...

$puts(seplen,70)

To...

$puts(seplen,$sub($div(%_width%,4),20))

Does that do what you want?

It resizes the seperators depending on the width of the window.

Nah, it made the separators smaller (I want them to be the width of the whole panel), but thanks for out pointing the line, I changed 70 to a higher number and it's all fine now. :)

$puts(seplen,%_width%)

not what you want?

I'm having some trouble with a foo_uie_powerpanel horizontal volume bar. I can't get the volume fill image (vol-fill.png) to be displayed. :/

// PerSecond
$imageabs2(,,,,$get(volsize),,12,$sub(%_height%,32),/bear\vol-bg.png,)
$ifgreater($get(vol),0,
	$imageabs2(,,,,$get(vol),,$eval($get(204)+$get(volsize)-$get(vol)),$sub(%_height%,32),/bear\vol-fill.png,)
,)

$font(Kroeger 05_55,8,,100-100-100)
$alignabs(32,$sub(%_height%,26),30,10,left,top)%cwb_volume%

// PerTrack
$panel(VolumePanel,Volume Panel,30,$sub(%_height%,25),204,9,)
//%cwb_volume%

What's wrong? :/

I'm also wondering how I can get a album list like this:

http://www.flickr.com/photo_zoom.gne?id=14...2073&size=l

I'm also wondering how I can get a album list like this:

http://www.flickr.com/photo_zoom.gne?id=14...2073&size=l

I think you need to use the "Library Filter" panel from panels_ui - http://wiki.hydrogenaudio.org/index.php?ti...#Library_Filter

^Simply amazing...

Inspired by that old stefanka winamp skin (the controls, at least)?

Was trying to go for a kind of new iPod classic interface look, but it kind of changed paths when I realised how awesome 65% opacity black looks over album artwork :D

It wasn't inspired by Stefanka's winamp skin, but now that you mention it, it does look like it.

My latest setup. FooBear. :D

mbieYGZtH.png

I will not release it until I've fixed the volume-fill bug. The volume fill image doesn't work as you can see in my previous post (help me! :p ). There are also som other minor bugs. I may also add some extra functions. (And the bear needs a facelift when I have the time :p )

This setup inspired me: http://www.flickr.com/photos/12534176@N08/...57602096602073/

lassekongo83

U must first set value to vol variable...

// Volume Bar's Width
$puts(volsize,666)
$puts(vol,$muldiv(%panel_volume%,$get(volsize),1000))

ZappBrannigan

Uppercase and lowercase options in $font() function won't work till 0.9.10 version of PanelsUI. Make sure U use older version in order to use those options. Otherwise U should use $upper() and $lower() functions

foobar2000 theme I'm working on :devil:

[sFiNKS]DeathDossier:fb2k

fb2ksfinksdeathdossierjc1.jpg

By cahr_g at 2007-09-24

This is wonderful. When will this be released, and are you looking for testers for this config? This is one of the most interesting configs I've seen for foobar ever.

awesome... the only thing i dont like is that for some reason most of my albums are listed as Single Tracks in the Group field.. where it should show album title. My albums are all correctly tagged as i have no problems with ANY other config... also i think it should show Artist in the group section as well, it would be a bit easier to locate an album.

I've been having the same trouble with every FB mod I've come across with.

th_73747_1_122_60lo.jpg

As you can see, there's no borders. What am I missing?

BTW, great mod lassekongo83. :cool:

Some time ago the show/hide border setting was moved from the options menu into the configs. So if you have a config which has a "hide border"-line in it, borders will only be shown again if you load a config with a "show border"-line in it. So for your borders to show you could simply put $windowstyle(showtitlebar) into your configs which should show the borders.

MiDiAN

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.