Help - Search - Members - Calendar
Full Version: foo_ui_panels
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57
alphameric
QUOTE(shakey_snake @ Mar 19 2007, 21:50) *

do you have the keypresses set as global?


nope.
im using the default setpoint drivers, which i used the registry hack to work with foobar.
the keys work perfectly in every other ui, its just panels ermm.gif
VeaaC
Is it possible to add the option to buttons to refresh the panels? I've a button switching some design in the playlist and want to update it after the button has been pressed.
Right now I'm using a 1 pixel difference to force a redraw (pl_info can only be 0 or 1):
CODE

$panel(Playlist,Single Column Playlist,300,40,$eval(%_width%-300+$getpvar(pl_info)),$eval(%_height%-40),)


//EDIT
Is there a way to get a Playlist Tree panel to redraw and update correctly? Everytime the panel needs redrawing it is just showing some parts redrawn and those in bold, though the text shouldn't be bold.
//EDIT2
Found the error. Playlist Tree behaves very strange when displayed in two foobar instances at the same time
//EDIT3
Can't get foo_rum to work with buttons and CONTEXT-SELECTED.... what's the full path i need to use as a command?
flxfxp
I know how to set up a button to change to order to "Default":
CODE
$button($sub(%_width%,48),0,0,0,24,24,/images\flx-v1\prefs.png,/images\flx-v1\albumlist.png,Default,)


Does anyone know the command to "Shuffle (tracks)"?

Thanks in advance,

Dennis

edit: Also, does someone know how to link a playlist to a button?
shakey_snake
QUOTE(flxfxp @ Mar 20 2007, 20:26) *

I know how to set up a button to change to order to "Default":
CODE
$button($sub(%_width%,48),0,0,0,24,24,/images\flx-v1\prefs.png,/images\flx-v1\albumlist.png,Default,)


Does anyone know the command to "Shuffle (tracks)"?

Virtually all button commands and panel names can be found in the upper left portion of the configuration window.
I mean seriously, did you try Shuffle (tracks) before asking? emot-cop.gif
QUOTE(flxfxp @ Mar 20 2007, 20:26) *

edit: Also, does someone know how to link a playlist to a button?
You would need an extension which adds the playlists to one of the menus.

Button commands seriously aren't this hard. Either the command is something found in the context or main menus or it is one of the specific things outlined on the wiki.

QUOTE(alphameric @ Mar 20 2007, 17:26) *

nope.
im using the default setpoint drivers, which i used the registry hack to work with foobar.
the keys work perfectly in every other ui, its just panels ermm.gif
eerr wow, sounds messy. blink.gif
flxfxp
QUOTE(shakey_snake @ Mar 20 2007, 19:40) *

QUOTE(flxfxp @ Mar 20 2007, 20:26) *

I know how to set up a button to change to order to "Default":
CODE
$button($sub(%_width%,48),0,0,0,24,24,/images\flx-v1\prefs.png,/images\flx-v1\albumlist.png,Default,)


Does anyone know the command to "Shuffle (tracks)"?

Virtually all button commands and panel names can be found in the upper left portion of the configuration window.
I mean seriously, did you try Shuffle (tracks) before asking? emot-cop.gif


I tried, but it isnt working sad.gif Does it work for you?
shakey_snake
Yes. You are wrapping it with single quotes, right?

QUOTE(wiki)
COMMAND
Specifies the function of the button when clicked. The whole command string must be contained within single quotes.
flxfxp
I did, but it still isnt working...can you maybe give me an example?

Thanks in advance,

Dennis

edit: ah, i already figured it out...one of my functions was giving problems. thanks tho!

edit2:
QUOTE
You would need an extension which adds the playlists to one of the menus.
Would you happen to know such an extension?
alphameric
QUOTE(shakey_snake @ Mar 20 2007, 19:40) *

eerr wow, sounds messy. blink.gif


not really, its essentially adding the program to setPoints list of programs (ie: winamp, wmp)
shakey_snake
proprietary-compatibility-nightmare = messy, IMO.
But this threads not really about my opinion, so just ignore this post. wink.gif
Squeller
Suggestion: The blue bracket highlighting is useful, but almost not recognizable on my notebook (1024x768). Can you make the highlighted brackets bold please?
carmenm
QUOTE(Squeller @ Mar 21 2007, 09:47) *

