Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_uie_trackinfo (Read 817081 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_uie_trackinfo

Reply #825
Guys, I've been on this forum for a LONG time. I've been an avid user of foobar2000 for about 3 years now, maybe 2 1/2... I have a HUGE gripe about this forum... I cannot for the life of me FIND A WORKING LINK for foo_uie_trackinfo. The first page on here is outdated and links to an old 0.8.3 version. The post above this one says to look at some URL which tells me to look in this thread. Then a page back it says to look 3-4 pages back for a working link, but as of page 26, I wasn't able to find it.

I'm seriously frustrated because it shouldn't be so hard to fricken get an updated piece of software. Am I going to have to setup some sorta foobar2000emporium.com website to house all this crap? It's rediculous ya know...

http://stephan.kochen.nl/proj/foobar2000.html#trackinfo

foo_uie_trackinfo

Reply #826
I cannot for the life of me FIND A WORKING LINK for foo_uie_trackinfo. The first page on here is outdated and links to an old 0.8.3 version. The post above this one says to look at some URL which tells me to look in this thread. Then a page back it says to look 3-4 pages back for a working link, but as of page 26, I wasn't able to find it.

I can understand you.
The most important page for you should be "wanted 0.9 plugin ports" http://www.hydrogenaudio.org/forums/index....showtopic=42730

If the original poster is not available, maybe an admin could edit the first posting and add a link to the 0.9 version?

foo_uie_trackinfo

Reply #827
The first post of the Wanted 0.9 plugin ports thread has a pretty good listing, that's kept up-to-date as far as I can tell.

You can also check the wiki's 0.9 Components page.

edit: one of these days, I will learn to check for more pages in a thread before I hit reply :-P

foo_uie_trackinfo

Reply #828
[a href="http://img62.imageshack.us/my.php?image=foobar8uw.jpg" target="_blank"]

What the user used for making that "painting"?! 
-foobar2000 + Burrrn + EAC
-HD 80Gb using High QualityVBR MP3s


foo_uie_trackinfo

Reply #830
Guys, is it possible to centre align the text inside this panel?


foo_uie_trackinfo

Reply #832



Anyone know what is the track info code for bottom panel on the above setup?

Is there some gallery for Track Info like Columns UI?


:blink:

What the user used for making that "painting"?!  :huh:


It looks like perhaps they used an albumart panel, with no border, no caption, and set a specific image file as the only source.  As for the original question I found that use of trackinfo inspiring and this is what I came up with:



The code I used was:

Code: [Select]
*E9E9E9*$if(%album artist%,%album artist%*FF8000* $char(47)*E9E9E9*  ,)$if2(%title%,)
$tab()$if(%playback_time%,%playback_time% $char(47) %length% ,)$char(10)
*E9E9E9*$if2(%album%,)$if(%date%, *FF8000*$char(40)*E9E9E9*%date%*FF8000*$char(41),)
$tab()$progress2(%playback_time_seconds%,%length_seconds%,30,*FF8000*'?',*CA0000*'?')


* EDIT: Color escape codes were causing issues with the code markup box, replaced with asterisks '*' you'll probably want to adjust the colors to suit your own tastes anyway.

foo_uie_trackinfo

Reply #833
See Above Post :P..
mines a mod of both of yours + the Mini-Visualisation.. :P
font used: Segoe UI bold 11pt



Code: [Select]
$puts(BU,FEB13A)
$puts(ORN,0072dd)
$puts(OW,E5EDED)
$puts(GRY2,7C7C7C)
$puts(GRY,A3A3A3)
$put(GRY1,C0C0C0)


$upper($if(%_trackinfo_notrack%,Foobar music player,$get(ow)%title% $get(gry2)'//' $get(bu)%artist%))
$tab(100)

// Mini-Visualisation
$if(%_isplaying%,
FFFFFF|0261FD
$select($add(1,$mod(%_time_elapsed_seconds%,10)),
$get(ow)i$get(gry)':'$get(gry2).$get(bu)i$get(gry)':'$get(gry2).,
$get(gry)':'$get(ow)i$get(gry)'::'$get(gry2).$get(gry)':',
$get(gry2).$get(gry)':'$get(gry2)..$get(gry)'::',
$get(gry)':'$get(ow)i$get(gry)':'$get(gry2).$get(gry)':'$get(gry2).,
$get(bu)ii$get(gry)'::'$get(gry2).$get(gry)':',
$get(gry2).$get(ow)i$get(gry)':'$get(gry2).$get(gry)':'$get(gry2).,
$get(gry)'::'$get(gry2).$get(gry)':'$get(bu)i$get(gry)':',
$get(gry2).$get(gry)'::'$get(bu)i$get(gry)'::',
$get(gry)':'$get(gry2).$get(gry)':'$get(bu)i$get(gry)':'$get(gry2).,
$get(gry2).$get(gry)':'$get(bu)i$get(gry)':'$get(gry2).$get(ow)i))
// End Mini-Visualisation
$char(10)

$if(%_trackinfo_notrack%,,
$get(gry1)$if2(%album%,)$if(%date%, $get(gry2)'('$get(gry1)%date%$get(gry2)')',)
$tab()%playback_time% $get(gry2)/ $get(gry1)%length%$char(10)
$get(gry2)%genre%)
$tab()

// progress bar
$if(%isPaused%, o 0342fcpaused,
$if(%IsPlaying%,$ifgreater(2,%_time_remaining_seconds%,starting next track,
$if(%IsPlaying%,$ifgreater(5,%_time_remaining_seconds%,loading next track,

$progress2(%_time_elapsed_seconds%, %_time_total_seconds%, 20,$get(bu)Ϟ,
$get(gry2)Ϟ)

), no track loaded))
,$char(10)$tab() o no track loaded))

 

foo_uie_trackinfo

Reply #834
I would love to see this panel revert to "follow cursor" mode when nothing is playing, like the albumart panel.

foo_uie_trackinfo

Reply #835
Is there any way to enable antialiasing/font smoothing within this panel ?

i  have it enabled in winxpsp2, but the fonts inside the panel still have jaggies ?

foo_uie_trackinfo

Reply #836
Is there any way to enable antialiasing/font smoothing within this panel ?

i  have it enabled in winxpsp2, but the fonts inside the panel still have jaggies ?

Are you sure? Are your fonts too small? It has to work with the windows font smoothing. Works here on W2K.

foo_uie_trackinfo

Reply #837
Is there any way to enable antialiasing/font smoothing within this panel ?

i  have it enabled in winxpsp2, but the fonts inside the panel still have jaggies ?

same here using winxpsp2

foo_uie_trackinfo

Reply #838
i have this error message when i quit foobar2000

foo_uie_trackinfo

Reply #839
i have this error message when i quit foobar2000

Do you have the latest version installed? metadb_handle_leaks were an issue with an earlier version of foo_uie_trackinfo.
Nothing is impossible if you don't need to do it yourself.


foo_uie_trackinfo

Reply #841
negative on the font smoothing in xpsp2 . . .

i'll work on a screeny.



it's not terrible, but it's there. . .

or am i crazy ?

foo_uie_trackinfo

Reply #842
or am i crazy ?


On that screenshot the font in the trackinfo panel is definitely smoothed. (Wow, optical placebo effect really works)


I've made a comparison screenshot to remind you guys how ugly non-smoothed fonts can look. Works like a charm on my WinXP SP2.
Nothing is impossible if you don't need to do it yourself.

foo_uie_trackinfo

Reply #843
I extracted the dll into the components dir, and now Foobar shows Track Info Panel under components,
but nowhere I can find the actual option/editting screens



foo_uie_trackinfo

Reply #845
Thanks acedriver, got it working.

P.S. The foobar menuing system is extremely clumsy.

foo_uie_trackinfo

Reply #846
no it isnt, if you´ve seen the menu order in winamp and/or the older fb2k versions you wouldnt claim that.

foo_uie_trackinfo

Reply #847
hmm, I can't download the dll-file. it stops at 81%. does anyone have the newest version and could mail it to me info[at]platta.com ? would be really nice.

thx

gReat jAy

foo_uie_trackinfo

Reply #848
I was wondering if there was any way to make it so this plug-in wouldn't take up any or less resources when foobar is minimized?  Seems kind of silly for it to take up CPU time when it's not at all visible, but then again I know very little about coding.

foo_uie_trackinfo

Reply #849
Is this plugin still being actively developed? The initial post and corresponding download link has not been updated in ages and it does not appear in the Verified components for foobar2000 thread. This is an extremely popular and flexible component and has become a vital part of many of our layouts, but there are some resource issues that should continue to be debugged.