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

foo_uie_trackinfo

Reply #800
// Added Toggles(script fm DXX), Mode Info, VA, Screaming ...

  Screaming is nice. Didn't know, that foobar can scream 

hyyam85: Do a right mouseclick in the panel and select Settings.
Cya(o)
      Rainer

foo_uie_trackinfo

Reply #801
Okay, I noticed my foobar started taking up a huge amount of CPU (between 5% and 35% in cycles of about 3-4 seconds) since I started pimping it out.  I decided to figure out which component was doing this, and it turned out to be this one.  Is anyone else getting this problem?  This thing is taking up a space that I can't fill with another component, so I'd have to reorder my UI.

So, yeah... why would this component be such a hog?  I turned off the update every second thing and it still kills my CPU in that cyclic way.  Any ideas?

edit: I found a post about the scroll stuff fix thing.  That killed the hogginess.

foo_uie_trackinfo

Reply #802
where is the link for the latest version of this component, and does it work with 0.9.1 foobar.  thanks.  don't mean to insert a random post.


foo_uie_trackinfo

Reply #804
THANKS!

foo_uie_trackinfo

Reply #805
is it also possible to set something like this:
variable name left-aligned, but the value centered to a special point valid for all lines?

Code: [Select]
Artist:   LongBlubb
Title:      Blubb
Track:       01
Genre:      Blubb

Samplerate:       44kHz
File:           Blubb.mp3
Path:        D:\Blubb\blubb


edit:
ok artist: $tag()%artist%$tag() will do this =)

so how to scroll not Artist: but LongBlubb ???

foo_uie_trackinfo

Reply #806
so how to scroll not Artist: but LongBlubb ???


The only think that I can think of is to stick two track info panels in a horizontal splitter, one with Artist:, Title:, etc and the other with the info.  I don't think its currently possible in one panel.

foo_uie_trackinfo

Reply #807
Quote
Trackinfo Panel is a panel for Columns UI that displays info (via TAGZ) about the currently playing or currently selected track.


Displays info where ? 

foo_uie_trackinfo

Reply #808
Quote
Displays info where ? 

You've got to insert the panel first, just like I've mentioned in the other post mate.

foo_uie_trackinfo

Reply #809
Displays info where ? 
To where you added it to your columns ui layout.

I recommend to first fix bugs.

a) Panel does not refresh when changing the playlist (when in follow cursor mode).
b) $line_end(ellipsize) does not seem to work (mine shows 'E', wrap is default, OS is W2K)
c) Lines should be left alligned, if mode is "centered" and line exceeds the panel width.

EDIT:

d) If you drag an unsupported file format over the trackinfo panel, the error console comes up immediately: "Could not load info (Unsupported file format) from: blah..."

foo_uie_trackinfo

Reply #810
Aha, so I must add it manually, ok, now help me to do this properly, I've replied here. Thanks.

foo_uie_trackinfo

Reply #811
Is there anyway to change the font size of some text while leaving the rest at default size?



foo_uie_trackinfo

Reply #814
Just think about a question

Is it possible to make those shown in the trackinfo panel becomes selectable, so can be copied?

Thanks

foo_uie_trackinfo

Reply #815
For whatever reason, I'm not able to show %list_total% and %list_index% in trackinfo panel. Is there any way to use these? I also failed with $set_global/$get_global...

foo_uie_trackinfo

Reply #816
REQUEST

can someone please implement a save/load/reset/delete feature for configs, like in columns ui. then having multiple configs will be easy to manage and can be saved and shared properly..

foo_uie_trackinfo

Reply #817
For whatever reason, I'm not able to show %list_total% and %list_index% in trackinfo panel. Is there any way to use these? I also failed with $set_global/$get_global...


I found this answer from Foosion

Quote from: foosion link=msg=0 date=
The SDK clearly states that methods of play_manager may only be called from the main thread.
The restriction of %list_index% and other playlist specific fields to the playlist is by design.

 

foo_uie_trackinfo

Reply #818
Part of artist, album and title names are blue, when they should be red. Why?

Here's the screenshot:
http://img105.imageshack.us/img105/7601/why3ch.gif

Here's the settings:
Code: [Select]
$if(%_trackinfo_notrack%,
$char(10)$char(10)$char(1)CNo track playing,
$char(1)Ca0caf3%_trackinfo_mode%$char(10)
$char(1)C$if(%_isplaying%,$select($add(1,
$mod(%_time_remaining_seconds%,5)), ,.,..,...,....),)$char(10)
dcab50Artist: $tab()4040ff%artist%$char(10)
dcab50Title: $tab()4040ff%title%$char(10)
dcab50Album: $tab()4040ff%album%$char(10)
dcab50Year: $tab()4040ff%date%$char(10)
dcab50Track #: $tab()4040ff$if(%tracknumber%,%tracknumber%,00)$char(10)
dcab50Bitrate: $tab()4040ff%__bitrate%kbps$char(10)$char(10)
dcab50Played 4040ff%play_count%dcab50 time$char(40)s$char(41))