Suggestion: The blue bracket highlighting is useful, but almost not recognizable on my notebook (1024x768). Can you make the highlighted brackets bold please?


Seeing whats done in a lot of software, instead of changing the char font color you should change the char background color.

And i agree we dont see it enough

thanks
D3WEY
Does anyone know why, ever since switching to Panels UI, my drag'n'dropped playlist items always move to the bottom of the playlist? In ColumnsUI, there was an option to have dropped items insert wherever you dropped them. That option, while still set the way it was, obviously doesn't function since i'm using Panels UI. Thanks for any help you can provide sad.gif
SoulMan
thank you a lot alphameric.

Are thin kind of function documented anywhere?
mindrevolta
i was trying to find but i ended with nothing...

is it possible to to put two or more panels into one row not into three different?
like volume, seekbar & playback order

and what are those config IDs and name (from wiki)
$panel(ID,name,x,y,width,height)

can you give me some list of them..


PS
If it is somewhere in a topic i am sorry but the search engine was down.
metal_termite
QUOTE(mindrevolta @ Mar 21 2007, 14:43) *

i was trying to find but i ended with nothing...

is it possible to to put two or more panels into one row not into three different?
like volume, seekbar & playback order

and what are those config IDs and name (from wiki)
$panel(ID,name,x,y,width,height)

can you give me some list of them..


PS
If it is somewhere in a topic i am sorry but the search engine was down.

I don't know what you mean by "put two or more panels into one row not into three" but a panel ID can be whatever you want. You can find each panel name in the panel configuration window. Click the drop-down selector.

IPB Image

The ones you are specifically looking for are called Volume, Seekbar, and Playback order.
the_hoodie
This may have been already answered, but when this is enabled, foobar doesn't appear on the task bar anymore. Is there a way to fix this?
D3WEY
QUOTE(the_hoodie @ Mar 21 2007, 16:54) *

This may have been already answered, but when this is enabled, foobar doesn't appear on the task bar anymore. Is there a way to fix this?

Did you try the uh..options? IPB Image

IPB Image
the_hoodie
hah that was stupid of me
alphameric
QUOTE(SoulMan @ Mar 21 2007, 12:46) *

thank you a lot alphameric.

Are thin kind of function documented anywhere?


im sorry tongue.gif , im not sure i understand the question
ANT
Hi,
I feel that with Panels UI, the foobar window is responding slower :
minimizing to tray for example, and also the taskbar button doesn't get the focus anymore (doesn't looked 'focused') when closing another window and foobar is automatically given the focus back.
SoulMan
QUOTE(alphameric @ Mar 22 2007, 05:29) *

QUOTE(SoulMan @ Mar 21 2007, 12:46) *

thank you a lot alphameric.

Are thin kind of function documented anywhere?


im sorry tongue.gif , im not sure i understand the question


Sorry for my poor english,

There is somewhere, a list of panelsUI keyboard shortcuts?
carmenm
Terrestrial :
Looking for the ultimate config, there is one feature that i miss from Columns UI. The ability to change the size of a panel using the mouse on one corner of the panel. I dont if it is possible but if it is it would be awesome to have it as an option of the panel. And it would be even greater to be able to choose which sides of the panel are resisable.

So it s a little feature request tongue.gif

Thanks for your amazing work
shakey_snake
QUOTE(SoulMan @ Mar 22 2007, 09:11) *

Sorry for my poor english,

There is somewhere, a list of panelsUI keyboard shortcuts?

Keyboard shortcuts are native to foobar and work regardless of which UI is used.
you can find and set them as you wish in Foobar's Preferences.

Alphameric's situation is unique because his logitech keyboard does things it's own, proprietary, way.
If you also have a Logitech keyboard then the shortcut keys probably won't work until Terrestrial, the developer of PanelUI, "fixes" it.


QUOTE(carmenm @ Mar 22 2007, 09:40) *

Terrestrial :
Looking for the ultimate config, there is one feature that i miss from Columns UI. The ability to change the size of a panel using the mouse on one corner of the panel. I dont if it is possible but if it is it would be awesome to have it as an option of the panel. And it would be even greater to be able to choose which sides of the panel are resisable.

So it s a little feature request tongue.gif

