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 3274293 times) previous topic - next topic
0 Members and 6 Guests are viewing this topic.

Columns UI appearance

Reply #226
Going forward with my config 

(Called INDUSTRIAL)

Enjoy!








It just needs some polish here and there, mostly in the media library tab


Can you share the panel stack splitter configuration


Columns UI appearance

Reply #228



...


ooooh please share this!

also, what VS is that?


i just uploaded it for you
http://compater.deviantart.com/art/Minimal-CUI-100262272
glad you like it!


The way you added artist info lookup is a great idea!
*copies to config*



yes but not in foobar, ... is it a web browser window or a specific program ?

Columns UI appearance

Reply #229
a combination of foo_run and k-meleon, see the link to deviantart


Columns UI appearance

Reply #231
Does it matter? As there is no component for foobar that does this, this is a good alternative way that interfaces with foobar quite nicely imo. Besides, if there was a component that does this, it's still a webpage that is being loaded so it would be just a web browser too.

Columns UI appearance

Reply #232
The way you added artist info lookup is a great idea!
*copies to config*

thanks

Does it matter? As there is no component for foobar that does this, this is a good alternative way that interfaces with foobar quite nicely imo. Besides, if there was a component that does this, it's still a webpage that is being loaded so it would be just a web browser too.

i saw this this post and tried the script, but it wasn't working. it was probably made for the old look of lastfm page, so i changed it a bit and it is working now:

Code: [Select]
#NoTrayIcon
SetWorkingDir, %A_ScriptDir%

IfExist, %A_ScriptDir%/%1%.htm
{
     Run, %A_ScriptDir%/../k-meleon/k-meleon.exe file://%A_ScriptDir%/%1%.htm
     ExitApp
}
UrlDownloadToFile, http://www.last.fm/music/%1%/+wiki, %1%.tmp

output = %A_ScriptDir%/%1%.htm
FileRead, html, %A_ScriptDir%/%1%.tmp

a := RegExMatch(html, "<div id=""wiki"">","",17)
b := RegExMatch(html, "</div><!-- #wiki -->","",1)
length := b - a

;MsgBox, %length%

StringMid, bio, html, a, length
;StringReplace, bio, bio, <br />,, 1
;StringReplace, bio, bio, <em>,,1
;StringReplace, bio, bio, </em>,,1

StringReplace, bio, bio, <div id="wiki">
StringReplace, bio, bio, </div><!-- #wiki -->


;;; OVO GOVNO BRISE LINKOVE
;bio := RegExReplace(bio, "<.+?>")


StringMid, bio, bio, 22

bio := "<html><title>Artist Biography</title><body bgcolor=#FFFFFF><font face=Calibri><p>" bio "</p></font></body></html>"

MsgBox, %bio%

FileAppend, %bio%, %output%
FileDelete, %1%.tmp

Run, %A_ScriptDir%/../k-meleon/k-meleon.exe file://%output%
ExitApp


at first i tried to display the txt file in a lyrics panel like someone on this forum suggested, but noticed that the text won't be shown if it's too long as most biographies are quite longer than average lyrics.
the other problem is that the "getbio.exe Artist" command should be executed on every song/artist change, and i couldn't find the plugin that doees that.
the script above would start the k-meleon browser with the downloaded text file, but i later i decied to just start k-meleon directly and point it to wapedia/artist.

as i see it, it's better that the page opens in a separate program (i used the k-meleon browser becuase it is very configurable, you can remove every toolbar and it's mem usage is low) because if someone made a plugin to display web sites in foobar, i am sure that it's memory usage would go up very high...

p.s. i would hate to see an ie browser window inside foobar

Columns UI appearance

Reply #233
Hello to all! Ok, i "vandalised" a bit the playlist from Br3tt's wonderful configuration      Do you like  it?



Columns UI appearance

Reply #234
Hello to all! Ok, i "vandalised" a bit the playlist from Br3tt's wonderful configuration      Do you like  it?
...


hum, blue and orange ... kung-foo inspiration ??

looks good

here is a preview on my work in progress on Ibiza config :

http://xs232.xs.to/xs232/08410/preview17beta5258.png

some mods to do again

Columns UI appearance

Reply #235
Just got into foobar again after a few years on WMP - I tried to make something similar to my old 0.8.3 config that matches the hmmxp visual style for XP. After a few hours tinkering, I have this and I am very happy!!



