QUOTE(mazy @ Nov 21 2004, 10:21 AM)
yep - way to store and/or change layout of the window - which panels are open, their positions and dimensions etc.
however that kind of thing would be much better if some plugins would store their info in one place with some general gui to import / export any subset of that info (this has been talked about before). so you could export your complete gui config consisting of playlist settings, layout of plugins, settings for trackinfo panel, window title formatting etc. plugins would use special api to store / load subset of their configuration related to appearance etc. this is distant future though
Basically you hit the nail on the head. Some kind of central import/export is what is needed for that to work properly.
Currently though I can obtain/export/whatever any instance specific config data for panels. But I don't know of any panels that use that apart from my vis, and probably foo_uie_tabs (but i havent checked). This would all be easier when everything is extension-ised anyway, though that may also be some time of.
Maybe a simple solution would be to add extra functions in the extension api for panels to write out/set any non-instance specific config data, which would then be used when importing & exporting. Maybe even that would be a better idea.
The only other comment regarding this I have is that its fine for views, but when exporting to a file and distributing it there is no guarantee that the panels will be installed.
QUOTE(alphaex32 @ Nov 22 2004, 02:00 AM)
well, I want to alternate the colors between columns. I realize that this can be done by just using individual formatting for each column, but Id rather keep the code simple and leave everything in the global strings. If I could retrieve the column number, I could use $mod to have every other column different.
I could add that in whatever place the date fields where being added. I think it was global only. Maybe optional depending on what the speed impact is. But be warned processing it the way you want will be slower.
QUOTE(alphaex32 @ Nov 22 2004, 04:57 AM)
by the way, musicmusic, I have a quick suggestion.
Can you add an option for the database explorer panel for custom sorting results in the playlist? (like you have in the normal database explorer component, but with the playlist instead of the results pane).
I don't think I can override the sort order if you have sort incoming files on. Correct me if Im wrong anyone.
QUOTE(Killmaster @ Nov 22 2004, 05:23 AM)
Here's a quick (and hopefully easy to implement) feature request:
In the Album List panel, could you add "add to playlist..." to the middle-click and double-click options, then put a box there so you choose which playlist it goes to? I'd like to have a "Now Playing" playlist that I play all my music in, and then have middle click send it all there.
edit: I'd also like it if the playlist wouldn't change focus when doing this, so I can have the Database view stay the same all the time..
I can't modify playlists other than the active one if that is what you were suggesting for the last part.
For the former, I'll probably make a few minor updates to the album list panel after 0.1.2 comes out, so Ill look at it then.