Thanks for your amazing work
you could already do this (well, something close to it) with some code.
carmenm
QUOTE(shakey_snake @ Mar 22 2007, 18:56) *

QUOTE(carmenm @ Mar 22 2007, 09:40) *

Terrestrial :
Looking for the ultimate config, there is one feature that i miss from Columns UI. The ability to change the size of a panel using the mouse on one corner of the panel. I dont if it is possible but if it is it would be awesome to have it as an option of the panel. And it would be even greater to be able to choose which sides of the panel are resisable.

So it s a little feature request tongue.gif

Thanks for your amazing work
you could already do this (well, something close to it) with some code.

You mean with egoh s component?
shakey_snake
no. I mean with PanelsUI.
think about it, all you're talking about is buttons and pvars and panel size.

PanelsUI already has all of these.



What you are directly asking for would be nearly impossible, and is already perfectly implimented by columnsUI itself.


In CSS, for example, you can either style webpages by using Float positioning (which is similar to Columns) or by absolute positioning (like Panels). If you'd ever try to create a page using both elements simultaneously, you get terrible, messy, incoherent results.
tberman333
This may have been answered before, but I can't find it and am unable to figure it out... Whenever there is no track playing in Foobar (with Panels_UI as the interface), the Title Bar just show a question mark (?).

Is there anyway to change that to either say Foobar2000 (like the default UI and columns UI) or even better a way to customize it.

Thanks!
Yotsuya
The question mark is displayed when you have told foobar to display a variable (let us use %tracknumber% for an example) however there is no data available for that variable. You can compensate for this by telling foobar to only display the variable if there is data available like this:
[%tracknumber%]
or this:
$if2(%tracknumber%,)
Or if you would only like to display data when a track is playing like this:
$if(%isplaying%,
%tracknumber%
,)
D3WEY
QUOTE(D3WEY @ Mar 21 2007, 09:33) *

Does anyone know why, ever since switching to Panels UI, my drag'n'dropped playlist items always move to the bottom of the playlist? In ColumnsUI, there was an option to have dropped items insert wherever you dropped them. That option, while still set the way it was, obviously doesn't function since i'm using Panels UI. Thanks for any help you can provide sad.gif


Quoting this for the next page i hopes someone has some idea what I'm doing wrong
maziu
QUOTE(Yotsuya @ Mar 22 2007, 21:46) *

The question mark is displayed when you have told foobar to display a variable (let us use %tracknumber% for an example) however there is no data available for that variable. You can compensate for this by telling foobar to only display the variable if there is data available like this:
[%tracknumber%]
or this:
$if2(%tracknumber%,)
Or if you would only like to display data when a track is playing like this:
$if(%isplaying%,
%tracknumber%
,)


I did find it a tad strange that titlebar behaves like Track Display in Mode: Now Playing. I got over it. More interestingly, $extra(foobar2000_version) does not work on the titlebar. It displays [UNKNOWN FUNCTION]. It looks exactly as it should in the preview, so I believe this is a Panels UI issue.
metal_termite
QUOTE(maziu @ Mar 22 2007, 22:12) *

More interestingly, $extra(foobar2000_version) does not work on the titlebar. It displays [UNKNOWN FUNCTION]. It looks exactly as it should in the preview, so I believe this is a Panels UI issue.


QUOTE(terrestrial @ Mar 16 2007, 14:02) *

foobar2000_version isn't handled.. I'll try and add it for the next version.

metal_termite
terrestrial, I know you're inundated with feature requests, but I have to add another of my own. I thought of something that may be quite useful. Through the configuration window or through whatever means you see fit, include the possibility of viewing a "debugging" window that shows a tabular list of all the current variables in use ($puts and $pvars) as well as their real-time values. Perhaps the variable values can even be manipulated or deleted entirely via this window for further debugging. Just a thought.
gregory
using v.0.8.1

just updated, are tagz not working in this version for the main window title, tray icon, etc.?

for example, for the main window title, i had

CODE
%album artist%
-
%title%


and got

?-?

then i put the tagz in [ ]

CODE
[%album artist%]
-
[%title%]


and got

-

should an extension even alter the main window title, tray icon menu, etc.?
Yotsuya
gregory: tags appear to be working fine for me and what you have posted is the expected output for the code. Maybe you are looking for something along the lines of this:
CODE
$if2(
[%album artist% - ][%title%]
,
foobar2000
)