foo_uie_trackinfo

Reply #819
I found this answer from Foosion

Quote from: foosion link=msg=0 date=

The SDK clearly states that methods of play_manager may only be called from the main thread.
The restriction of %list_index% and other playlist specific fields to the playlist is by design.
Thanks for finding. Unfortunately it is by design. From the users point of view I do not understand the difference why e.g. %playback_time_seconds% is accessible, but %list_index% isn't.

foo_uie_trackinfo

Reply #820
Part of artist, album and title names are blue, when they should be red. Why?

Here's the screenshot:
http://img105.imageshack.us/img105/7601/why3ch.gif

Here's the settings:
Code: [Select]
$if(%_trackinfo_notrack%,
$char(10)$char(10)$char(1)CNo track playing,
$char(1)Ca0caf3%_trackinfo_mode%$char(10)
$char(1)C$if(%_isplaying%,$select($add(1,
$mod(%_time_remaining_seconds%,5)), ,.,..,...,....),)$char(10)
dcab50Artist: $tab()4040ff%artist%$char(10)
dcab50Title: $tab()4040ff%title%$char(10)
dcab50Album: $tab()4040ff%album%$char(10)
dcab50Year: $tab()4040ff%date%$char(10)
dcab50Track #: $tab()4040ff$if(%tracknumber%,%tracknumber%,00)$char(10)
dcab50Bitrate: $tab()4040ff%__bitrate%kbps$char(10)$char(10)
dcab50Played 4040ff%play_count%dcab50 time$char(40)s$char(41))


Anyone? Plz, this is making me crazy 

foo_uie_trackinfo

Reply #821
try that

Code: [Select]
$if(%_trackinfo_notrack%,
$char(10)$char(10)$char(1)CNo track playing,
$char(1)Ca0caf3%_trackinfo_mode%$char(10)
$char(1)C$if(%_isplaying%,$select($add(1,
$mod(%_time_remaining_seconds%,5)), ,.,..,...,....),)$char(10)
dcab50Artist: 4040ff$tab()%artist%$char(10)
dcab50Title: 4040ff$tab()%title%$char(10)
dcab50Album: 4040ff$tab()%album%$char(10)
dcab50Year: 4040ff$tab()%date%$char(10)
dcab50Track #: 4040ff$tab()$if(%tracknumber%,%tracknumber%,00)$char(10)
dcab50Bitrate: 4040ff$tab()%__bitrate%kbps$char(10)$char(10)
dcab50Played 4040ff%play_count%dcab50 time$char(40)s$char(41))

foo_uie_trackinfo

Reply #822


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?

foo_uie_trackinfo

Reply #823
try that

Code: [Select]
$if(%_trackinfo_notrack%,
$char(10)$char(10)$char(1)CNo track playing,
$char(1)Ca0caf3%_trackinfo_mode%$char(10)
$char(1)C$if(%_isplaying%,$select($add(1,
$mod(%_time_remaining_seconds%,5)), ,.,..,...,....),)$char(10)
dcab50Artist: 4040ff$tab()%artist%$char(10)
dcab50Title: 4040ff$tab()%title%$char(10)
dcab50Album: 4040ff$tab()%album%$char(10)
dcab50Year: 4040ff$tab()%date%$char(10)
dcab50Track #: 4040ff$tab()$if(%tracknumber%,%tracknumber%,00)$char(10)
dcab50Bitrate: 4040ff$tab()%__bitrate%kbps$char(10)$char(10)
dcab50Played 4040ff%play_count%dcab50 time$char(40)s$char(41))


Thanks! It almost worked. I tweaked it a little bit and now it works flawlessy!

Here's the code:
Code: [Select]
$if(%_trackinfo_notrack%,
$char(10)$char(10)$char(1)CNo track playing,
$char(1)Ca0caf3%_trackinfo_mode%$char(10)
$char(1)C$if(%_isplaying%,$select($add(1,
$mod(%_time_remaining_seconds%,5)), ,.,..,...,....),)$char(10)
dcab50Artist: 4040ff$tab()4040ff%artist%$char(10)
dcab50Title: 4040ff$tab()4040ff%title%$char(10)
dcab50Album: 4040ff$tab()4040ff%album%$char(10)
dcab50Year: 4040ff$tab()4040ff%date%$char(10)
dcab50Track #: 4040ff$tab()4040ff$if(%tracknumber%,%tracknumber%,00)$char(10)
dcab50Bitrate: 4040ff$tab()4040ff%__bitrate%kbps$char(10)$char(10)
dcab50Played 4040ff%play_count%dcab50 time$char(40)s$char(41))

foo_uie_trackinfo

Reply #824
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...