G.

Columns UI appearance

Reply #236
Just got into foobar again after a few years on WMP - I tried to make something similar to my old 0.8.3 config that matches the hmmxp visual style for XP. After a few hours tinkering, I have this and I am very happy!!

...img...

G.


nice and functionnal.

please, post thumbails for great pictures please (> 800x600 pic have to be thumbailed) more easy to read for every one. thanx by advance.

Columns UI appearance

Reply #237
ibiza v1.7a preview of beta-6 (not release yet)

[a href="http://xs232.xs.to/xs232/08423/preview17-beta6982.png" target="_blank"]

Columns UI appearance

Reply #238
I've continued to modify fooSune to my personal liking.

I'm debating whether or not to make it a single horizontal line that could hug the top of the monitor.


Columns UI appearance

Reply #239
ibiza v1.7a preview of beta-6 (not release yet)

[a href="http://xs232.xs.to/xs232/08423/preview17-beta6982.png" target="_blank"]



This is Greaaaat!!!! Well Done! (I don't like the hearts though...)

Columns UI appearance

Reply #240

ibiza v1.7a preview of beta-6 (not release yet)

[a href="http://xs232.xs.to/xs232/08423/preview17-beta6982.png" target="_blank"]



This is Greaaaat!!!! Well Done! (I don't like the hearts though...)


thanks. about the hearts, nobody oblige you to use them (and so to display them). They replace tracknumber only if you have set the track as a favorite one (TAG MOOD set to 1) using the heart button at the top, just placed at the rigth of the rating stars Tagger

Columns UI appearance

Reply #241
Thanks Br3tt! You always have many options in your configs so everyone can be happy!

 

Columns UI appearance

Reply #242
SYSTEM COLORS COOLNESS ! 

Now I have my config painting itself with just system colors!

Look at this:

Homemade vs


CORE vs


btw...

Does someone knows a README or help file for WSH panel?

Does someone knows how to paint a circle or a triangle with it?
<insert signature here>

Columns UI appearance

Reply #243
Does someone knows a README or help file for WSH panel?

Does someone knows how to paint a circle or a triangle with it?


Nice work! There isn't a readme for the WSH panel as far as I know. To draw a circle or triangle your best bet is probably the drawimage function:

var image = gdi.Image("path\\to\\image.jpg");
gr.DrawImage( image, x, y, w, h, srcx, srcy, srcw, srch);

I think that's the quickest way... You have to escape the \ to \\. To make a circular button use:

function on_mouse_lbtn_up(x,y)
{
if((x-a)^2+(y-b)^2<r^2){fb.PlayOrPause();}
}

where a and b are the x and y coords of the centre of the circle, and r is the radius. Good old Pythagoras. There are other functions besides PlayOrPause, if you want I can post them.

I know a reasonable amount about it from the source code, though I'm no expert. What we need is for someone *cough*T.P Wang*cough* to take over development of the WSH panel. (He already made a version that doesn't crash so often.) It's a great component, just too buggy at the moment.

Columns UI appearance

Reply #244
...
I know a reasonable amount about it from the source code, though I'm no expert. What we need is for someone *cough*T.P Wang*cough* to take over development of the WSH panel. (He already made a version that doesn't crash so often.) It's a great component, just too buggy at the moment.


+1

Thanks man!
But AFAIK there's no function to fill an image with a plain color 

I'm actually trying to use pure system colors to draw everything in my config. And a DrawCricle()-like function could be really useful (throbbers, handles... who knows)

I know that this is not the right place to ask but... do you know if WSH panel has a built in array containing the system colors? Right now, I'm using an ActiveXObject in order to gather them and that scares me.
<insert signature here>


Columns UI appearance

Reply #246
I still stick to a "classic" Columns UI config, combined with a second layout with a fullscreen trackinfo_mod view for my HTPC:


Columns UI appearance

Reply #247
I still stick to a "classic" Columns UI config, combined with a second layout with a fullscreen trackinfo_mod view for my HTPC:



mmm... i digg

i have been looking for a config with a nice fullscreen trackinfo_mod.
mind sharing?

thanks


Columns UI appearance

Reply #249
oh, didn't even see that thread. thanks alot.