btw foo_ui_panels, although it does require columnsui, is named and developed as a UI not simply a UIE. so I do believe it is free to muck about with the user interface quite a bit more than a typical extension.
chaosblade
QUOTE(metal_termite @ Mar 23 2007, 07:12) *

terrestrial, I know you're inundated with feature requests, but I have to add another of my own. I thought of something that may be quite useful. Through the configuration window or through whatever means you see fit, include the possibility of viewing a "debugging" window that shows a tabular list of all the current variables in use ($puts and $pvars) as well as their real-time values. Perhaps the variable values can even be manipulated or deleted entirely via this window for further debugging. Just a thought.


You're referring to a 'Watch Window'. Guess it could be useful for some stuff, But definitely not the easiest thing to implement, Maybe going even a bit out of place with a scripting language.
CannonballAndre
damn, I still don't get how to use the windowsize option on buttons. Can anyone care to explain how to use as if I was really really dumb?
wraithdu
@gregory

Adding to what Yotsuya said, the PanelsUI scripting for the main window title does not have a default for a not-playing state. So you have to define it, either as Yotsuya posted, or using $if(%isplaying%,....).

I've also noticed that you must restart foobar to see the changes you've made correctly.
shakey_snake
$if(%trackinfo_notrack%,,)
Is probably more useful considering it stays true during a paused state.
wraithdu
QUOTE(shakey_snake @ Mar 23 2007, 08:22) *

$if(%trackinfo_notrack%,,)
Is probably more useful considering it stays true during a paused state.

Does that work for the window title? I thought it only worked in a Track Display panel.

Ahh found it, here's terrestrial's post -
http://www.hydrogenaudio.org/forums/index....st&p=479065
shakey_snake
are we still talking about the window title?!?
never mind me then. blush.gif

I guess I assumed that this being the panelsUI thread and all, this was about panelsUI.
silly me. gun2.gif


in that case,
@greg-baby
QUOTE(gregory @ Mar 23 2007, 04:22) *
should an extension even alter the main window title, tray icon menu, etc.?
You can hide the titlebar and create a pseudo-titlebar of your own. see my config as an example of this

PanelsUI (I assume in great confidence) will always be dependent on ColumnsUI for generating panels, since the different panels themselves are written for ColumnsUI. So that considered, it makes sense to let Columns do the things it already does perfectly well, like take care of all those little formating strings.
terrestrial
QUOTE(jclim00 @ Mar 17 2007, 08:18) *

Is there any way to clear old PVAR values? I've changed the names to a few of mine and the old ones still show up in the pui; deleting them in notepad results in a corrupt file.


no, not yet. there will eventually be a way to delete pvars though. and editing the .pui files in notepad is almost always going to corrupt the file wink.gif

QUOTE(anolae @ Mar 17 2007, 11:26) *

I have been trying to put a background image on my foobar. What I want is to keep the aspect ratio of the image, but I don't want the size to adjust with the smallest dimension (ie I don't want black parts on each side of the image).
I have been trying to make it by myself, but this turns out to be really difficult (impossible?) as the mathematical functions I know only use integers.
Anyone knows how to do that? If it is not possible, terrestrial, could you add it as an option for $imageabs2?

Thanks for your help!


do you know the dimensions of the image you want resized? if so, then you would just set one side to what you want, and the other to a large number.


QUOTE(anolae @ Mar 17 2007, 16:11) *

I seem to have a problem with PerTrack and PerSecond option, with version 0.8.1

This is my code, directly in the main panel configuration:
CODE
// Background
$drawrect(,,,,brushcolor-255-255-255 pencolor-null)

// PerSecond
$panel(NowPlaying,Track Display,10,10,650,500,)

With this code I have [UNKNOWN FUNCTION] displayed in top left corner, it's the same if I use // PerSecond instead of // PerTrack.
If I remove // PerTrack, I only see the background and I don't see any error message (normal behavior).
If I remove both // Background and // PerTrack, everything seems to be fine.

Am I doing something wrong? Am I missing something?

EDIT: I have the same problem in Track Display panels
EDIT2: If I remove // Background and keep // PerTrack, I don't have the error message


check your user / layout globals.

