Help - Search - Members - Calendar
Full Version: Columns UI
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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
deer
2author iu_columns:

can you create some features for your ui plugin like this :

user posted image

that is freeremovability panels(toolbars) & more than one sidebar smile.gif

or just made playlist as toolbar smile.gif

PS: it's i create in paint smile.gif
Xerion
QUOTE(metal_termite @ Dec 21 2004, 11:01 AM)
QUOTE(Xerion @ Dec 18 2004, 10:21 PM)


In the picture where it says uber albums with the tabs, what plugin is that?
*


It's just foo_uie_tabs with foo_uie_albumlist in every tab smile.gif
krazy
@hawk
This is what i use:
CODE
$if($stricmp($substr($directory(%_path%,2),0,7),'Various'),'Various',$if($stricmp($substr($directory(%_path%),0,4),'mods'),'Mods',$if($stricmp($substr(%artist%,1,4),'The '),$substr(%artist%,5,$len(%artist%)),%artist%))) - %DATE% - %ALBUM% - $num(%TRACKNUMBER%,3) - %TITLE%,%ARTIST% - %DATE% - %ALBUM% - $num(%TRACKNUMBER%,3) - %TITLE%)


I have my various artists under a folder called 'various' or 'various artist'. Mods in their own folder.
deer
2all:
who know, for what toolbar "general\buffer status" used.
what it must show?
janjan
I think it has something to do with the http reader plugin
Johncan
I just DL'd ui_columns and some fcs files. How do I restore ui_columns to its default settings?

Thanks!

John

[edit] corrected typo
Hawk
QUOTE(krazy @ Dec 21 2004, 04:14 PM)
@hawk
This is what i use:

I have my various artists under a folder called 'various' or 'various artist'. Mods in their own folder.
*


Hey thanks Krazy. I tried it but it is not quite what I am looking for. I would like to see my directory structure with artist and their albums sorted by year. Your code does that indeed that but it also shows all the songs of the albums. I would like to see the album with a + besides them so I can open them.

I hope you understand my intension. Thanks a lot for helping though. I appreciate it!
hedge153
Feature request:
How about more options for what to do when middle clicking a playlist item?
For instance, I'd like it to open up the directory of the file clicked.
Or even to make a new playlist of the files middle clicked wink.gif
Thanks
janjan
QUOTE(Johncan @ Dec 21 2004, 08:24 PM)
I just DL'd ui_columns and some fcs files.  How do I restore ui_columns to its default settings?
*


Isn't there a reset button?


If not, just close foobar, copy the ui columns dll to a different place, start and close foobar, copy the dll back and then the standard settings should be there again
Phi
Something quirky with RC1:
When the foobar main window is partly obscured by some other active window and I mouse-over the foobar wnd, it will move to the foreground (although it won't be activated - title bar doesn't change colour, i can still type in the other window, etc.).

By the looks of it, it only happens when a playlist tool-tip is about to be displayed.

XP SP2
happens with and without visual styles
pants on or off
anza
Not here™

