dawxxx666 Posted September 18, 2008 Share Posted September 18, 2008 dawx? Where did you get that trackinfo panel?It's the same as the one here: http://i4.photobucket.com/albums/y136/Punio4/foobarapril.png I spent a lot of time to find TIM from this config. There was a download link (only for trackinfo panel, not for whole configuration) on some Korean forum, but I can't find it now :( edit Code for TIM: $puts(panelbg,245-245-245) $puts(imagedir,'C:\Program Files\foobar2000\images\itunes\') // background $drawrect(,,,,brushcolor-$get(panelbg) pencolor-null) $imageabs2(,,,,,,0,3,$get(imagedir)trackinfo1.png,) // properties & open dir $button($sub(%_width%,15),19,0,0,9,9,$get(imagedir)info.png,$get(imagedir)infoh.png,properties,) $button(6,19,0,0,9,9,$get(imagedir)dir.png,$get(imagedir)dirh.png,open directory,) // PerSecond $puts(str1,"%title%"[ by %artist%][ / %album%][ '('%genre%[, %date%]')']) $puts(str2,$upper($replace(%filename_ext%,%filename%.,)) $if(%__bitrate_nominal%,VBR '('%__bitrate%kbps average')' at %bitrate%kbps,[%codec_profile% $if($or($strstr(%codec_profile%,VBR),$strstr(%codec_profile%,ABR)),'('%__bitrate%kbps average')' )]at %bitrate%kbps)',' %samplerate%Hz / $div($div(%filesize%,1000),1024) mb) $puts(str3,$if(%play_counter%,Played: %play_counter% time$if($stricmp(%play_counter%,1),,s),Never Played)$if(%last_played%,$puts(lpdiff,$cwb_datediff(%last_played%,%cwb_systemdate%))',' Last Played: $ifgreater(1,$get(lpdiff),Today,$ifgreater(2,$get(lpdiff),Yesterday,$get(lpdiff) days ago '('$num($substr(%last_played%,9,10),1)-$num($substr(%last_played%,6,7),1)-$substr(%last_played%,1,4)')')),)$if(%first_played%,$puts(fpm,$substr(%first_played%,9,10)) / First Played: $num($get(fpm),1)$ifgreater(2,$get(fpm),st,$ifgreater(3,$get(fpm),nd,$ifgreater(4,$get(fpm),rd,th))) of $select($substr(%first_played%,6,7),January,February,March,April,May,June,July,Auguest,September,October,November,December)',' $substr(%first_played%,1,4))) $puts(panelbg,245-245-245) $puts(imagedir,'C:\Program Files\foobar2000\images\itunes\') // audioscrobbler $if($or($greater($muldiv(%playback_time_seconds%,100,%length_seconds%),49),$greater(%playback_time_seconds%,239)),$imageabs2(,,,,,,$sub(%_width%,94),1,$get(imagedir)as.png,)) // curved edges $drawrect(0,3,1,1,brushcolor-$get(panelbg) pencolor-null) $drawrect($sub(%_width%,1),3,1,1,brushcolor-$get(panelbg) pencolor-null) $drawrect(0,57,1,1,brushcolor-$get(panelbg) pencolor-null) $drawrect($sub(%_width%,1),57,1,1,brushcolor-$get(panelbg) pencolor-null) $if(%isplaying%, // progress bar $drawrect($muldiv(%_width%,15,100),33,$muldiv(%_width%,70,100),9,brushcolor-null pencolor-240-240-240) $drawrect($add($muldiv(%_width%,15,100),2),35,$ifgreater($muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),1),5,brushcolor-240-240-240 pencolor-null) $alignabs($sub($muldiv(%_width%,15,100),35),30,35,14,center,middle)$font(calibri,8,bold,240-240-240)$if2(%playback_time%,0:00) $alignabs($muldiv(%_width%,85,100),30,35,14,center,middle)$font(calibri,8,bold,240-240-240)$if2(%length%,0:00) $alignabs(20,2,$sub(%_width%,40),14,center,middle)$font(calibri,9,bold,240-240-240) // interchanging text $select($add($mod(%playback_time_seconds%,15),1), $get(str1),$get(str1),$get(str1),$get(str1),$get(str1), $get(str2),$get(str2),$get(str2),$get(str2),$get(str2), $get(str3),$get(str3),$get(str3),$get(str3),$get(str3)) // autorating system $if(%rating%,$puts(rating,%rating%),$puts(rating,$sub(%play_counter%,$div($cwb_datediff(%cwb_systemdatetime%,%first_played%),28)))) $if($greater($get(rating),5),$puts(rating,5)) $if($greater(0,$get(rating)),$puts(rating,0)) $imageabs2(,,,,,,$div($sub(%_width%,58),2),19,$get(imagedir)r$get(rating).png,) , // not playing.. $alignabs($div($sub(%_width%,350),2),-1,350,48,center,middle) $font(wingdings,25,bold,230-230-230)v ) Images: http://www.sendspace.com/file/bi1er2 Link to comment Share on other sites More sharing options...
Skulltrail-old Posted September 19, 2008 Share Posted September 19, 2008 Anyone know of some Vista-based Fb2k themes? Link me please! Link to comment Share on other sites More sharing options...
ge_generation Posted September 21, 2008 Share Posted September 21, 2008 (I don't know if this is the right forum?) Hey I was wondering if there is a plugin to link foobar to a lcd screen on a mx5500? Thanks Link to comment Share on other sites More sharing options...
12345678 Posted September 22, 2008 Share Posted September 22, 2008 (edited) original my foobar2000 So how can I change the colour of the playlist items, like track playing, albuns and the other tracks like in the original skin by bbmartini? help me, please !! thank Edited September 22, 2008 by 12345678 Link to comment Share on other sites More sharing options...
acedriver Posted September 22, 2008 Share Posted September 22, 2008 So how can I change the colour of the playlist items, like track playing, albuns and the other tracks like in the original skin by bbmartini? help me, please !! thank you need to copy the playlist code from the original to your config are you using single column panel? Link to comment Share on other sites More sharing options...
12345678 Posted September 23, 2008 Share Posted September 23, 2008 help me, please !! how i can add volume ?? Link to comment Share on other sites More sharing options...
garbanzo Posted September 25, 2008 Share Posted September 25, 2008 I would like to right-justify the album name in the Group Header in this NG Playlist, keeping the artist name left-justified. I would also like to change the background color of the Group Header. Is this possible? Thanks! Link to comment Share on other sites More sharing options...
Scirwode Posted October 1, 2008 Share Posted October 1, 2008 $if(%soundtrack%,'OST|',)$if(%various%,'Various Artists',%artist%)$if(%fav%,' *',)|%album%$if(%various%,,[ '('%date%')'])[|$if(%discnumber%,CD %discnumber%,$if(%cd%,CD %cd%))] I have never really understood what that jargon means. Care to give a fool like me some tips on how to sort music in Foobar for dummies :laugh: ? Scirwode Link to comment Share on other sites More sharing options...
Br3tt Posted October 1, 2008 Share Posted October 1, 2008 Black or White ? Pick your poison ;) - - http://www.hydrogenaudio.org/forums/index....showtopic=65618 Link to comment Share on other sites More sharing options...
ViperAFK Posted October 4, 2008 Share Posted October 4, 2008 after countless numbers of these fancy layouts and always being disappointed I finally found what I really wanted in the defaults :laugh: finally ditched winamp/wmp for foobar. I finally got my library to organize the way I want it to. Old versions of foobar used to always do weird things with the library to me with the organization. Link to comment Share on other sites More sharing options...
shakey_snake Posted October 4, 2008 Share Posted October 4, 2008 ^hell yes! Link to comment Share on other sites More sharing options...
undu Posted October 9, 2008 Share Posted October 9, 2008 Very Similar to PeterPL's one, But I've actually used it before I saw his :p Link to comment Share on other sites More sharing options...
Exon Posted October 14, 2008 Share Posted October 14, 2008 @ Sam Did you ever release your Watercolor Emico? Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted October 14, 2008 Subscriber¹ Share Posted October 14, 2008 Does anyone have any decent configs for either elplaylist or ng playlist? Link to comment Share on other sites More sharing options...
Br3tt Posted October 17, 2008 Share Posted October 17, 2008 (edited) Does anyone have any decent configs for either elplaylist or ng playlist? have you seen mines ? it's ELPlaylist that i use in my configs IBIZA and Kung-Foo ... just check "hydrogenaudio foobar forum" or deviantart.com to get them. i don't know what is decent for you, but this is how ELPlaylist looks in IBIZA config : Br3tt Edited October 17, 2008 by Br3tt Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted October 17, 2008 Subscriber¹ Share Posted October 17, 2008 have you seen mines ? it's ELPlaylist that i use in my configs IBIZA and Kung-Foo ... just check "hydrogenaudio foobar forum" or deviantart.com to get them.i don't know what is decent for you, but this is how ELPlaylist looks in IBIZA config : Br3tt Yeah I have, those are actually the only couple I have seen.Problem is they are a little on the dark side for my tastes. I might take a look at the code over the weekend and see if I can lighten them up a bit. Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted October 19, 2008 Subscriber¹ Share Posted October 19, 2008 I've been playing around trying to lighten up the ibiza I'm slowly getting it the way I want but I have a couple of things I can't seem to change. Where's the code to change those things? Link to comment Share on other sites More sharing options...
DasFox Posted October 20, 2008 Share Posted October 20, 2008 I've released something boring if someone is interested. (Y) http://cal45.deviantart.com/art/foolej-77665301 I think this is a really nice theme. Good job! Can anyone help me to get mine looking correct? I've been playing with it for days, and just can't figure it out. :( Here is all I can get it to do: http://img147.imageshack.us/my.php?image=79252742fj6.jpg Hope we'll see more nice themes from you Apul... THANKS Link to comment Share on other sites More sharing options...
DasFox Posted October 20, 2008 Share Posted October 20, 2008 (edited) Ok sorry couldn't edit my last reply. It seems I am finally making progress here. But there are a few things still working on. The color of the text in the browser panels above when I click are highlighted in blue, and I want to change this. I thought this would be in the 'Playlist view' - 'Selection background', it's the only one I can see in blue, but when I change it nothing happens. When I click a song it's highlighted in black, same thing I can't get it to change: Also if you look at my pictures you'll see the playlist switcher doesn't list any of my tracks. No tracks show under the default or browser on the right side like in apul's picture of the theme. The play list switcher doesn't seem to be working.... Are you suppose to click on the 'Default' or 'Broswer' section and then go to 'File' - 'Add Directory' and add the music in again, or you only add it in one time under the Preferences - Media Library? Also I'd like to be able to change the fonts in the menu, but can't seem to get it. Also the Windows theme in blue, I thought the skin/theme for this would change that as well as the scroll bars that are in brown, and I'd like to be able to change these as well... Any help would be greatly appreciated... THANKS Edited October 20, 2008 by DasFox Link to comment Share on other sites More sharing options...
MiDiAN Posted October 20, 2008 Share Posted October 20, 2008 i don't know what is decent for you, but this is how ELPlaylist looks in IBIZA config :Br3tt Hi Br3tt, this seems to be a new version of your ibiza-config. is this version available for download somewhere? Regards, MiDiAN Link to comment Share on other sites More sharing options...
ViZioN Posted October 20, 2008 Share Posted October 20, 2008 Hi Br3tt,this seems to be a new version of your ibiza-config. is this version available for download somewhere? Regards, MiDiAN I'm not entirely sure whether its a new version. I think its the same version using an addon component called ELplaylist. I must admit I really like the layout also (I'm using one of Br3tt's configs right now) I tried getting Elplaylist to work but didn't get very far although I only looked at it for a few mins. I'm sure Br3tt can provide more info :) Edit: Wow MiDiAN 42 posts in almost 7 years. You're more of a lurker than me :p Link to comment Share on other sites More sharing options...
Exon Posted October 20, 2008 Share Posted October 20, 2008 Too bad my computer is so ****ty, can't get Chronflow to work. Link to comment Share on other sites More sharing options...
Br3tt Posted October 20, 2008 Share Posted October 20, 2008 Hi Br3tt,this seems to be a new version of your ibiza-config. is this version available for download somewhere? Regards, MiDiAN yes, new version not released yet, maybe this week-end if i find free time to finish it Link to comment Share on other sites More sharing options...
ViZioN Posted October 20, 2008 Share Posted October 20, 2008 yes, new version not released yet, maybe this week-end if i find free time to finish it Awesome, can't wait! :D Link to comment Share on other sites More sharing options...
Knife Party Posted October 20, 2008 Share Posted October 20, 2008 Does anyone have any decent configs for either elplaylist or ng playlist? im running a basic, yet practical set up, thought i'll just mention it Link to comment Share on other sites More sharing options...
Recommended Posts