Track Info Panel with ability to change font, Split from foo_uie_trackinfo |
![]() ![]() |
Track Info Panel with ability to change font, Split from foo_uie_trackinfo |
Apr 26 2009, 10:02
Post
#1201
|
|
|
Group: Members Posts: 1 Joined: 26-April 09 Member No.: 69282 |
Hello !
Is it possible to add a vertical scrollbar to the trackinfo panel? If it is, what's the code? Thank you very much ! |
|
|
|
Sep 3 2009, 00:42
Post
#1202
|
|
|
Group: Members Posts: 4 Joined: 20-July 09 Member No.: 71619 |
Where can I download this? The download link is broken.
|
|
|
|
Sep 12 2009, 11:40
Post
#1203
|
|
|
Group: Members Posts: 22 Joined: 11-October 07 Member No.: 47748 |
yeah, i want it too
|
|
|
|
Nov 21 2009, 10:50
Post
#1204
|
|
|
Group: Members Posts: 2 Joined: 21-August 09 Member No.: 72521 |
In foobar 1.0 beta does not work
|
|
|
|
Nov 26 2009, 08:31
Post
#1205
|
|
![]() Group: Members Posts: 61 Joined: 27-January 09 From: Croatia Member No.: 66144 |
In foobar 1.0 beta does not work It does work for me (v0.8.0 beta) Btw, is there a newer version of this component? This one is pretty old (and it's blacklisted). I see that the link is broken, so if anyone wants it: foo_uie_trackinfo_mod -------------------- http://www.last.fm/user/Nontryer
|
|
|
|
Nov 26 2009, 20:28
Post
#1206
|
|
![]() Group: Members Posts: 11 Joined: 10-May 06 Member No.: 30619 |
foo_uie_trackinfo_mod was merged in PanelsUI. PanelsUI is not used anymore, but I believe WSH Panel Mod is the closest equivalent today.
EDIT : Apparently Column UI offers similar functionality, it's called 'Item Properties'. This post has been edited by velt: Nov 26 2009, 21:16 |
|
|
|
Nov 29 2009, 21:08
Post
#1207
|
|
|
Group: Members Posts: 2 Joined: 21-August 09 Member No.: 72521 |
Was foo_uie_trackinfo 0.8
Replaced on foo_uie_trackinfo_mod, now all not beautiful %) foo_uie_trackinfo ![]() foo_uie_trackinfo_mod ![]() ps: paranoia is of course, but want so... |
|
|
|
Dec 23 2009, 01:16
Post
#1208
|
|
|
Group: Members Posts: 96 Joined: 23-November 09 From: The Netherlands Member No.: 75220 |
Is there still some form of documentation for this available? I'm searching for it but can't find it
|
|
|
|
Jan 17 2010, 20:03
Post
#1209
|
|
|
Group: Members Posts: 252 Joined: 25-September 08 Member No.: 58627 |
i guess this component isn't used much these days, but i like it a lot.
here's what i've whipped up. the code is extremely ugly, but it works great ![]() CODE // Global
$puts(1,$rgb(234,0,0)) $puts(2,$rgb(224,41,00)) $puts(3,$rgb(215,78,0)) $puts(4,$rgb(205,112,0)) $puts(5,$rgb(195,142,0)) $puts(6,$rgb(186,169,0)) $puts(7,$rgb(160,176,0)) $puts(8,$rgb(121,167,0)) $puts(9,$rgb(86,157,0)) $puts(10,$rgb(54,147,0)) $puts(11,$rgb(25,138,0)) $puts(12,$rgb(0,128,0)) $drawrect(0,0,%_width%,15,brushcolor-50-100-140) $alignabs(0,0,%_width%,15,center,middle)$rgb(255,255,255)NOW PLAYING $drawrect(0,150,%_width%,15, brushcolor-50-100-140) $alignabs(0,150,%_width%,15,center,middle)$rgb(255,255,255)TECHNICAL $drawrect(0,225,%_width%,15, brushcolor-50-100-140) $alignabs(0,225,%_width%,15,center,middle)$rgb(255,255,255)STATISTICS // PerTrack $alignabs(0,15,65,15,right,)Title: $alignabs(0,30,65,15,right,)Rating: $alignabs(0,45,65,15,right,)Artist: $alignabs(0,60,65,15,right,)Album: $alignabs(0,75,65,15,right,)Type: $alignabs(0,90,65,15,right,)Date: $alignabs(0,105,65,15,right,)Genre: $alignabs(0,120,65,15,right,)Style: $alignabs(0,135,65,15,right,)Comments: $alignabs(0,165,65,15,right,)Codec: $alignabs(0,180,65,15,right,)Bitrate: $alignabs(0,195,65,15,right,)Track Gain: $alignabs(0,210,65,15,right,)Album Gain: $alignabs(0,240,65,15,right,)Play Count: $alignabs(0,255,65,15,right,)Last Played: $alignabs(0,270,65,15,right,)Length: $alignabs(70,15,$sub(%_width%,60),15,,)$rgb(50,100,140,0,0,0)$replace($replace(%title%,')',')'$rgb(50,100,140,0,0,0)),'(',$rgb(133,176,211,94,74,83)'(') $alignabs(70,30,$sub(%_width%,60),15,,) $puts(mychar,$char(9733)$char(8202)) $rgb(245,175,92,225,155,72) $ifgreater(%rating%,0, $repeat(★,%rating%) $repeat($rgb(230,230,230,210,210,210)★,$sub(5,%rating%)) , $repeat($rgb(230,230,230,210,210,210)★,5) ) $alignabs(70,45,$sub(%_width%,60),15,,)$rgb(60,100,60)%artist% $alignabs(70,60,$sub(%_width%,60),15,,)$puts(normal,$rgb(60,100,60)) $puts(light,$rgb(164,180,134)) $puts(bright,$rgb(205,135,52)) $get(normal) $replace(%album%, '(',$get(light)'(', ')',')'$get(normal), '[single]',, 'EP',, '12"',, '7"',) $if(%discnumber%, $get(sep)$rgb(0,0,255) '['Disc %discnumber%[ of %totaldiscs%]']' ,) $alignabs(70,75,$sub(%_width%,60),15,,)$rgb(50,100,140)%release type% $alignabs(70,90,$sub(%_width%,60),15,,)$rgb(50,100,140)%date% $alignabs(70,105,$sub(%_width%,60),15,,)$rgb(50,100,140)%genre% $alignabs(70,120,$sub(%_width%,60),15,,)$rgb(50,100,140)%style% $alignabs(70,135,$sub(%_width%,60),15,,)$rgb(50,100,140)$if2(%comments%,...) $alignabs(70,165,$sub(%_width%,60),15,,)$rgb(50,100,140)%codec% [%codec_profile%] $alignabs(70,195,$sub(%_width%,60),15,,)$if(%replaygain_track_gain%,$rgb(50,100,140)%replaygain_track_gain%,$rgb(234,0,0)$char(215)) $alignabs(70,210,$sub(%_width%,60),15,,)$if(%replaygain_album_gain%,$rgb(50,100,140)%replaygain_album_gain%,$rgb(234,0,0)$char(215)) $alignabs(70,240,$sub(%_width%,60),15,,)$rgb(50,100,140)%play_count% $ifequal(%play_count%,1,time,times) $alignabs(70,255,$sub(%_width%,60),15,,)$rgb(140,150,160)$rgb(50,100,140)$if2(%last_played%,Never) // PerSecond $alignabs(70,270,$sub(%_width%,60),15,,)$rgb(50,100,160)%length%$rgb(140,150,160)' [- '%playback_time_remaining%']' $alignabs(70,180,$sub(%_width%,60),15,,) $rgb(140,150,160) $ifgreater(%bitrate%,0,$get(1),) $ifgreater(%bitrate%,49,$get(2),) $ifgreater(%bitrate%,74,$get(3),) $ifgreater(%bitrate%,99,$get(4),) $ifgreater(%bitrate%,124,$get(5),) $ifgreater(%bitrate%,149,$get(6),) $ifgreater(%bitrate%,174,$get(7),) $ifgreater(%bitrate%,199,$get(8),) $ifgreater(%bitrate%,224,$get(9),) $ifgreater(%bitrate%,249,$get(10),) $ifgreater(%bitrate%,274,$get(11),) $ifgreater(%bitrate%,299,$get(12),) %bitrate% $rgb(50,100,140)kbps |
|
|
|
Jan 30 2010, 09:32
Post
#1210
|
|
|
Group: Members Posts: 10 Joined: 11-October 08 From: Greece,Larisa Member No.: 59914 |
Hi,i use this code but on rate i have no stars but lines,any help?
Moderation: Removed unnecessary full quote of the preceding post. This post has been edited by Yirkha: Feb 13 2010, 04:13 |
|
|
|
Jan 30 2010, 09:52
Post
#1211
|
|
![]() Group: Members Posts: 328 Joined: 27-September 08 From: Zagreb Member No.: 58696 |
It doesn't work native on windows xp, vista or 7 is needed.
An alternative is to install East Asian language support as described in this topic. |
|
|
|
Jan 30 2010, 10:28
Post
#1212
|
|
|
Group: Members Posts: 10 Joined: 11-October 08 From: Greece,Larisa Member No.: 59914 |
It doesn't work native on windows xp, vista or 7 is needed. An alternative is to install East Asian language support as described in this topic. I have win 7 ultimate x64 Greek lang. here is a screen cap. ![]() |
|
|
|
Jan 30 2010, 11:13
Post
#1213
|
|
|
Group: Members Posts: 10 Joined: 11-October 08 From: Greece,Larisa Member No.: 59914 |
Ok,i fix it,i was had wrong text settings,thank you.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 02:17 |