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 817321 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_uie_trackinfo

Reply #726
still waiting bugs fix... 8\

foo_uie_trackinfo

Reply #727
still waiting bugs fix... 8\


Dont you think G-Lite know that?
Those kind of posts are useless. Moreover, what s strikes me is that it is your FIRST(corrected SECOND) post!!!
Could you just say thanks first....

foo_uie_trackinfo

Reply #728

im trying to use this thingy to display the lyrics from my ID tags, but at the end of lines i'm getting some ugly characters. Is there a way to avoid them?
That's what I use (extremely simple, but it works):
Code: [Select]
80FFFF%title% by 80FFFF%artist%$char(10)$char(10)$replace(%lyrics%,$char(13),)
HTH.

Alessandro


thnx. hopefully your script is not copyrighted, so i can use it until i'll have enough time to do some tweaking 

did you experience problems with long lyrics? (around 50 lines, i don't know exactly) when trying to scroll them after a time they get messed up somehow

foo_uie_trackinfo

Reply #729
did you experience problems with long lyrics? (around 50 lines, i don't know exactly) when trying to scroll them after a time they get messed up somehow
I get that too. Anyone know a fix? Besides making the font smaller, (which obviously does work, since you do not have to scroll down as much) because my font is already almost too small to read (Arial 7pt.)
foobar2000 + EAC + Burrrn = Happiness

foo_uie_trackinfo

Reply #730
Bug? When having $tab()text$tab() and text is long and the wrapping option is "ellipsize", text starts at 1/4 to the end... Centered text which exceeds line length and where ellipsize is set should be simply left alligned.

Feature suggestions:
1 - Set background with a command
2 - An option for scroll mode: Scroll only [n] times.

did you experience problems with long lyrics? (around 50 lines, i don't know exactly) when trying to scroll them after a time they get messed up somehow
I get that too. Anyone know a fix? Besides making the font smaller, (which obviously does work, since you do not have to scroll down as much) because my font is already almost too small to read (Arial 7pt.)
This is not a new problem. I've seen this in prior versions (for fb2k 0.83) as well.

foo_uie_trackinfo

Reply #731
thnx. hopefully your script is not copyrighted, so i can use it until i'll have enough time to do some tweaking 

did you experience problems with long lyrics? (around 50 lines, i don't know exactly) when trying to scroll them after a time they get messed up somehow
Feel free to use that, for what it's worth...

And no, never had the problem you (and others) describe, although I definitely have lyrics longer than 50 lines. The only glitch I have seen every now and then was padding not correctly applied on the last line, but I think it was on the 0.8.3 version. Perhaps it depends on the height of your panel? Mine occupies the whole left side of the playlist.

Regards.

Alessandro

foo_uie_trackinfo

Reply #732

Quote
I'm experiencing the "meta_db handle leaks..." error when I close foobar. But also, the foobar process is taking nearly the 98% of processor usage.

You're not alone

I have this error too. What could be done ?

A quick test shows the number meta_db handle leaks equals to the number of song I played...

Something related to meta database update not working or variable not release when change of track?

foo_uie_trackinfo

Reply #733
I can't get the panel to show, what i am doing wrong, can't seem to find any settings in preferences as well?
It's loaded in the components page and i'm using the latest Columns UI!

foo_uie_trackinfo

Reply #734

did you experience problems with long lyrics? (around 50 lines, i don't know exactly) when trying to scroll them after a time they get messed up somehow
I get that too. Anyone know a fix? Besides making the font smaller, (which obviously does work, since you do not have to scroll down as much) because my font is already almost too small to read (Arial 7pt.)
This is not a new problem. I've seen this in prior versions (for fb2k 0.83) as well.

No one has come up with a fix?

And no, never had the problem you (and others) describe, although I definitely have lyrics longer than 50 lines. The only glitch I have seen every now and then was padding not correctly applied on the last line, but I think it was on the 0.8.3 version. Perhaps it depends on the height of your panel? Mine occupies the whole left side of the playlist.

Regards.

Alessandro

I don't think it has anything to do with how many lines, just how much scrolling down is done. Of course more lines equal more scrolling, but larger panel = less scrolling and smaller font = less scrolling.
foobar2000 + EAC + Burrrn = Happiness

foo_uie_trackinfo

Reply #735


Quote
I'm experiencing the "meta_db handle leaks..." error when I close foobar. But also, the foobar process is taking nearly the 98% of processor usage.

You're not alone

I have this error too. What could be done ?

A quick test shows the number meta_db handle leaks equals to the number of song I played...

Something related to meta database update not working or variable not release when change of track?

Also got this.. But not the 98% CPU usage though.

foo_uie_trackinfo

Reply #736
Could anyone tell me what the code is for the filesize in megabytes, also what i need to display the compression ratio?
thanks in advance

foo_uie_trackinfo

Reply #737
Could anyone tell me what the code is for the filesize in megabytes, also what i need to display the compression ratio?
thanks in advance

Filesize:
Code: [Select]
$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) MB



foo_uie_trackinfo

Reply #740

I can't get any panels to show other with the new Column UI...


neither can i...if you figure it out please let me know.
thanks


After I dl/ed the new versions from this thread, the panels finally showed up!  Everything is done through teh Column UI preference menu.

 

foo_uie_trackinfo

Reply #741
I have the most recent version of columns ui but i still can't see any panels or find any settings, help!

foo_uie_trackinfo

Reply #742
I have the most recent version of columns ui but i still can't see any panels or find any settings, help!


Its going to be under:

Preference ->
Display ->
Column UI ->
Layout tab -> right click on the Vertical Spliiter and there's are your options!!!

foo_uie_trackinfo

Reply #743
First I must say that this is a great plugin, and I find I very useful.

But there seams to bee something wrong with the alignment in the $tab() code.
Code: [Select]
Text$tab()Text2A$tab()$crlf()
Longer Text$tab()Text2B$tab()$crlf()

“Text2A” and “Text2B” does not align.

Anders


foo_uie_trackinfo

Reply #745
First I must say that this is a great plugin, and I find I very useful.

But there seams to bee something wrong with the alignment in the $tab() code.
Code: [Select]
Text$tab()Text2A$tab()$crlf()
Longer Text$tab()Text2B$tab()$crlf()

“Text2A” and “Text2B” does not align.

Anders

Tried to use other fonts (with same char width)? i.e. "Courier New"


foo_uie_trackinfo

Reply #747
I checked out this foo_uie_trackinfo formatting section (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:0.9_Track_Info_Panel_%28foo_uie_trackinfo%29 ) and I can seem to reproduce the right alignment.

Putting one $tab() just pushes the text in so it's indented.

BTW, it would help if you posted example code.

It may be that you're using the older version of trackinfo that uses $char(1). Check the 1st post to see how to use that.

$char(1) is dead. Long live $tab().

foo_uie_trackinfo

Reply #748
I checked out this foo_uie_trackinfo formatting section (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:0.9_Track_Info_Panel_%28foo_uie_trackinfo%29 ) and I can seem to reproduce the right alignment.

Putting one $tab() just pushes the text in so it's indented.

BTW, it would help if you posted example code.

It may be that you're using the older version of trackinfo that uses $char(1). Check the 1st post to see how to use that.

$char(1) is dead. Long live $tab().




I'm using the latest of everything. So I'm not sure the first post would be relevant.

Also, the code isn't anything special.
$char(10)
$tab()$get(progressbar)

It's nothing than formatting some text like %album% or anything else that can be formatted.

Any ideas?

foo_uie_trackinfo

Reply #749
The function from the foobar2000 SDK that draws colored text with tabs can work in two modes. Most components (including Default UI) use the column-based one. The latest foo_uie_trackinfo uses the alternate mode where unused space is distributed equally among tab characters. See this post for an explanation of the two modes.