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: Columns UI appearance (Read 3293151 times) previous topic - next topic
0 Members and 5 Guests are viewing this topic.

Columns UI appearance

Reply #1476
new WIP (many things missing but already looks good to me...)



5 components used : ColumnsUI + PanelStack Splitter + ELPlaylist + WSH Panel Mod (original) + Channel Spectrum panel

note : borderless window done with an autohotkey script on foobar launch





Columns UI appearance

Reply #1477
Can anyone help me figure out how to change the color of the areas pointed to in this picture for my simple little config?  I'm talking about the little dividing lines between columns and the background color to the various things at the bottom.  Can't quite seem to figure it out.  And if I can't change the color of the dividers, can I at least get rid of them somehow?

I'm using foobar2000 v1.1.1 with Columns UI and ELPlaylist.



Thanks!

Columns UI appearance

Reply #1478
The dividing lines are dependent on the windows theme colour and changing their colour will affect many things. You can remove the lines altogether by using panel stack splitter instead of the columns ui vertical and horizontal splitters You can also use panel stack splitter to insert lines of any colour or use images instead. Forum topic: http://www.hydrogenaudio.org/forums/index....showtopic=62114 Download from: http://foo2k.chottu.net/ However panel stack splitter has a steep learning curve and is disrecommended for general users.

Columns UI appearance

Reply #1479
I've used this appearance since like ... the first version of foobar2000.  It's simple, contrasting, and shows everything I want to see.


Columns UI appearance

Reply #1480
new WIP (many things missing but already looks good to me...)



5 components used : ColumnsUI + PanelStack Splitter + ELPlaylist + WSH Panel Mod (original) + Channel Spectrum panel

note : borderless window done with an autohotkey script on foobar launch


Falstaff,

i'm guessing your playlist "panel" bottomleft is made with the WSH panel mod?
If so, could you share the script for that, i like to see how it's done.

cheer r3v0
<3 f00

Columns UI appearance

Reply #1481
new WIP (many things missing but already looks good to me...)



5 components used : ColumnsUI + PanelStack Splitter + ELPlaylist + WSH Panel Mod (original) + Channel Spectrum panel

note : borderless window done with an autohotkey script on foobar launch


Falstaff,

i'm guessing your playlist "panel" bottomleft is made with the WSH panel mod?
If so, could you share the script for that, i like to see how it's done.

cheer r3v0


As for me, I'm most interested in the filter/search panel.
How can that be:)

BTW, the cover+lyriks is really creative.
mad messy misanthropist morbid mused


Columns UI appearance

Reply #1483


oops! ZiX++ is coming~
Quote
ZiX++ Change LoG
ADD:
1. The strongly required Last.FM function.(optimized the path and so on.)
2. nothing?
CHG:
1. Optimization of some scripts in WSH panel mod, disposition of useless lines.{In WSH cover Header & WSH Aninfo}
2. The appearance of mini(compact)-mode switcher, a glowing circle.
3. The style of VolumeBar and ProgressBar has been reworked, with Mnlt2 style.
DEL:
1. foo_ui_hacks.dll has been removed; consequently all of the configuration became totally following the SDK. (partly because the uihacks caused odd behavior upon compact-mode switch)
FIX:
1. The WSH cover seemed to be working correctly.
2. The path in WSH predecessor has been reworked, solved the problem caused by stanard installation.
3. forgetting....

WSH panel mod 1.4.0 beta4 is not so stable as beta3, which really makes me upset....
however, most of current functions can work very well on previous version. hmm.

Waiting all of your feedbacks, which will generate ZiX+++~~(or should i change the name to ZiX*?, not so sure.)


http://neonasahi.deviantart.com/art/ZiX-185884040
mad messy misanthropist morbid mused

Columns UI appearance

Reply #1484
I had to remove it.

DLLs failed to load again and I couldn't decipher which components was buggy this time.

BTW, some of those included in the RAR are old, you should update.

Hopefully another version of this will work for me, though I've given up hope almost. 


oops! ZiX++ is coming~
Quote
ZiX++ Change LoG
ADD:
1. The strongly required Last.FM function.(optimized the path and so on.)
2. nothing?
CHG:
1. Optimization of some scripts in WSH panel mod, disposition of useless lines.{In WSH cover Header & WSH Aninfo}
2. The appearance of mini(compact)-mode switcher, a glowing circle.
3. The style of VolumeBar and ProgressBar has been reworked, with Mnlt2 style.
DEL:
1. foo_ui_hacks.dll has been removed; consequently all of the configuration became totally following the SDK. (partly because the uihacks caused odd behavior upon compact-mode switch)
FIX:
1. The WSH cover seemed to be working correctly.
2. The path in WSH predecessor has been reworked, solved the problem caused by stanard installation.
3. forgetting....

