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: Track Info Panel with ability to change font (Read 729732 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Track Info Panel with ability to change font

Reply #576
thanks i found it but this is a newer version so cheers

The one that russell777 mentioned actually is the newest version.  Version 0.2.5 is a modified version, which was spawned from version 2.07

Track Info Panel with ability to change font

Reply #577
Is there a way to have buttons align with the preceeding text? I need something like:

Line 1
Line 2
Line 3

Button

But I can't specify a height because in some cases Line 2 may not be displayed. I've tried using $button2(,,,,,,x,x,x,x) but the button is still positioned as if the values were 0.

Also, if I change underline in the following to bold, the screen is blank. Any ideas?

Code: [Select]
$button2(0,0,0,0,30,13,'$font(tahoma,8,,0-0-0)pause','$font(tahoma,8,underline,0-0-0)pause',pause,)

Track Info Panel with ability to change font

Reply #578
i want to display my album art to a max of 300by300 centrally is there a code i can use? so it remains centered even if the window resizes?

also is there a way so the images resizes due to the visible space (again if the window resizes?)

Track Info Panel with ability to change font

Reply #579
I'm having trouble with playback commands within $button. None of them seem to work including: play, pause, playpause, previous, prev, next, stop, playback/play, playback/prev, playback/previous, etc, etc, etc.

I've tried the wiki that includes all foobar commands, but they just aren't working.

Track Info Panel with ability to change font

Reply #580
I'm having trouble with playback commands within $button. None of them seem to work including: play, pause, playpause, previous, prev, next, stop, playback/play, playback/prev, playback/previous, etc, etc, etc.

I've tried the wiki that includes all foobar commands, but they just aren't working.

Make sure there is no space between the previous comma and the command and the command is exactly as it appears in the wiki. There was a space in the example on the wiki that was causing it not to work for me.

Track Info Panel with ability to change font

Reply #581
Hi, terrestrial and gang.
I've been using foobar for about a week and this plug-in for about as long. (version: 0.7.1 beta [Oct 24 2006 - 22:48:54])

I'm using the following code to display album art:
Code: [Select]
$imageabs2(125,125,,,,,2,2,$replace(%path%,%filename_ext%,)folder.jpg,)

and this works great for everything except whenever I'm playing/viewing a song from the directory ...My Music\Albums\Big Star\#1 Record

Since the image file is viewable with the same code if I move it to another directory, and the $replace(%path%,%filename_ext%,) prints in trackinfo_mod by itself as one would expect, I'm guessing the bug is with your plug-in, and has something to do with the path to the file containing a #.
Thank you.
elevatorladylevitateme

Track Info Panel with ability to change font

Reply #582
I'm trying to make a button for playing an audio cd, like this:

$button(21,0,0,0,18,17,images\icons\opencd.png,,play audio cd...,)      and it does not work

I've also tried: $button(21,0,0,0,18,17,images\icons\opencd.png,,play audio cd,)  but still, nothing

The "play audio cd..." command belongs to the Main Menu Items.
Anybody else has made that button? is it not possible?

EDIT: nvm, the right command is "Open Audio CD". It's wrong in the commandline guide in the wiki

Track Info Panel with ability to change font

Reply #583
Does anyone know if there would be a way to know the state of a tabbed panel, i mean which view it is on, inside the code of a track info mod panel?

Edit: It appears that images loaded in track info mod are locked so we cant modify album arts for example. Would there be a way for those images not to be locked?

Also i really hope fileexists will be implemented in track info mod too
Cant wait for that and the full path commands

Thanks a lot for your work terrestrial!

Track Info Panel with ability to change font

Reply #584
If you guys find a mistake in the Wiki, don't be shy, fix it! 

Does anyone know if there would be a way to know the state of a tabbed panel, i mean which view it is on, inside the code of a track info mod panel?

It's not possible to my knowledge. There's no way to detect what state a tabbed panel is in.

Track Info Panel with ability to change font

Reply #585
If you guys find a mistake in the Wiki, don't be shy, fix it! 


Does anyone know if there would be a way to know the state of a tabbed panel, i mean which view it is on, inside the code of a track info mod panel?

It's not possible to my knowledge. There's no way to detect what state a tabbed panel is in.

That s what i thought

Track Info Panel with ability to change font

Reply #586
Could I make a button to load a specific playlist?

Closest command I can find is: Playlist/Load playlist...

Is there a way to specify one? I'm kind of assuming thats why it's ...

Track Info Panel with ability to change font

Reply #587
Currently when you resize the panel, images are not updated. Consequently if the size of an imageabs2 depends on the width or height, the image does not resize itself when you resize the panel.

Could it be possible terrestrial to add that feature?

Track Info Panel with ability to change font

Reply #588
Currently when you resize the panel, images are not updated. Consequently if the size of an imageabs2 depends on the width or height, the image does not resize itself when you resize the panel.

Could it be possible terrestrial to add that feature?
I was going to ask the same thing. Also, are you planning to implement the new features in single_column into this (NOKEEPASPECT,filecheck,image wildcards)?

Track Info Panel with ability to change font

Reply #589
When I upgraded to the Oct. 24 version of trackinfomod my buttons linked to foo_run services and tabs stopped working. I downgraded to my previous version and they started working again. I re-upgraded to Oct.24 and they stopped. However, my buttons linked to main menu playback commands such as previous, next, play/pause, and volume functions all function properly in both versions. Is anyone experiencing this problem? I'll have to wait until this weekend to give it a proper debugging.

Track Info Panel with ability to change font

Reply #590
my tabs are still working in the current version

Track Info Panel with ability to change font

Reply #591
Well I solved my problem, there appears to have been a change in the button command:

$button(x,y,a,b,w,h,image,hover,option)

Before I had left a and b blank, this used to work fine but the newer version appears to be a bit more sensitive. I replaced the empty parameters with 0's and now all is well.

Track Info Panel with ability to change font

Reply #592
is there a way to display the total number of tracks selected in this panel somehow ?
i see a way to display selected time...and a way to show the number of tracks in a playlist.
but is there a way to display how many tracks i have selected ?
thanks!

Track Info Panel with ability to change font

Reply #593
quick requests, could you make it so setting tags/running scripts targets all of the tracks selected, right now it is only doing one. Also the same imageabs2 options you added to single columns playlists would be awesome(nokeepaspect/image aligning)

thanks for the great work on these components

Track Info Panel with ability to change font

Reply #594
i hope $fileexists is being added to this plugin too

Track Info Panel with ability to change font

Reply #595
Feature Request

Allow buttons, rectangles and images to flow with text instead of specifying a position. Thanks!

Track Info Panel with ability to change font

Reply #596
Feature Request

Allow buttons, rectangles and images to flow with text instead of specifying a position. Thanks!

use $calcwidth to find the length of text and size them that way

Track Info Panel with ability to change font

Reply #597
is it possible for a button to switch to a different foobar layout?

and going even further specifying which tabbed panel?

Track Info Panel with ability to change font

Reply #598
Using last build of TrackInfo.. I don't have ability to bring my foobar window on top when clicking on trackinfo area.. Could it be fixed? Older builds don't have such problem..

 

Track Info Panel with ability to change font

Reply #599
is it possible for a button to switch to a different foobar layout?

and going even further specifying which tabbed panel?


You should be able to just use the panel/layout name as the button command.. I think