

Guide foobar2000 customization topic, post screenshot here.
|
|
Jan 26 2007, 11:01 PM
Return to original view | Post
#1
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
|
|
|
|
|
|
Jan 27 2007, 03:48 PM
Return to original view | Post
#2
|
![]() ![]()
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 28 2007, 01:23 PM
Return to original view | Post
#3
|
![]() ![]()
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:43 PM
Return to original view | Post
#4
|
![]() ![]()
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, 09:51 PM
Return to original view | Post
#5
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
|
|
|
Jan 31 2007, 04:18 AM
Return to original view | Post
#6
|
![]() ![]()
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 2 2007, 03:53 AM
Return to original view | Post
#7
|
![]() ![]()
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:38 AM
Return to original view | Post
#8
|
![]() ![]()
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, 02:03 PM
Return to original view | Post
#9
|
![]() ![]()
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, 05:25 PM
Return to original view | Post
#10
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
can u post component list (or just print screen)?
|
|
|
Feb 18 2007, 09:25 PM
Return to original view | Post
#11
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
TRY using arial unicode
btw the ↘ symbol just use calibri and make sure that when u install foobar, uncheck the Enable User werr(dun remember that last word) to get image appear.... This post has been edited by karasawamk2: Feb 18 2007, 09:28 PM |
|
|
Feb 18 2007, 10:40 PM
Return to original view | Post
#12
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
QUOTE(IntegraTypeR @ Feb 18 2007, 10:25 PM) Thanks, it solved quite a lot of the missing features. to answer problem 2:if u audio file has less than 5 tracks,it will not show the cover due to clipping image in playlist(trust me)Here is my latest screenie of Foobar. [attachmentid=195563] I am still wondering, for problem 1, do you guys rename those two tabs yourself ? Next two more question is relating the albumart. Problem 2, nothing is shown at all for the albumart, why is that so ? Problem 3, why the sudden "No cover" image after what happened in problem 2 Why is the difference happening ? For both 2 and 3, there IS a .jpg file in that folder. I normally add my tracks via Ctrl+A (all tracks in the folder inclusive of the .jpg) and Right-click for "Enqueue in Foobar2000". May i ask for a proper way to add entire FOLDERS or individual tracks for this config ? I am not sure if what i am doing now to add tracks is the proper way or not since i came from the basic Foobar2000 which has a n00b-proof GUI. to answer problem 3:reason cause if u don't have the cover of the album,the nocover pic album will show up heck even a little nicer but if looking for cover art(high res) try this site http://www.freecovers.net/ (mainly for Audio CD,DVD,etc covers) http://www.j-popcdart.com/ (front J-Pop,J-Rock covers:front only) others site also has some good covers http://www.cover-paradies.to/?Lng=EN http://www.amazon.com/ http://www.walmart.com/ http://www.bn.com/ usually u can put your album art cover to your respective album folder (eg x:\Music\English\Boyz II Men\II\cover) but ummm for tabs,just rename what u like (eg playlist/cover/library,etc) This post has been edited by karasawamk2: Feb 18 2007, 10:44 PM |
|
|
Feb 20 2007, 01:27 AM
Return to original view | Post
#13
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
QUOTE(Zephyr_Mage @ Feb 19 2007, 11:40 AM) By the way, here's my work, not complete yet though Nice.... ![]() As I've said before, I had a code similar to yours but I found it too troublesome. |
|
|
|
|
|
Feb 23 2007, 11:29 PM
Return to original view | Post
#14
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
|
|
|
Feb 24 2007, 01:54 PM
Return to original view | Post
#15
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
oh the track info mod the shows the album art..well i need to put the cd case since panelUI code is kinda little hard though,..
|
|
|
Feb 24 2007, 02:18 PM
Return to original view | Post
#16
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
well this is the code,alot using PVAR...
CODE // SCALE WITH WIDTH? NOTE - CHANGE PER SECOND SETTINGS ALSO $puts(scale,$getpvar(scale)) // BACKGROUND? $puts(backg,1) $puts(widthheightrel,$ifgreater(%_width%,$sub(%_height%,140),,1)) $puts(widthscale,$ifgreater(%_width%,%_height%,$sub(%_height%, 100),$sub(%_width%, 40))) // DEFINE IMAGE SIZES & SOURCES // Turn off background in full screen mode $ifequal($getpvar(fullscreen),0, $puts(bg,$getpvar(dir)/bg.png), $puts(bg,'') ) $puts(nocover,$getpvar(dir)/nocover.png) $puts(reflectionimg,$getpvar(dir)/dark-reflection2.png) $puts(playimg,$getpvar(dir)/play.png) $puts(heartpic,images\heart-1.png) $puts(starpic,images\star3.png) $puts(imgsrc,$if($fileexists($getpvar(coverartsrc)),$getpvar(coverartsrc),$get(nocover))) $puts(noartist,$getpvar(dir)/noartist.png) $puts(artsoverlayimg,$getpvar(dir)/artoverlay-1.png) $puts(artistsrc, $if($fileexists($getpvar(artistart2)),$getpvar(artistart2), $if($fileexists($getpvar(artistart1)),$getpvar(artistart1) ,$get(noartist)))) // Switch to big album art in full screen mode $ifequal($getpvar(fullscreen),0, $puts(imgw,$ifequal($get(scale),1,$get(widthscale),$getpvar(albumartsize))) $puts(imgh,$ifequal($get(scale),1,$get(widthscale),$getpvar(albumartsize))) , $puts(imgw,$if($get(scale),$get(widthscale),$getpvar(fullscreenalbumartsize))) $puts(imgh,$if($get(scale),$get(widthscale),$getpvar(fullscreenalbumartsize))) ) $puts(arth,100) $puts(topmargin,25) $puts(artimgspace,$add($get(topmargin),20)) // DETERMINE ALIGNMENT POSITIONS $puts(gap,4) $puts(reflect,$add($add($get(imgh),$get(gap)),$get(topmargin))) $puts(artistpos,$sub($get(reflect),75)) $puts(reflecta,$add($get(artistpos),$add($get(arth),4))) // DETERMINE CENTRES $puts(centrew,$sub($div(%_width%,2),$div($get(imgh),2))) $puts(centrea,$sub($div(%_width%,2),$div($get(arth),2))) $puts(centreplay,$sub($div(%_width%,2),64)) // Download Artist Image Button (above everything - strange track info mod glitch) $button($get(centrea),$get(artistpos),0,0,$get(arth),$get(arth),,,'Download Artist Image',) // DRAW BACKGROUND $if($and($greater(1024,%_width%),$get(backg)), $imageabs2(,,,,,,$sub(0,$div($sub(1024,%_width%),2)),0,$get(bg),alpha-150) $drawrect(0,$sub($get(reflect),60),%_width%,800,brushcolor-0-0-0) $imageabs2(,,,,,,$sub(0,$div($sub(1024,%_width%),2)),$sub($get(reflect),70),$get(bg),rotateflip-2) $imageabs2(%_width%,$get(imgw),,,,,0,$sub($get(reflect),70),$get(reflectionimg),NOKEEPASPECT) $drawrect(0,$add($get(reflect),60),%_width%,800,brushcolor-0-0-0) $if(%ispaused%,$drawrect(0,0,%_width%,%_height%,brushcolor-40-40-40 pencolor-0-0-0 alpha-150)) ) // DRAW ALBUM ART $imageabs2($get(imgw),$get(imgh),,,$get(imgw),$get(imgh),$get(centrew),$get(topmargin),$get(imgsrc),NOKEEPASPECT) $drawrect($get(centrew),$get(topmargin),$get(imgw),$get(imgw),brushcolor-null pencolor-155-155-155) $drawrect($add($get(centrew),1),$add($get(topmargin),1),$sub($get(imgw),2),$sub($get(imgw),2),brushcolor-null pencolor-0-0-0) $imageabs2($get(imgw),$get(imgh),,,$get(imgw),$get(imgh),$get(centrew),$get(reflect),$get(imgsrc),NOKEEPASPECT rotateflip-6) $drawrect($get(centrew),$get(reflect),$get(imgw),$get(imgw),brushcolor-null pencolor-155-155-155) $drawrect($add($get(centrew),1),$add($get(reflect),1),$sub($get(imgw),2),$sub($get(imgw),2),brushcolor-null pencolor-0-0-0) $imageabs2($add($get(imgw),20),$add($get(imgw),1),,,,,$get(centrew),$get(reflect),$get(reflectionimg),NOKEEPASPECT) $imageabs2($add($get(imgw),20),$add($get(imgw),1),,,,,$get(centrew),$get(reflect),$get(reflectionimg),NOKEEPASPECT) $button($get(centrew),$get(topmargin),0,0,$get(imgw),$get(imgw),,,$if($fileexists($replace(%path%,%filename_ext%,*.jpg)),'Play or Pause','Cover Downloader'),) // DRAW ARTIST IMAGE $if($greater($getpvar(artistimg),0), $imageabs2($get(arth),$get(arth),,,$get(arth),$get(arth),$get(centrea),$get(artistpos),$get(artistsrc),NOKEEPASPECT) $imageabs2($get(arth),$get(arth),,,$get(arth),$get(arth),$get(centrea),$get(artistpos),$get(artsoverlayimg),) $drawrect($get(centrea),$get(artistpos),$get(arth),$get(arth),brushcolor-null pencolor-155-155-155) $drawrect($add($get(centrea),1),$add($get(artistpos),1),$sub($get(arth),2),$sub($get(arth),2),brushcolor-null pencolor-0-0-0) $imageabs2($get(arth),$get(arth),,,$get(arth),$get(arth),$get(centrea),$get(reflecta),$get(artistsrc),NOKEEPASPECT rotateflip-6 alpha-50) $drawrect($get(centrea),$get(reflecta),$get(arth),$get(arth),brushcolor-null pencolor-60-60-60) $drawrect($add($get(centrea),1),$add($get(reflecta),1),$sub($get(arth),2),$sub($get(arth),2),brushcolor-null pencolor-0-0-0) $imageabs2($add(2,$get(arth)),$add(2,$get(arth)),,,,,$add($get(centrea),-1),$get(reflecta),$get(reflectionimg),NOKEEPASPECT) ) // WHEN PAUSED FADE & ADD BUTTON $if(%ispaused%, $drawrect($get(centrew),$get(topmargin),$get(imgh),$add($get(imgh),$get(gap)),brushcolor-40-40-40 pencolor-0-0-0 alpha-150) $drawrect($get(centrew),$get(reflect),$get(imgh),$get(imgh),brushcolor-40-40-40 pencolor-0-0-0 alpha-150) $button($get(centreplay),$add($sub($div($get(imgh),2),44)),0,0,88,88,$get(playimg),$get(playimg),'Play or Pause',) ) // NOW PLAYING TEXT, HIDE TEXT WHEN SCALING & NOT ENOUGH SPACE $ifequal($getpvar(textnowplay),0, //$if($or($ifequal($getpvar(scale),0,$get(widthheightrel),),$not($get(scale))), $alignabs($get(centrew),$add($get(reflect),55),$get(imgw),$sub(%_width%,20),center,top) // Increase Text Size when in Fullscreen Mode $ifequal($getpvar(fullscreen),0, $if(%artist%,$font($getpvar(nowplayfont),20,shadow,$getpvar(nowplayfontcol))%artist%) $if(%title%,$font($getpvar(nowplayfonttrack),15,shadow,$getpvar(nowplayfontcoltrack))$char(10)%title%) $if(%album%,$font($getpvar(nowplayfontalbum),20,shadow,$getpvar(nowplayfontcolalbum))$char(10)%album%) $if($and($not(%album%),$not(%title%),$not(%artist%)),$font($getpvar(nowplayfont),12,shadow,255-255-255)$getpvar(notrack)) , $if(%artist%,$font($getpvar(nowplayfont),30,shadow,$getpvar(nowplayfontcol))%artist%) $if(%title%,$font($getpvar(nowplayfonttrack),24,shadow,$getpvar(nowplayfontcoltrack))$char(10)%title%) $if(%album%,$font($getpvar(nowplayfontalbum),34,shadow,$getpvar(nowplayfontcolalbum))$char(10)%album%) ) //) ,) // RATING IMAGES //$if(%RATING%, //$if($greater(%RATING%,4), //$imageabs($add($get(centrew),50),$sub(%_height%,42),$get(heartpic),) , //$imageabs($add($get(centrew),50),$sub(%_height%,42),$get(starpic),))) // PerSecond // SCALE WITH WIDTH? //$puts(scale,$getpvar(scale)) //$puts(widthscale,$ifgreater(%_width%,%_height%,$sub(%_height%, 100),$sub(%_width%, 40))) //$puts(imgw,$if($get(scale),$get(widthscale),$getpvar(albumartsize))) //$puts(imgh,$if($get(scale),$get(widthscale),$getpvar(albumartsize))) //$puts(centrew,$sub($div(%_width%,2),$div($get(imgh),2))) $ifequal($sub(%length%,%playback_time_seconds%),5,$setpvar(lasttrack,%artist% - %title%),) // PROGRESS BAR //$if(%isplaying%, //$drawrect($add($get(centrew),10),$sub(%_height%,20),$sub($get(imgw),20),7,brushcolor-null pencolor-101-101-101) //$puts(progress,$muldiv(%playback_time_seconds%,$sub($get(imgw),20),%length_seconds%)) //$ifgreater($get(progress),0, //$drawrect($add($get(centrew),10),$sub(%_height%,19),$get(progress),5,brushcolor-200-200-200 pencolor-null),) //$alignabs($add($get(centrew),10),$sub(%_height%,40),$sub($get(imgw),25),400,right,top)[ - %playback_time_remaining%] //$alignabs($add($get(centrew),10),$sub(%_height%,40),$sub($get(imgw),25),400,left,top)[ %length%] //$alignabs($add($get(centrew),10),$sub(%_height%,40),$sub($get(imgw),25),400,center,top)[%date%] [%genre%] //) |
|
|
Mar 1 2007, 02:32 AM
Return to original view | Post
#17
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
QUOTE(Baron_Bleakstare @ Feb 28 2007, 04:33 PM) just give it try.im not sure though. yeah..it's pening kepala try add this code at your // DRAW ALBUM ART.make it on top of other codes in // DRAW ALBUM ART.it work fine for me. CODE $imageabs2(450,450,,,450,450,20,10,$getpvar(dir)/case.png,NOKEEPASPECT) the number given is based on my foobar.u can adjust it on yours. pvar is global variables that u declared.it can be call or use anywhere in Panel UI. i still configure my foobar using Panel UI based on FofR config but the code is really complicated anyway i just leave it that..i use the track info code that display CD case but other problem is it's doesn't show the cover it self,plus i'm already using imageabs2 command but stll no figure....any ideas...... CODE // Global // CONFIGURATION /////////////////////////////////////////// // Album Art // Use $if and $fileexists if more locations need to be checked $puts(path.albumart,$replace(%path%,%filename_ext%,cover.jpg)) // Additional info // addinfo.show: delete the '1' to disable additional info // addinfo.time: determines how long addinfo is shown // timeinfo.show: change the '1' to '0' to disable the time codes displayed on the progress bar $puts(addinfo.show,1) $puts(addinfo.time,30) $puts(timeinfo.show,0) // Positions // pos.horizon: y-position of the grey horizon gradient // pos.shadow: increase to see more reflection of the cd-cover // pos.artx: if changed, further changes will be necessary for text positioning // pos.arty: change position of album art relative to horizon line $puts(pos.horizon,$muldiv(%_height%,4,7)) $puts(pos.shadow,120) $puts(pos.artx,$sub($div(%_width%,2),278)) $puts(pos.arty,$sub($get(pos.horizon),400)) // Fonts // font.a, font.b: used by addinfo for a) filling text, b) values $puts(font.track,$font(Calibri,16,,255-255-255)) $puts(font.album,$font(Calibri,8,,255-255-255)) $puts(font.artist,$font(Calibri,12,,255-255-255)) $puts(font.a,$font(Calibri,12,,150-150-150)) $puts(font.b,$font(Calibri,12,,255-255-255)) $puts(font.c,$font(Calibri,7,,255-255-255)) $puts(font.d,$font(Calibri,7,,225-225-225)) // Progress bar $puts(bar.height,7) $puts(bar.color,50-50-50) // END OF CONFIG /////////////////////////////////////////// // Background $drawrect(,,,,brushcolor-0-0-0 pencolor-null) $imageabs(,$get(pos.horizon),/images/htpc2/horizon.png,) // PerTrack // Album Art $imageabs2(556,516,0,0,556,$add(29,$get(pos.shadow)),$get(pos.artx),$add(460,$get(pos.arty)),/images/htpc2/case.png,ROTATEFLIP-6) $imageabs2(454,454,0,0,454,$add(-2,$get(pos.shadow)),$add(71,$get(pos.artx)),$add(460,31,$get(pos.arty)),$get(path.albumart),NOKEEPASPECT ROTATEFLIP-6) $imageabs($get(pos.artx),$add($get(pos.shadow),299,$get(pos.arty)),/images/htpc2/shadow.png,) $imageabs($get(pos.artx),$get(pos.arty),/images/htpc2/case.png,) $imageabs2(454,454,0,0,454,454,$add(71,$get(pos.artx)),$add(31,$get(pos.arty)),$get(path.albumart),NOKEEPASPECT) // PerSecond // Pause Overlay $if(%ispaused%, $drawrect($add(71,$get(pos.artx)),$add(31,$get(pos.arty)),454,454,pencolor-0-0-0 alpha-150) $alignabs($add(71,$get(pos.artx)),$add(31,$get(pos.arty)),454,454,center,middle)$font(Webdings,72,,255-255-255)';' $drawrect($add(71,$get(pos.artx)),$add(460,31,$get(pos.arty)),454,$add(-2,$get(pos.shadow)),pencolor-0-0-0 alpha-150) ) // Progress Bar $ifgreater($muldiv(%playback_time_seconds%,%_width%,%length_seconds%),0, $drawrect(0,$sub(%_height%,$mul($get(bar.height),3)),$muldiv(%playback_time_seconds%,%_width%,%length_seconds%),$get(bar.height),pencolor-null brushcolor-$get(bar.color)) ,) // Trackinfo $if($and($or($greater($get(addinfo.time),%playback_time_seconds%),$greater($get(addinfo.time),%playback_time_remaining_seconds%)),$get(addinfo.show)), // Detailed $alignabs($get(pos.artx),$add($get(pos.arty),493),522,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),140),right,top) $get(font.album)[%album%]$char(10) $alignabs($add($sub($get(pos.artx),$div(%_width%,2)),12),$add($get(pos.horizon),$get(pos.shadow),60),556,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) $get(font.c)'0:00' $alignabs($sub($add($get(pos.artx),$div(%_width%,2)),12),$add($get(pos.horizon),$get(pos.shadow),60),556,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) [%length%] $alignabs(80,$add($get(pos.horizon),$get(pos.shadow)),$sub(%_width%,160),$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) $get(font.track)$if2(%title%,%filename%)$char(10) $get(font.artist)[%artist%] $char(10)$font(Arial,10,,0-0-0) $char(10) $if(%last_played%,$get(font.a)Played $get(font.b)%play_counter%$get(font.a) time'('s')'', 'last on $get(font.b)$substr(%last_played%,9,10) $select($substr(%last_played%,6,7),January,February,March,April,May,June,July,August,September,October,November,December) $substr(%last_played%,1,4)$get(font.a).$char(10)) $if(%playback_time_seconds%,$get(font.a) $if(%album%,From the album $get(font.b)%album%$get(font.a)))$if(%date%,', 'published in $get(font.b)%date%$get(font.a) )$if(%publisher%,by $get(font.b)%publisher%$get(font.a)) , // Default $alignabs($get(pos.artx),$add($get(pos.arty),493),522,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),140),right,top) $get(font.album)[%album%]$char(10) $alignabs($get(pos.artx),$add($get(pos.horizon),$get(pos.shadow)),556,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) $get(font.track)$if2(%title%,%filename%)$char(10) $get(font.artist)[%artist%] ) //time codes $if($greater($get(timeinfo.show),0),$alignabs($add($sub($get(pos.artx),$div(%_width%,2)),12),$add($get(pos.horizon),$get(pos.shadow),60),556,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) $get(font.c)'0:00' $alignabs($sub($add($get(pos.artx),$div(%_width%,2)),12),$add($get(pos.horizon),$get(pos.shadow),60),556,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) [%length%] $alignabs($add($sub($get(pos.artx),$div(%_width%,2)),$muldiv(%playback_time_seconds%,%_width%,%length_seconds%),-11),$add($get(pos.horizon),$get(pos.shadow),51),556,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) $get(font.d)[%playback_time% ] $alignabs($add($sub($get(pos.artx),$div(%_width%,2)),$muldiv(%playback_time_seconds%,%_width%,%length_seconds%),13),$add($get(pos.horizon),$get(pos.shadow),51),556,$sub(%_height%,$get(pos.horizon),$get(pos.shadow),64),center,bottom) $get(font.c)[ -%playback_time_remaining%],) yeah i know too long when i'm using $puts(path.albumart,$replace(%path%,%filename_ext%,cover.jpg)) command,the cover is pixelise (and it's high quality 935x935)..damn..i wish i pay atention in 3D class... This post has been edited by karasawamk2: Mar 1 2007, 03:37 AM |
|
|
Mar 8 2007, 10:37 PM
Return to original view | Post
#18
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
|
|
|
Mar 9 2007, 07:53 PM
Return to original view | Post
#19
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
that was nice Baron_Bleakstare (with Vista Glass,damn need to install vista now....)
btw u should checkout the latest update FofR foobar..... btw nasik here you go........ http://www.badongo.com/file/2418630 This post has been edited by karasawamk2: Mar 9 2007, 08:55 PM |
|
|
Mar 10 2007, 12:11 AM
Return to original view | Post
#20
|
![]() ![]()
Junior Member
180 posts Joined: Jan 2007 From: USJ 9, Subang Jaya |
|
| Change to: | 0.0549sec
1.01
7 queries
GZIP Disabled
Time is now: 10th December 2025 - 12:44 AM |