WSH panel mod 1.4.0 beta4 is not so stable as beta3, which really makes me upset....
however, most of current functions can work very well on previous version. hmm.

Waiting all of your feedbacks, which will generate ZiX+++~~(or should i change the name to ZiX*?, not so sure.)


http://neonasahi.deviantart.com/art/ZiX-185884040


Columns UI appearance

Reply #1485
note : borderless window done with an autohotkey script on foobar launch


Falstaff, can you share the autohotkey script you used to do borderless window? I have a different theme that would benefit tremendously from that.

Columns UI appearance

Reply #1486
note : borderless window done with an autohotkey script on foobar launch

Falstaff, can you share the autohotkey script you used to do borderless window? I have a different theme that would benefit tremendously from that.

of course, here is the script, compile it with the autohotkey compiler to obtain an exe to put in the foobar2000/ folder, then laucher this exe to run foobar

Code: [Select]
;
; foobar launcher for window style remover (no title bar, no resize)
;

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

ResizeWin(Width = 0,Height = 0, Wnd = "")
{
  WinGetPos,X,Y,W,H,%Wnd%
  If %Width% = 0
    Width := W

  If %Height% = 0
    Height := H

  WinMove,%Wnd%,,%X%,%Y%,%Width%,%Height%
}

; run foobar from current dir
run,foobar2000.exe

; wait launch
WinWait,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}

; first resize (-1,-1) to be sure to obtaine a good display afetr the second resize (last line of this script) with the good width and height you want
ResizeWin(899,599,"ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}")

; style remover
WinSet, Style, -0x40000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x400000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x10000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x800000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x80000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}

; second resize with fixed width and height you want
ResizeWin(900,600,"ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}")


Columns UI appearance

Reply #1487
note : borderless window done with an autohotkey script on foobar launch

Falstaff, can you share the autohotkey script you used to do borderless window? I have a different theme that would benefit tremendously from that.

of course, here is the script, compile it with the autohotkey compiler to obtain an exe to put in the foobar2000/ folder, then laucher this exe to run foobar

Code: [Select]
;
; foobar launcher for window style remover (no title bar, no resize)
;

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

ResizeWin(Width = 0,Height = 0, Wnd = "")
{
  WinGetPos,X,Y,W,H,%Wnd%
  If %Width% = 0
    Width := W

  If %Height% = 0
    Height := H

  WinMove,%Wnd%,,%X%,%Y%,%Width%,%Height%
}

; run foobar from current dir
run,foobar2000.exe

; wait launch
WinWait,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}

; first resize (-1,-1) to be sure to obtaine a good display afetr the second resize (last line of this script) with the good width and height you want
ResizeWin(899,599,"ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}")

; style remover
WinSet, Style, -0x40000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x400000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x10000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x800000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
WinSet, Style, -0x80000,ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}

; second resize with fixed width and height you want
ResizeWin(900,600,"ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}")



Works great, thanks for sharing!

Columns UI appearance

Reply #1488
my foobar2000 columns ui config...is there any button pack that i can use to make it look more cool?



Uploaded with ImageShack.us

Columns UI appearance

Reply #1489
Added Mini-mode to my Black Glass Remake:


Additional info and DL: link

 


Columns UI appearance

Reply #1492
Fleshed out most of my config now, at least in basic functionality terms.


Columns UI appearance

Reply #1493
Two pictures of my ColumUi config :


Uploaded with ImageShack.us


Uploaded with ImageShack.us

And one question : i really like the transparency function, here on my pictures it is set to value 238, but what i wish is to set the transparency for all foobar2000, EXCEPT artworks, in artwork view or in playlists. Is there a parameter somewhere ?

Thanks.


E.


Columns UI appearance

Reply #1495
It's been a long time since I changed my setup. Everything works perfectly and suits all my needs.
Part of the panels are in Brazilian Portuguese, don't mind.

Library View
[a href="http://b.imagehost.org/view/0637/Print3" target="_blank"]

Columns UI appearance

Reply #1496
Work in progress. Combining visual elements from my favorite skins with the functionality I personally need.




Columns UI appearance

Reply #1499
new preview of my work in progress skin (CUI)



released planned before Xmas.