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

foo_uie_trackinfo

Reply #950
wrstarr:

$info(extrainfo) was crippled a few versions ago. instead try using $info(codec_profile) like this:

$if($strstr($lower($info(codec_profile)),vbr),VBR,CBR)

Though it doesnt seem to work for everything, if anyone else has a better suggestion please post.



foo_uie_trackinfo

Reply #953
I use this

$if($strstr($lower($info(codec_profile)),vbr),VBR,%codec_profile%)
%codec_profile% alone should be enough, or am I missing something?

Alessandro

Only mp3's have that field,other formats don't have it,so it should be enough only for mp3's for other formats you'll need to figure it out.
Favourite artist:CD-R
Favourite album:700MB

foo_uie_trackinfo

Reply #954
Russel,

thank you for your answer.

Indeed I'm only using MP3s, but that formula doesn't seem to me sufficient/appropriate for all other formats. What do you think?

Alessandro

foo_uie_trackinfo

Reply #955

I use this

$if($strstr($lower($info(codec_profile)),vbr),VBR,%codec_profile%)
%codec_profile% alone should be enough, or am I missing something?

Alessandro

Only mp3's have that field,other formats don't have it,so it should be enough only for mp3's for other formats you'll need to figure it out.

musepack has it too


foo_uie_trackinfo

Reply #957
Thank you for all the quick responeses.. the suggestions work great

foo_uie_trackinfo

Reply #958
Is it possible to add an option to enable scroll bar?

foo_uie_trackinfo

Reply #959
Does anybody know if this is still being developed?


 

foo_uie_trackinfo

Reply #961
Hello Guys.What code is it if i want to display in my track info panel the album full length,not only the track played and remaining length?

foo_uie_trackinfo

Reply #962
You should ask Phi before you release that, you know.

Here's my current one:



Thanks in advance.

foo_uie_trackinfo

Reply #963
I like the sample shown in Post #478.  However, I am not a coder and can't figure out any of the coding.  I cut and pasted the code and it shows up the way it should in the Track Info Mod box.  However, I can't get the progress bar to change or length of song remaining to change.  All the items that are suppose to change as the song progresses remain static.  How do I fix this?

Please forgive my ignorance.

John

foo_uie_trackinfo

Reply #964
Forget it...
Wrong forum...
Good move for my first post here i think. 

foo_uie_trackinfo

Reply #965
i need help 

i use this code 

Code: [Select]
$if(%_trackinfo_notrack%,$char(10)$tab()no track,
$upper([%artist% $rgb(128,128,128)/ ]$rgb(52,101,164)
$if($and($strstr(%genre%,Classical),$not($strcmp(%album%,%title%))),
[%album%: ]
$select(%tracknumber%,I,II,III,IV,V,VI,VII,VIII,IX,X,XI,XII,XIII,XIV,XV,XVI,XVII,XVIII,XIX,XX,XXI,XXII,XXIII,XXIV,XXV,XXV
I,XXVII,XXVIII,XXIX,XXX).
)
[%title%])
$tab()
[- %playback_time_remaining% / ][%length%]$char(10)
$rgb(185,185,185)$if2([%performer%],[])$tab()
$rgb(70,70,70)[%codec% ][%bitrate% Kb/s ])


i don't need the part showing codec & bitrate anymore, can somebody please  remove it ?

thanks

foo_uie_trackinfo

Reply #966
uh, just delete the last line?  up to the ) ?

foo_uie_trackinfo

Reply #967
i already tried that, after i do that everything disappears ...

foo_uie_trackinfo

Reply #968
i need help 
i don't need the part showing codec & bitrate anymore, can somebody please  remove it


Code: [Select]
$if(%_trackinfo_notrack%,$char(10)$tab()no track,
$upper([%artist% $rgb(128,128,128)/ ]$rgb(52,101,164)
$if($and($strstr(%genre%,Classical),$not($strcmp(%album%,%title%))),
[%album%: ]
$select(%tracknumber%,I,II,III,IV,V,VI,VII,VIII,IX,X,XI,XII,XIII,XIV,XV,XVI,XVII,XVIII,XIX,XX,XXI,XXII,XXIII,XXIV,XXV,XXV
I,XXVII,XXVIII,XXIX,XXX).
)
[%title%])
$tab()
[- %playback_time_remaining% / ][%length%]$char(10)
$rgb(185,185,185)$if2([%performer%],[])$tab()
$rgb(70,70,70))
elevatorladylevitateme

foo_uie_trackinfo

Reply #969
thank you sooo much shakey snake 


foo_uie_trackinfo

Reply #970
Don't know if this is the right place but here goes....
I'm trying to have a frame surround my album art. I have it working for when the window is maximised but if i restore the window the alb art shrinks with a awful border of nothing around it. I will post the code but it's off at the moment because every time I try to edit it now panels crashes. I have my window split in two with the track display on the left I want it in the centre of that.

Code: [Select]
$imageabs2($sub(%_width%,180),$sub(%_width%,180),,,,,$sub(%_width%,20),87,$getpvar(MyCoverPath),NOKEEPASPECT)
$imageabs2($sub(%_width%,20),$sub(%_width%,20),,,,,12,5,D:\Ohhh Two\black frame.png,NOKEEPASPECT)


How would i determine where the inside top left corner would be? <= that is what i really need to know.

Panels would crash when i would try to change $sub(%_width%,20) of the alb art line. I know one of you can help PLEASE.

[/font]
I love π

foo_uie_trackinfo

Reply #971
Don't know if this is the right place but here goes....
Your code has nothing to do with the plugin foo_uie_trackinfo

Your code applies to PanelsUI or the now defunct trackinfo_mod

So, If you need help you can create your own thread here in the 3rd Party Plugins section
Read the wiki if you haven't already.
elevatorladylevitateme

foo_uie_trackinfo

Reply #972

Don't know if this is the right place but here goes....
Your code has nothing to do with the plugin foo_uie_trackinfo

Your code applies to PanelsUI or the now defunct trackinfo_mod

So, If you need help you can create your own thread here in the 3rd Party Plugins section
Read the wiki if you haven't already.


OK my bad sorry Ill go post it elsewhere. I have read the wiki, iread all the time just don't know which bit is wrong.
I love π

foo_uie_trackinfo

Reply #973
The link to the dll is now dead. Is there a better way to display track info in a ColumnsUI config other than this, or a newer component that I am not aware of?

I know this is old, but I want the information like this screenshot of this old config by brumal:

http://img89.imageshack.us/my.php?image=br...81720064fo7.png

Cheers, I've tried to read the wikis but I don't quite understand them

foo_uie_trackinfo

Reply #974
This component is now integrated in Panels UI, that's what you need.