QUOTE(shakey_snake @ Mar 19 2007, 17:36) *

version 0.8.1 regression
I believe with the previous version, (although I've been wrong before) size and position of the window was stored in the .pui; this doesn't seem to be the case with 0.8.1

(and I was really needing this feature, unless, you know, position and/or maximization were made changeable via scripting wink.gif )


nope, none of the previous versions stored the window position in the .pui (although it might be a good idea for the future).


QUOTE(metal_termite @ Mar 19 2007, 23:47) *

I'm in shock. I changed one PVAR on my layout and my entire pui file got wiped out. A weeks worth of coding... gone. crying.gif

I had just turned off shadow copy too because of slow copy times.


sad.gif backup the .puis often and if you can reproduce it, let me know.

QUOTE(alphameric @ Mar 20 2007, 15:26) *

nope.
im using the default setpoint drivers, which i used the registry hack to work with foobar.
the keys work perfectly in every other ui, its just panels ermm.gif


you might need to change the target of the key presses. panels ui uses different a window / class id than the default (or columns) ui.

QUOTE(metal_termite @ Mar 22 2007, 23:12) *

terrestrial, I know you're inundated with feature requests, but I have to add another of my own. I thought of something that may be quite useful. Through the configuration window or through whatever means you see fit, include the possibility of viewing a "debugging" window that shows a tabular list of all the current variables in use ($puts and $pvars) as well as their real-time values. Perhaps the variable values can even be manipulated or deleted entirely via this window for further debugging. Just a thought.


there will be a way to delete pvars (maybe it will display values too, not sure yet). you can already do a real-time watch for pvars using a regular track display and $getpvar (but you will have to know all the variable names).


QUOTE(shakey_snake @ Mar 23 2007, 07:30) *

PanelsUI (I assume in great confidence) will always be dependent on ColumnsUI for generating panels, since the different panels themselves are written for ColumnsUI. So that considered, it makes sense to let Columns do the things it already does perfectly well, like take care of all those little formating strings.


actually, no it doesn't require ColumnsUI (although the default layout uses panels from ColumnsUI, like the menu and seekbars).
wraithdu
QUOTE(anolae @ Mar 17 2007, 12:26) *

I have been trying to put a background image on my foobar. What I want is to keep the aspect ratio of the image, but I don't want the size to adjust with the smallest dimension (ie I don't want black parts on each side of the image).
I have been trying to make it by myself, but this turns out to be really difficult (impossible?) as the mathematical functions I know only use integers.
Anyone knows how to do that? If it is not possible, terrestrial, could you add it as an option for $imageabs2?

Thanks for your help!

First, you'll have to know the aspect ratio of the image you want to use, because AFAIK, foobar cannot retrieve this information from an image file. For this example I'll assume it's a standard 4x3 ratio and you want to keep the upper left corner of the image at the 0,0 coordinate of the panel.

CODE
$ifgreater(%_width%,$eval(4*%_height%/3),
$puts(bg,%_width%)
,
$puts(bg,$eval(4*%_height%/3)
)
$imageabs2($get(bg),$get(bg),0,0,%_width%,%_height%,0,0,'path_to_image',)


I think that should work. You may want to add an arbitrary number of pixels to the dimension (like 5) to compensate for rounding and avoid any small borders.
anolae
QUOTE(terrestrial @ Mar 23 2007, 16:57) *

QUOTE(anolae @ Mar 17 2007, 16:11) *

I seem to have a problem with PerTrack and PerSecond option, with version 0.8.1

This is my code, directly in the main panel configuration:
CODE
// Background
$drawrect(,,,,brushcolor-255-255-255 pencolor-null)

// PerSecond
$panel(NowPlaying,Track Display,10,10,650,500,)

With this code I have [UNKNOWN FUNCTION] displayed in top left corner, it's the same if I use // PerSecond instead of // PerTrack.
If I remove // PerTrack, I only see the background and I don't see any error message (normal behavior).
If I remove both // Background and // PerTrack, everything seems to be fine.

Am I doing something wrong? Am I missing something?

EDIT: I have the same problem in Track Display panels
EDIT2: If I remove // Background and keep // PerTrack, I don't have the error message


check your user / layout globals.

Correct! There was a mistake in USer Globals, I noticed it a few minutes ago. Thanks for the reply anyway ;-)

