ummm.. here u go
http://www.badongo.com/file/2101662
the VS/theme is Luna Element 5.0.5 u can get it here:-
http://www.deviantart.com/deviation/29511577/
Guide foobar2000 customization topic, post screenshot here.
Guide foobar2000 customization topic, post screenshot here.
|
|
Jan 27 2007, 03:48 PM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
ummm.. here u go
http://www.badongo.com/file/2101662 the VS/theme is Luna Element 5.0.5 u can get it here:- http://www.deviantart.com/deviation/29511577/ |
|
|
|
|
|
Jan 27 2007, 06:42 PM
|
![]() ![]() ![]() ![]()
Senior Member
671 posts Joined: Sep 2005 From: www.cockobo.net |
|
|
|
Jan 28 2007, 03:22 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
6,410 posts Joined: Jan 2003 From: MLK |
Hey karasawamk2, i followed all the instruction inside the rar file but it seems the first track info is b0rked. It looks messed up and incomplete to me. Would you mind posting your code here ?
![]() And while your at it, the extra buttons and code for the 2nd track info too ? =X Thanks. This post has been edited by Joseph Hahn: Jan 28 2007, 03:23 AM |
|
|
Jan 28 2007, 01:23 PM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
usually for second track info u have completely exit foobar (go to taskbar and terminate foobar) then open foobar back (u not the only once who this problem
for the first track infomod check here:- CODE // Global $padding(4,) // Background // PerTrack // PerSecond $align(left,) $font(Calibri,9,,221-222-223) [%_time_elapsed%] $align(right,) $font(Calibri,9,,221-222-223) [%length%] $padding(1,-1) $drawrect($muldiv(%_width%,8,100),4,$muldiv(%_width%,81,100),9,brushcolor-null pencolor-180-184-194) $drawrect($add($muldiv(%_width%,8,100),2),6,$ifgreater($muldiv($sub($muldiv(%_width%,81,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,78,100),4),%playback_time_seconds%,%length_seconds%),1),5,brushcolor-240-240-240 pencolor-null) // whether messed up fx is applied to text // normal, emo, funked $puts(style_artist,normal) $puts(style_album,normal) // other fonts $puts(headfont,segoe ui) $puts(headbold,'bold') $puts(headsize,8) $alignabs(0,0,$sub(%_width%,2),$sub(%_height%,-10),left,middle) $font(calibri,8,bold,SYSCOL-10) ↘ $font($get(headfont),$get(headsize),$get(headbold),SYSCOL-12) $if($strcmp($get(style_artist),funked), $replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($lower(%artist%), ,),ae,ǽ),h,ħ),i,!),e,ё),a,ǻ),u,ц),o,ợ),y,ỹ),j,ؤ),k,қ),c,)- , $if($strcmp($get(style_artist),emo), $replace($lower(%artist%), ,X)- , $lower(%artist%)- )) $font($get(headfont),$get(headsize),$get(headbold),SYSCOL-5) $if($strcmp($get(style_album),funked), $replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($lower(%title%), ,),ae,ǽ),h,ħ),i,!),e,ё),a,ǻ),u,ц),o,ợ),y,ỹ),j,ؤ),k,қ),c,) , $if($strcmp($get(style_album),emo), $replace($lower(%title%), ,X) , $lower(%title%) )) $font($get(headfont),$get(headsize),$get(headbold),SYSCOL-12) $if($strcmp($get(style_album),funked), $replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($lower(%album%), ,),ae,ǽ),h,ħ),i,!),e,ё),a,ǻ),u,ц),o,ợ),y,ỹ),j,ؤ),k,қ),c,) , $if($strcmp($get(style_album),emo), $replace($lower(%album%), ,X) , $lower(%album%) )) //$alignabs($sub(%_width%, second track infomod check here:- CODE // Global // Background $imageabs(,,\images\LE5\reluna.png,) // PerTrack $if(%rating%, $ifequal($num(%rating%,2),00,$imageabs(5,7,images\rating_hearts\rating0.png,),) $ifequal($num(%rating%,2),01,$imageabs(5,7,images\rating_hearts\rating1.png,),) $ifequal($num(%rating%,2),02,$imageabs(5,7,images\rating_hearts\rating2.png,),) $ifequal($num(%rating%,2),03,$imageabs(5,7,images\rating_hearts\rating3.png,),) $ifequal($num(%rating%,2),04,$imageabs(5,7,images\rating_hearts\rating4.png,),) $ifequal($num(%rating%,2),05,$imageabs(5,7,images\rating_hearts\rating5.png,),) ,$imageabs(5,7,images\rating_hearts\notrated.png,)) $puts(rating,$if2(%rating%,0)) $button(5,7,0,0,13,13,,,Rate 1,) $button(5,7,13,0,13,13,,,Rate 2,) $button(5,7,26,0,13,13,,,Rate 3,) $button(5,7,39,0,13,13,,,Rate 4,) $button(5,7,52,0,13,13,,,Rate 5,) //$puts(rating,$if2(%rating%,0)) //$button(5,7,0,0,13,13,,,TAG:SET:Rating:1,) //$button(5,7,13,0,13,13,,,TAG:SET:Rating:2,) //$button(5,7,26,0,13,13,,,TAG:SET:Rating:3,) //$button(5,7,39,0,13,13,,,TAG:SET:Rating:4,) //$button(5,7,52,0,13,13,,,TAG:SET:Rating:5,) //PLAY/PAUSE $button(250,1,0,0,22,21, $if($or(%ispaused%,$not(%isplaying%)),images\LE5\pause.png,images\LE5\play.png), $if($or(%ispaused%,$not(%isplaying%)),images\LE5\play_.png,images\LE5\pause_.png), $if($or(%ispaused%,$not(%isplaying%)),play,pause) ,) //PREVIOUS $button(226,1,0,0,22,21,images\LE5\prev.png,images\LE5\prev_.png,previous,) //NEXT $button(274,1,0,0,22,21,images\LE5\next.png,images\LE5\next_.png,next,) //FILE/ $button(480,1,0,0,22,21,images\LE5\search.png,images\LE5\search_.png,Album List,) // PerSecond makesure u have the latest trackinfo mod and i try the see is the font problem or else |
|
|
Jan 28 2007, 04:36 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
6,410 posts Joined: Jan 2003 From: MLK |
Thanks man.
![]() This post has been edited by Joseph Hahn: Jan 28 2007, 04:41 PM |
|
|
Jan 28 2007, 04:43 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,162 posts Joined: Sep 2004 |
Nice config
|
|
|
|
|
|
Jan 28 2007, 04:43 PM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
no problem..
btw Joseph Hahn,wat VS/theme u using..seems nice.. This post has been edited by karasawamk2: Jan 28 2007, 04:44 PM |
|
|
Jan 30 2007, 07:01 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,162 posts Joined: Sep 2004 |
|
|
|
Jan 30 2007, 09:51 PM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
|
|
|
Jan 31 2007, 04:08 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
6,410 posts Joined: Jan 2003 From: MLK |
Yeah it's smooth alternative.
![]() Something is bugging me. VBR MP3 doesn't display as VBR (as in the red circle). I wonder why. I use the usual " $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))" code, but it doesn't seem to work. :S Any idea ? I asked the same in HA forum but no answer so far. Lazy to use another post. >_> This post has been edited by Joseph Hahn: Feb 1 2007, 03:19 AM |
|
|
Jan 31 2007, 04:18 AM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
damn
anyway..if u have time u might edit some album art size (can see u like roundtable featuring nino |
|
|
Feb 1 2007, 09:08 AM
|
|
VIP
16,825 posts Joined: Jan 2003 From: Siberia |
QUOTE(Joseph Hahn @ Jan 31 2007, 04:08 AM) Something is bugging me. VBR MP3 doesn't display as VBR (as in the red circle). I wonder why. I use the usual use this" $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))" code, but it doesn't seem to work. :S Any idea ? I asked the same in HA forum but no answer so far. Lazy to use another post. >_> $if($strstr($lower($info(codec_profile)),vbr),VBR ,[%codec_profile% ]) |
|
|
Feb 1 2007, 09:39 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
6,410 posts Joined: Jan 2003 From: MLK |
Thanks. I just use [%codec_profile%] and it already works.
![]() |
|
|
|
|
|
Feb 1 2007, 11:51 PM
|
![]() ![]() ![]() ![]()
Senior Member
569 posts Joined: May 2005 From: Bikini Bottom |
karasawamk2, sorry for being a noob, just started using fubar yesterday, why mine didnt turn out like urs although i followed the instruction ? btw heres mine:
![]() isit because im using the standard theme? |
|
|
Feb 2 2007, 03:53 AM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
nasik,
try completely close foobar2000 by go to taskbar and run foobar again; second..u need to put image in the proper directory:- eg C:\Program Files\foobar2000\images then if not worked:- eg C:\Documents and Settings\Your username\Application Data\foobar2000\images third well check the codes i posted above well using standard themes is ok don't worry bout that if else can't worked,try reset all in foobar preference (your last option,i know it's stupid but it works though) *ps make sure u DL the latest components This post has been edited by karasawamk2: Feb 2 2007, 03:54 AM |
|
|
Feb 2 2007, 11:24 AM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
736 posts Joined: Jan 2003 From: Kota Damansara / Sunway |
QUOTE(karasawamk2 @ Jan 27 2007, 03:48 PM) There is a config.txt, where does that go or where should i paste those into ? I finally managed to find the plug-in needed and some plug-ins require me to update my Windows because i was using the old SP1 version. Thanks. This post has been edited by IntegraTypeR: Feb 2 2007, 11:26 AM |
|
|
Feb 2 2007, 11:38 AM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
well u no need to put config.txt cause it's just a list of text codes (trackinfo,single column playlist) that u can copy from the txt and paste it.
|
|
|
Feb 2 2007, 01:25 PM
|
![]() ![]() ![]() ![]()
Senior Member
569 posts Joined: May 2005 From: Bikini Bottom |
|
|
|
Feb 2 2007, 02:03 PM
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
u can find it here?
http://www.hydrogenaudio.org/forums/index....showtopic=42730 as rar..well maybe later cause i'm at my ahem... don't forget DL the latest foobar.... This post has been edited by karasawamk2: Feb 2 2007, 02:20 PM |
|
|
Feb 2 2007, 02:14 PM
|
![]() ![]() ![]() ![]()
Senior Member
569 posts Joined: May 2005 From: Bikini Bottom |
QUOTE(karasawamk2 @ Feb 2 2007, 02:03 PM) u can find it here? i can find all of them, but still didnt worked.. but thanks anyway http://www.hydrogenaudio.org/forums/index....showtopic=42730 as rar..well maybe later cause i'm at my ahem... |
| Change to: | 0.0305sec
0.59
6 queries
GZIP Disabled
Time is now: 27th November 2025 - 09:02 PM |