Perhaps you should try just reinstalling foo_ui_columns? (Well I'm sure you did that already, but I just wanted to say something more helpful than "Not here" tongue.gif)

XP-SP2 Here too, using visual styles.
foosion
I also noticed that. It seems to be restricted to other windows in the foobar2000 main thread that use the desktop window (or NULL) as parent window.
musicmusic
QUOTE(Phi @ Dec 23 2004, 09:36 AM)
Something quirky with RC1:
When the foobar main window is partly obscured by some other active window and I mouse-over the foobar wnd, it will move to the foreground (although it won't be activated - title bar doesn't change colour, i can still type in the other window, etc.).

By the looks of it, it only happens when a playlist tool-tip is about to be displayed.

XP SP2
happens with and without visual styles
pants on or off
*



QUOTE(foosion @ Dec 23 2004, 11:36 AM)
I also noticed that. It seems to be restricted to other windows in the foobar2000 main thread that use the desktop window (or NULL) as parent window.
*

Thanks, I reproduced also, though my pants are still on. What window/component where you guys using to reproduce this? This bug has been there since pre-0.1, or whenever it was that tooltips were added..

It was caused by the line
CODE
SetWindowPos(wnd_tooltip, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
when creating the tooltip, and so needs to be fixed in foo_history as well. I got that from msdn, but the tooltip still displays correctly without it.

edit: Its fixed for RC2 which I will upload shortly..
musicmusic
Please check its fixed with RC2
Changes:
QUOTE
-On XP, panel title backgrounds are drawn using uxtheme as the rebar background. The background colour of the sidebar is now COLOR_BTNFACE on all OSs.
-Fixed aforementioned tooltip bug in playlist, playlist switcher panel


Also updated ui extension sdk:
QUOTE
-Merged a a bugfix in foosion's helper that I missed in. Any single instance extensions using the helper (simple spectrum, albumart AFAIK) should be recompiled with the new sdk. The bug prevents the panel being reinseted into the same host directly after it has been removed from it.
-Completed uxtheme api wrapper (thank god)
-improved container_window helper a bit
-some other random stuff
chowe
Hey musicmusic, one other thing that im wondering about. When you enable the volume and highlighted track length in the status bar, I keep gettin them in the system font (ms sans serif or something). I seem to remember in the past that i was able to get them to be the same font as what I select in the columns_ui preferences. I'm not sure whether its because im using HmmXP visual style, gonna go test it out.
Using RC2 btw, thanks for all your great work.

[Edit] Yep, it seems to occur on a few visual styles, where the font for those two options changes to (i think) the font used for menus in programs. Is there any way to override this?

Ed
Silverbolt
Small bug I think; the menu won't release its focus after using some commands (ALT+L > Remove dead entries, for instance, then pressing DOWN will open the Playlist menu again). Happens when you use only keyboard keys it seems. Using RC2, and thanks.
Phi
QUOTE(musicmusic @ Dec 24 2004, 01:18 AM)
What window/component where you guys using to reproduce this? This bug has been there since pre-0.1, or whenever it was that tooltips were added..

QUOTE(musicmusic @ Dec 24 2004, 03:24 AM)
Please check its fixed with RC2

I can't reproduce it at all this morning, so can't test RC2 as yet. huh.gif
Yesterday just about any window was triggering it, including firefox and an explorer window.
MJT
Hope it's not to late to get this one into 0.1.2, but the option "Show ellipsis when string does not fit " doesn't seem to work when the column is right-aligned. Screenie here.
Mike Giacomelli
Is there some way to set how entries are sorted after being added to a playlist by the album list panel? Mine tend to sort alphabetically:

Is there some way I can use my own sort string (that is, one thats chronological)?

Edit: Clarified.

Edit2: Realized it wasn't a columns issue and removed pic.
NEMO7538
QUOTE(Mike Giacomelli @ Dec 23 2004, 10:00 PM)
Is there some way to set how entries are sorted after being added to a playlist by the album list panel? 
*


Maybe, this could help
hunted
QUOTE(deer @ Dec 21 2004, 03:30 AM)
2author iu_columns:

can you create some features for your ui plugin like this :

http://img160.exs.cx/img160/7827/foobarnewui2hq.th.jpg

that is freeremovability panels(toolbars) &  more than one sidebar smile.gif

or just made playlist as toolbar smile.gif

PS: it's i create in paint smile.gif
*

Try changing your default sorting: Core/adding new files/sort incoming files by
Lyx
musicmusic: Any chance to see a non-trackspecific global string in the future? What i mean is a global string which only gets executed one single time when a playlist is selected - vars would then be exported to the current track-specific global string. It could be optional - maybe a third tab in the current globals-page.

Thanks for all your hard work on this great UI.

- Lyx
Mike Giacomelli
QUOTE(NEMO7538 @ Dec 23 2004, 11:00 PM)
QUOTE(Mike Giacomelli @ Dec 23 2004, 10:00 PM)
Is there some way to set how entries are sorted after being added to a playlist by the album list panel? 
*


Maybe, this could help
*


Thanks, but thats not what I'm talking about. I want a way to sort the actual "database view" playlist, not the tree view. As far as I can tell, the "Use custom sorting for tree items" only sorts the tree and not the generated playlists.
hunted
QUOTE(Mike Giacomelli @ Dec 24 2004, 12:55 PM)
QUOTE(NEMO7538 @ Dec 23 2004, 11:00 PM)
QUOTE(Mike Giacomelli @ Dec 23 2004, 10:00 PM)
Is there some way to set how entries are sorted after being added to a playlist by the album list panel? 
*


Maybe, this could help
*


Thanks, but thats not what I'm talking about. I want a way to sort the actual "database view" playlist, not the tree view. As far as I can tell, the "Use custom sorting for tree items" only sorts the tree and not the generated playlists.
*

I responded to you but quoted the wrong person, try changing your default sorting: Core/adding new files/sort incoming files by, to include the date tag
musicmusic
QUOTE(chowe @ Dec 23 2004, 11:33 PM)
Hey musicmusic, one other thing that im wondering about. When you enable the volume and highlighted track length in the status bar, I keep gettin them in the system font (ms sans serif or something). I seem to remember in the past that i was able to get them to be the same font as what I select in the columns_ui preferences. I'm not sure whether its because im using HmmXP visual style, gonna go test it out.
Using RC2 btw, thanks for all your great work.

[Edit] Yep, it seems to occur on a few visual styles, where the font for those two options changes to (i think) the font used for menus in programs. Is there any way to override this?

Ed
*
I'll look into changing it after 0.1.2.


QUOTE(Silverbolt @ Dec 24 2004, 12:00 AM)
Small bug I think; the menu won't release its focus after using some commands (ALT+L > Remove dead entries, for instance, then pressing DOWN will open the Playlist menu again). Happens when you use only keyboard keys it seems. Using RC2, and thanks.
*
Thanks, it should be fixed for 0.1.2 final.


QUOTE(Phi @ Dec 24 2004, 12:01 AM)
QUOTE(musicmusic @ Dec 24 2004, 01:18 AM)
What window/component where you guys using to reproduce this? This bug has been there since pre-0.1, or whenever it was that tooltips were added..

QUOTE(musicmusic @ Dec 24 2004, 03:24 AM)
Please check its fixed with RC2

I can't reproduce it at all this morning, so can't test RC2 as yet. huh.gif
Yesterday just about any window was triggering it, including firefox and an explorer window.
*
Oh, ok. The other thing is that other applications don't display tooltips when there window isn't active, I dont know if that is preferable or not though.


QUOTE(MJT @ Dec 24 2004, 05:48 AM)
Hope it's not to late to get this one into 0.1.2, but the option "Show ellipsis when string does not fit " doesn't seem to work when the column is right-aligned. Screenie here.
*

Known, maybe there was some techincal reason I didnt do it for right-aligned (I forget). For centred I wasn't sure whether to put the ellipsis in the middle or at both ends. I'll look into right-aligned again before final though.

QUOTE(Lyx @ Dec 24 2004, 06:23 PM)
musicmusic: Any chance to see a non-trackspecific global string in the future? What i mean is a global string which only gets executed one single time when a playlist is selected - vars would then be exported to the current track-specific global string. It could be optional - maybe a third tab in the current globals-page.

Thanks for all your hard work on this great UI.

- Lyx
*
Yes, I don't know when though, other things have greater priority. Maybe it will be in 0.1.3 though.

Merry Christmas & Best Wishes for 2005 @ all
lll9p_1
QUOTE
Merry Christmas & Best Wishes for 2005 @ all


Thank you !
Mike Giacomelli
QUOTE(hunted @ Dec 24 2004, 01:03 PM)
QUOTE(Mike Giacomelli @ Dec 24 2004, 12:55 PM)
QUOTE(NEMO7538 @ Dec 23 2004, 11:00 PM)
QUOTE(Mike Giacomelli @ Dec 23 2004, 10:00 PM)
Is there some way to set how entries are sorted after being added to a playlist by the album list panel? 
*


Maybe, this could help
*


Thanks, but thats not what I'm talking about. I want a way to sort the actual "database view" playlist, not the tree view. As far as I can tell, the "Use custom sorting for tree items" only sorts the tree and not the generated playlists.
*

I responded to you but quoted the wrong person, try changing your default sorting: Core/adding new files/sort incoming files by, to include the date tag
*


Thanks. I didn't realize that still applied to columns.
whkoh
I can't select the volume control panel anywhere.

Using ui_columns v0.1.2 alpha 4 and uie_volume v1.4.

How do I activate the volume control?
musicmusic
QUOTE(lll9p_1 @ Dec 26 2004, 05:40 AM)
QUOTE
Merry Christmas & Best Wishes for 2005 @ all


Thank you !
*
Your welcome wink.gif


QUOTE(whkoh @ Dec 27 2004, 08:54 AM)
I can't select the volume control panel anywhere.

Using ui_columns v0.1.2 alpha 4 and uie_volume v1.4.

How do I activate the volume control?
*

You need to update columns ui, current version is 0.1.2 RC2.

kode54 hasnt updated the description for volume control on his webpage if that's where you got alpha 4 from unsure.gif
yong
Hi musicmusic,
May be you misread my last post, but i think this function might be useful for me and other people. smile.gif
JEN
Here's my latest config, decided to keep to the default windows xp blue theme!

user posted image
musicmusic
QUOTE(musicmusic @ Dec 25 2004, 01:52 PM)
QUOTE(MJT @ Dec 24 2004, 05:48 AM)
Hope it's not to late to get this one into 0.1.2, but the option "Show ellipsis when string does not fit " doesn't seem to work when the column is right-aligned. Screenie here.
*

Known, maybe there was some techincal reason I didnt do it for right-aligned (I forget). For centred I wasn't sure whether to put the ellipsis in the middle or at both ends. I'll look into right-aligned again before final though.
*
I tried again, it is just a technically a bitch to implement, so it won't be in 0.1.2 final, sorry..

QUOTE(yong @ Dec 28 2004, 11:00 AM)
Hi musicmusic,
May be you misread my last post, but i think this function might be useful for me and other people. smile.gif
*

I saw your post. Its just that Columns UI is a playlist-orientated UI. I see what you want to do but I don't think just hiding the play view will work very well. You can of course, just resize the window to do what you want though. I could add a menu item to do that for you if that is all you want, but nothing more.

I wanted to release 0.1.2 final today but my msvc is refusing to load since this morning, giving a memory could not be written error.. So unfortunately there is no 0.1.2 final until I can fix this..
JEN
I tried searching for this but nothing came up.

I am trying to get fb2k to work on windows 2000 with multiple user accounts. I have created another user account as a standard user. When I try loading fb2k, I get a loading error from the foo_ui_columns, followed by all the installed uie plugins.

Any one know why this is?

Thanks
musicmusic
QUOTE(musicmusic @ Dec 28 2004, 04:29 PM)
I wanted to release 0.1.2 final today but my msvc is refusing to load since this morning, giving a memory could not be written error.. So unfortunately there is no 0.1.2 final until I can fix this..
*
Stoopid msdev having buffer overruns or something reading registry..

0.1.2 final is out

changes from rc2:
QUOTE
-focus is restored to correct window after clicking on a menu item
-mouse wheel now scrolls correct window when turning mouse whell in non-client area (e.g. scrollbar)
-added option to disable delete key in playlist switcher panel

plus a not very useful christmas bonus for you to find


QUOTE(JEN @ Dec 28 2004, 04:40 PM)
I tried searching for this but nothing came up.

I am trying to get fb2k to work on windows 2000 with multiple user accounts.  I have created another user account as a standard user.  When I try loading fb2k, I get a loading error from the foo_ui_columns, followed by all the installed uie plugins.

Any one know why this is?

Thanks
*
Works here, i didnt try a limited account though. What is the specific error(s)?
metal_termite
I'm too stupid to find the christmas bonus. What is it?
TedFromAccounting
A small bug (unless this is part of the test?)

When on the Globals tab and I hit the Tools button and click Speed Test, it causes fb2k to freeze, using 99% cpu. Running WinXP SP2 w/latest zlib and libpng.
JEN
QUOTE(musicmusic @ Dec 28 2004, 07:06 PM)
QUOTE(musicmusic @ Dec 28 2004, 04:29 PM)
I wanted to release 0.1.2 final today but my msvc is refusing to load since this morning, giving a memory could not be written error.. So unfortunately there is no 0.1.2 final until I can fix this..
*
Stoopid msdev having buffer overruns or something reading registry..

0.1.2 final is out

changes from rc2:
QUOTE
-focus is restored to correct window after clicking on a menu item
-mouse wheel now scrolls correct window when turning mouse whell in non-client area (e.g. scrollbar)
-added option to disable delete key in playlist switcher panel

plus a not very useful christmas bonus for you to find


QUOTE(JEN @ Dec 28 2004, 04:40 PM)
I tried searching for this but nothing came up.

I am trying to get fb2k to work on windows 2000 with multiple user accounts.  I have created another user account as a standard user.  When I try loading fb2k, I get a loading error from the foo_ui_columns, followed by all the installed uie plugins.

Any one know why this is?

Thanks
*
Works here, i didnt try a limited account though. What is the specific error(s)?
*


I get the following errors:

INFO (CORE) : startup time: 265 ms
ERROR (CORE) : Failed to load DLL: foo_repeat.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_albumart.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_albumlist.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_tabs.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_trackinfo.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_ui_columns.dll, reason: Unable to load DLL.
cerAmik
QUOTE(TedFromAccounting @ Dec 28 2004, 10:52 AM)
A small bug (unless this is part of the test?)

When on the Globals tab and I hit the Tools button and click Speed Test, it causes fb2k to freeze, using 99% cpu.  Running WinXP SP2 w/latest zlib and libpng.
*


Activate your console before launch the test... (and yes the cpu is fully used all along the test... On a relatively complexe config like mine the test lasts something like 10 minutes)

QUOTE(Metal Termite)
I'm too stupid to find the christmas bonus. What is it?


Maybe is this test!?
musicmusic
QUOTE(JEN @ Dec 28 2004, 07:58 PM)
QUOTE(musicmusic @ Dec 28 2004, 07:06 PM)

QUOTE(JEN @ Dec 28 2004, 04:40 PM)
I tried searching for this but nothing came up.

I am trying to get fb2k to work on windows 2000 with multiple user accounts.  I have created another user account as a standard user.  When I try loading fb2k, I get a loading error from the foo_ui_columns, followed by all the installed uie plugins.

Any one know why this is?

Thanks
*
Works here, i didnt try a limited account though. What is the specific error(s)?
*


I get the following errors:

INFO (CORE) : startup time: 265 ms
ERROR (CORE) : Failed to load DLL: foo_repeat.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_albumart.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_albumlist.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_tabs.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_uie_trackinfo.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_ui_columns.dll, reason: Unable to load DLL.
*


My computer doesnt like limited accounts, but I tried dropmyrights with "constrained" privleleges with similar results:
QUOTE(console)
ERROR (foo_ui_columns) : Failed to load libpng. Ensure you have libpng and zlib present in an appropriate location.
WARNING (foo_text) : unable to open file c:\nowplaying.txt
INFO (CORE) : startup time: 1797 ms
ERROR (CORE) : Failed to load DLL: foo_clienc.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_dbsearch.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_diskwriter.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_dsp_soundtouch.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_flac.dll, reason: Unable to load DLL.
ERROR (CORE) : Failed to load DLL: foo_floater.dll, reason: Unable to load DLL.
etc....

Sorry I dont have an answer as to what is up with that. I cant even log into a limited account here, explorer fails to initialise. So I dunno, maybe some dodgy program I have installed :/ edit: The error for libpng failing to load is "Access is denied." I assume its the same for the other components, I dont know why it gives this error though.

QUOTE(cerAmik @ Dec 28 2004, 08:18 PM)
QUOTE(TedFromAccounting @ Dec 28 2004, 10:52 AM)
A small bug (unless this is part of the test?)

When on the Globals tab and I hit the Tools button and click Speed Test, it causes fb2k to freeze, using 99% cpu.  Running WinXP SP2 w/latest zlib and libpng.
*


Activate your console before launch the test... (and yes the cpu is fully used all along the test... On a relatively complexe config like mine the test lasts something like 10 minutes)
*
I didnt realise it was so slow with complex strings (its just several seconds with my simple config). Oh well its too late to change it now, maybe you should make your strings simpler.

QUOTE(cerAmik @ Dec 28 2004, 08:18 PM)
QUOTE(Metal Termite)
I'm too stupid to find the christmas bonus. What is it?


Maybe is this test!?
*
Nope. I said it wasn't very interesting, but you can keep guessing if you want..
metal_termite
Is it the Components > Columns UI > Show status bar/toolbars options in the toolbar? I haven't noticed those before.
metal_termite
Musicmusic,

I have a small request for your plugin. Would you consider making an option for the user to also have the ablility to set the item height (rel. to font height) of the currently playing song?
Blippe
QUOTE(musicmusic @ Dec 17 2004, 08:04 AM)
QUOTE(Blippe @ Dec 16 2004, 01:39 PM)
3 requests...
3: (Albumlist panel): I use the albumlist panel for about everything. and my title formatting does differentaite between tracknumbers (as i think most others do). This presents a problem when making a playlist which (for example) sorts by times played. You could make the playlist look different for different %_playlist_title% but I would like to use a %_albumlist_view% (other solutions would be nice too)
*

3. Sounds reasonable, but maybe a "use custom sort for this view" style thing would be better (faster since not processed in tagz)


Well, that won't work that well if you have a $select(%tracknumber%,...) in your tagz... I guess a lot of people have this, and if they view the files which have played x times, it won't add upp to complete albums (mostly).

I'm pretty sure a solution that makes a %_albumlist_view%-tag is out of the question (if not the same person who have the source for the console-panel makes one) but to be let the "Autosend to playslist"-box process tagz would be a step in the right direction (and have some way to include the view you chose for the albumlist panel)!
anza
I like the bars mode in the default visualization smile.gif
It looks great in the sidebar tongue.gif
strogoff_ger
Hi there,

i used the f****** search function but didn`t get it. How do i make the first track of an album appear in a different color than the rest? crying.gif I use an alternating color scheme like this:

// Alternierende Farben in den Zeilen
$rgb(0,0,0)|$rgb(0,0,0)|$if($greater($mod(%_playlist_number%,2),0),$rgb(240,240,240),$rgb(210,210,210))|808080
Silverbolt
QUOTE(strogoff_ger @ Dec 29 2004, 04:09 AM)
i used the f****** search function
*

$rgb(0,0,0)|$rgb(0,0,0)|$if($strcmp($num(%tracknumber%,1),1),DESIRED_COLOR,
$if($greater($mod(%_playlist_number%,2),0),$rgb(240,240,240),$rgb(210,210,210)))|808080
strogoff_ger
thank you very much
Lance Uppercut
QUOTE(anza @ Dec 29 2004, 06:21 AM)
I like the bars mode in the default visualization smile.gif
It looks great in the sidebar tongue.gif
*


Yeah, the bars are great. Much better than the lines. Now I actually turn on the visualization.

Thanks!
NEMO7538
QUOTE(Blippe @ Dec 28 2004, 04:03 PM)
QUOTE(musicmusic @ Dec 17 2004, 08:04 AM)
QUOTE(Blippe @ Dec 16 2004, 01:39 PM)
3 requests...
3: (Albumlist panel): I use the albumlist panel for about everything. and my title formatting does differentaite between tracknumbers (as i think most others do). This presents a problem when making a playlist which (for example) sorts by times played. You could make the playlist look different for different %_playlist_title% but I would like to use a %_albumlist_view% (other solutions would be nice too)
*

3. Sounds reasonable, but maybe a "use custom sort for this view" style thing would be better (faster since not processed in tagz)


Well, that won't work that well if you have a $select(%tracknumber%,...) in your tagz... I guess a lot of people have this, and if they view the files which have played x times, it won't add upp to complete albums (mostly).

I'm pretty sure a solution that makes a %_albumlist_view%-tag is out of the question (if not the same person who have the source for the console-panel makes one) but to be let the "Autosend to playslist"-box process tagz would be a step in the right direction (and have some way to include the view you chose for the albumlist panel)!
*


Maybe (Original) This request could be of interest, considering that you can have several tabs with different "views" of the albumlist.

If the request is implemented (which MusicMusic agreed to do after the next stable release - Now 0.1.2 Final) it would enable to select different columns viewing schemes according to the albumlist view and thus render an equivalent service as an %_albumlist_view% tag.
Squeller
QUOTE(musicmusic @ Dec 28 2004, 02:28 PM)
QUOTE(cerAmik @ Dec 28 2004, 08:18 PM)
QUOTE(Metal Termite)
I'm too stupid to find the christmas bonus. What is it?


Maybe is this test!?
*
Nope. I said it wasn't very interesting, but you can keep guessing if you want..
*
Is it the bars mode for the visualization?
Suicide
hehe
deleted
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.