QUOTE(wraithdu @ Mar 23 2007, 17:28) *

QUOTE(anolae @ Mar 17 2007, 12:26) *

I have been trying to put a background image on my foobar. What I want is to keep the aspect ratio of the image, but I don't want the size to adjust with the smallest dimension (ie I don't want black parts on each side of the image).
I have been trying to make it by myself, but this turns out to be really difficult (impossible?) as the mathematical functions I know only use integers.
Anyone knows how to do that? If it is not possible, terrestrial, could you add it as an option for $imageabs2?

Thanks for your help!

First, you'll have to know the aspect ratio of the image you want to use, because AFAIK, foobar cannot retrieve this information from an image file. For this example I'll assume it's a standard 4x3 ratio and you want to keep the upper left corner of the image at the 0,0 coordinate of the panel.

CODE
$ifgreater(%_width%,$eval(4*%_height%/3),
$puts(bg,%_width%)
,
$puts(bg,$eval(4*%_height%/3)
)
$imageabs2($get(bg),$get(bg),0,0,%_width%,%_height%,0,0,'path_to_image',)


I think that should work. You may want to add an arbitrary number of pixels to the dimension (like 5) to compensate for rounding and avoid any small borders.

I've been trying to do something like that, but I have lots of problems with rounded values and finding the dimension to use as basis. Everything gets messed up quickly if I play with the aspect ratio of foobar.
My code is on another computer, but I'll paste it later. Maybe you'll find something.
wraithdu
Well the code I posted above should work for any background image that is a 4x3 aspect ratio, regardless of the size/ratio of your foobar panel. That's why the $get(bg) variable is based on the panel width and height, so it can change along with it. If you change bg images to something else, modify the ratio in the code and it should still work.

I haven't tried it, but I would like to know if it does what you want it to.
bb10
Don't know if this has been answered before but is it possible to put text on top of glass because it looks washed out behind the glass.
anolae
QUOTE(wraithdu @ Mar 23 2007, 21:23) *

Well the code I posted above should work for any background image that is a 4x3 aspect ratio, regardless of the size/ratio of your foobar panel. That's why the $get(bg) variable is based on the panel width and height, so it can change along with it. If you change bg images to something else, modify the ratio in the code and it should still work.

I haven't tried it, but I would like to know if it does what you want it to.

It doesn't seem to work :-(

But I have found a solution

CODE
$ifgreater(
    $eval(%_width%*10),$eval(%_height%*16),
    $imageabs2(%_width%,$eval(%_width%*10/16),0,0,,,0,0,skins/skin2/bg.png,),
    $imageabs2($eval(%_height%*16/10),%_height%,0,0,,,0,0,skins/skin2/bg.png,)
)


The main problem I had came from my previous comparison that generated non-integer results
CODE
$eval(16/10),$eval(%_width%/%_height%)


As you said earlier, now I just need to add some pixels to remove black borders.
wraithdu
Aww geez, I went braindead. I missed a ) and I forgot that you can't stretch an image greater than it's original size if you don't use 'nokeepaspect'. So here's the corrections edited for your 16x10 ratio -

CODE
$ifgreater(%_width%,$eval(16*%_height%/10),
$puts(bgW,%_width%)
$puts(bgH,$eval(10*%_width%/16))
,
$puts(bgW,$eval(16*%_height%/10))
$puts(bgH,%_height%)
)
$imageabs2($get(bgW),$get(bgH),0,0,%_width%,%_height%,0,0,'path_to_image',nokeepaspect)
anolae
QUOTE(wraithdu @ Mar 23 2007, 23:46) *

Aww geez, I went braindead. I missed a ) and I forgot that you can't stretch an image greater than it's original size if you don't use 'nokeepaspect'. So here's the corrections edited for your 16x10 ratio -
(...)

That's more or less the same code as mine so we agree! Thanks for your help smile.gif
elenhil
Sorry for duplicating the question. Can SCPL make subgroups (that is. can it group particular tracks inside album-groups)?
shakey_snake
not really.

You could do something like this though:
IPB Image

based on %track% and %totaltracks%
mil3s
Using right mouse button to drag files to other apps/folders doesn't work in panels_ui. sad.gif Would be a real nice feature.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.