foobaah Posted September 21, 2007 Share Posted September 21, 2007 (edited) 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 September 21, 2007 by foobaah Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588864882 Share on other sites More sharing options...
shakey_snake Posted September 21, 2007 Share Posted September 21, 2007 Hint: The %path% of all streams start with "http://" Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588865170 Share on other sites More sharing options...
gkl Posted September 21, 2007 Share Posted September 21, 2007 @ZappBrannigan Cool, that worked. Thanks man! :) Any idea about the separators though? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588865867 Share on other sites More sharing options...
ZappBrannigan Posted September 22, 2007 Share Posted September 22, 2007 @ZappBranniganCool, 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. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588867360 Share on other sites More sharing options...
gkl Posted September 22, 2007 Share Posted September 22, 2007 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. :) Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588868083 Share on other sites More sharing options...
moglenstar Posted September 23, 2007 Share Posted September 23, 2007 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? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588869183 Share on other sites More sharing options...
gkl Posted September 23, 2007 Share Posted September 23, 2007 Hmm, with %_width% the whole panel vanished. With %width% the dotted lines vanished. But I got it all worked out with just making it a specific length, so it's all fine. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588869332 Share on other sites More sharing options...
lassekongo83 Posted September 23, 2007 Share Posted September 23, 2007 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 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588869346 Share on other sites More sharing options...
moglenstar Posted September 23, 2007 Share Posted September 23, 2007 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 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588869707 Share on other sites More sharing options...
ZappBrannigan Posted September 23, 2007 Share Posted September 23, 2007 Is anyone else having problems with the uppercase and lowercase font options? They don't seem to work for me. :cry: Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588869863 Share on other sites More sharing options...
moglenstar Posted September 23, 2007 Share Posted September 23, 2007 Little something I'm working on atm :) Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588870127 Share on other sites More sharing options...
MrFuji Posted September 23, 2007 Share Posted September 23, 2007 ^Simply amazing... Inspired by that old stefanka winamp skin (the controls, at least)? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588870220 Share on other sites More sharing options...
moglenstar Posted September 23, 2007 Share Posted September 23, 2007 ^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. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588870232 Share on other sites More sharing options...
lassekongo83 Posted September 24, 2007 Share Posted September 24, 2007 My latest setup. FooBear. :D 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/ Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588872321 Share on other sites More sharing options...
Bubbabyte Posted September 24, 2007 Share Posted September 24, 2007 wow that's very nice.. i hope you release it. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588872520 Share on other sites More sharing options...
dyniaq Posted September 24, 2007 Share Posted September 24, 2007 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 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588872755 Share on other sites More sharing options...
cahr_g Posted September 25, 2007 Share Posted September 25, 2007 foobar2000 theme I'm working on :devil: [sFiNKS]DeathDossier:fb2k By cahr_g at 2007-09-24 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588873417 Share on other sites More sharing options...
jamisonmp Posted September 25, 2007 Share Posted September 25, 2007 foobar2000 theme I'm working on :devil: [sFiNKS]DeathDossier:fb2k 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. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588874494 Share on other sites More sharing options...
lassekongo83 Posted September 25, 2007 Share Posted September 25, 2007 Releasing FooBear. :) Download: http://lassekongo83.deviantart.com/art/FooBear-65777342 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588875463 Share on other sites More sharing options...
Bubbabyte Posted September 25, 2007 Share Posted September 25, 2007 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. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588875614 Share on other sites More sharing options...
cahr_g Posted September 25, 2007 Share Posted September 25, 2007 jamisonmp thanks I'll finish the work in a couple of days, then I can release it Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588875756 Share on other sites More sharing options...
Lqv2015 Posted September 26, 2007 Share Posted September 26, 2007 I've been having the same trouble with every FB mod I've come across with. As you can see, there's no borders. What am I missing? BTW, great mod lassekongo83. :cool: Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588876298 Share on other sites More sharing options...
KnicksTape Posted September 26, 2007 Share Posted September 26, 2007 Releasing FooBear. :) Download: http://lassekongo83.deviantart.com/art/FooBear-65777342 great theme i love it Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588876459 Share on other sites More sharing options...
Lorraine Posted September 26, 2007 Share Posted September 26, 2007 Releasing FooBear. :)Download: http://lassekongo83.deviantart.com/art/FooBear-65777342 This is completely stunning. Probably my favorite ever. Thank you so much. :woot: Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588876561 Share on other sites More sharing options...
MiDiAN Posted September 26, 2007 Share Posted September 26, 2007 I've been having the same trouble with every FB mod I've come across with. 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 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/292/#findComment-588876615 Share on other sites More sharing options...
Recommended Posts