Help - Search - Members - Calendar
Full Version: foo_looks v2.1
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
olivi3r
QUOTE(upNorth @ Oct 30 2004, 12:58 AM)
Apart from the "missing people", I think the development of Columns UI has made foo_looks less needed. At least I feel that way. When someone makes an album art panel, I think I will delete foo_looks from my components folder. I no longer use it on a regular basis, only when I want to have a look at the album art.


well i'd rather have them both, Colums for sorting and Looks when playing main foobar minimized. smile.gif
Hadda
I agree with upNorth. This are last moment of foo_looks crying.gif. I don't see any other active skinmakers here so i feel little alone fighting with this little old plugin.
But unlill this plugin work i will develop skins (with BerRo i hope) . I discover that creating code make me feel good (this skins is my first code from 5 years).

I'm planing now to bypass miss function of diplay selected and make full working playlist and i'm planing to make next skin like skin menager with little screens of all skins that i know from foo_looks (like little gallery with links , authors ...).


Regards Hadda
bugmenot
It seems that Hadda is already making a full UI for Foobar lol... it's almost finished too, the basic functionality anyway. all that's left is the menu... other than that i only use the skin smile.gif

And Hadda your conding doens't only make you happy wink.gif your skin is really great and everyone loves it! it just makes foobar that much better
chowe
Even if foo_looks isnt developed much further, i still think skins will be developed. I personally would enjoy developing a skin (as i do tweaking my columns_ui config) if only there was a comprehensive faq on how to. the ones i saw at btinternet.com (site last updated: 7th Feb 2004!) were hard to understand (either that or i am juss too lazy to read further). But upnorth is probably right, unless we can find a new developer the future of foo looks seems rather bleak.

ed
Hadda
@chowe: This are wery useful links:
1. tk32 Skins Tutorial (I was started from here.)
2. Foo_looks script reference
3. more here
4. and here
5. and Lua tutorial
6. You can instal TextPad editor and add some upNorth's file to configure this editor. Then you can controll beter your code (you can find it on foo_looks thread but not 2.1).

Some part of code are already writed by skinmakers here: scrolling, progress bar, volume bar and more.
I can separate playlist code very easy to implement but i need ask on this. This "smart button" i can separate too. This is all i use to writing skins smile.gif and this forum this thread asking wink.gif
chowe
Hadda: thanks for the links, im sure i will make my own skin, tho prob not atm coz of exams. btw my skins wont nearly be as beautiful as haddas; i plan on making some small skins. Don't expect anythin yet tho:P

Ed
Hadda
smile.gifsmile.gifsmile.gif
New file avitable. Richer info and little changes,some bugs fix.

user posted image
download "Foopilot one RC3" here ~230 kB


:edit: I just updated last file. From now new commands are avitable: "next album" and "prevoius album" on (R->)(<-R). This command scan for now simly next album name, or directory and play first. I can scan if artist is changed too to more detail scan. Next i think i'll add next/previous directory. I need raport: if stars(rating) on info works fine, which info do you use and scale of this to put all posibilities. I guess codec to display this ico in album info, so i need raport too if ico not work with some extensions and what the codec dispay with this extension (for example: MP3, Windows Media.. etc. (five first letters is enouth)).

Regards Hadda
gob
hey hadda, i love that skin. i saw that and it was the first time i used foo_looks in ages. i just want to know, i want to modify it a little bit, like making the info view being the default view to open, and maybe change the order/text/icons of the side bar. it would be sweet to make the applet auto expand/shrink when you double click the album art. ive set the play button to toggle play/pause on all left clicks, but the rest is a bit tricky to change.. also the codec icon is always showing MP3. any tips?
Hadda
gob: I just updated skin so download again and see now : '!ok_phone_tweak_2.cfg' file. I separete this value from skin and you can set album info as default if you wont.

I added fast switch betwen blue and graphit style so try it on doubleclick on diode smile.gif.
regards Hadda
dano
just wanna say that i always try to put Haddas latest version on my mirror so you can grab it there if Haddas server is down or whateva

Hadda, great now file icons work - wonderful
i also found out by looking in another skin, how you can make the path for the no_cover.png file relative (because my foobar directory differs from yours, so i must change the path in the skin on every new version)
just use:
lua albumartDisplay
defaultArtFile =look_folder..'Foopilot_one/No_cover.png'

I hope you can put this in your skin.
kalimeru
fantastic Hadda smile.gif
all the icons are working correctly 4 me 2.. ogg/mp3/mpc

@dano : nicely donne.. I was having trouble downloading the latest version smile.gif no problem from the location u provided though smile.gif
MD1032
Hey, I can't download it off your site. I get a 404 error when I click on the link.
gob
hmm... the new one is different than the graphite skin above. where is the album art?

edit: damn.. i wich i could hack up the first one a bit..
user posted image
chowe
Hey just starting my first skin now
Just a few questions: is it possible to make the "section background" a transparent. Ive found that when i apply the background it is transparent until i mousover it, then it becomes completely solid again.

Edit: and another thing, using gimp to edit pngs anyone here have any expereince im tryin to create a black border but best i can do is draw it in any ideas?

Perhaps we should start a new thread for skin development questions?
cheers
Ed
MD1032
Is there any other download location?
chiwou
QUOTE(MD1032 @ Nov 5 2004, 02:49 PM)
Is there any other download location?
*



yes look on the site 28

on bottom

there where stans "mirrors"
Hadda
QUOTE(chowe @ Nov 5 2004, 06:16 AM)
Hey just starting my first skin now
Just a few questions: is it possible to make the "section background" a transparent. Ive found that when i apply the background it is transparent until i mousover it, then it becomes completely solid again.

Edit: and another thing, using gimp to edit pngs anyone here have any expereince im tryin to create a black border but best i can do is draw it in any ideas?

Perhaps we should start a new thread for skin development questions?
cheers
Ed
*

One not very good possible is to use this line in your sprite:

CODE
list rendermap int { render.Erase,render.Fill ,render.Image,render.Text }

You can use better way if you not change windows size is using deactivate function (sprite is display and deactivate but picture is steal on screen and not rewrite on mouse enter . This could be something like this:

CODE

lua unacive
function onattach(this)
look_setVisible(this,false)
look_setHeight(this,0)
end
endlua

I'm using this function in foopilot one to show shadow in skin.

this thread what you mean is already exist but last post before main is sound like: happy new year all skins makers. smile.gif

@dano: next version will have correct path to cover art. I do not knew untill now how to make it. Thanks.



@gob: nice shorter modification smile.gif. It is not so simply to get this wink.gif.
olivi3r
thanks for the new version hadda, good work. smile.gif

edit: i changed the colors back a little for reading purposes, hope you don't mind. wink.gif

user posted image
Hadda
This colours are with no gradiend easy to paint. I make this waiting for new graphics from BerRo smile.gif. I'm happy when i see new modes of foopilot.
olivi3r
QUOTE(Hadda @ Nov 7 2004, 03:32 PM)
This colours are with no gradiend easy to paint. I make this waiting for new graphics from BerRo smile.gif. I'm happy when i see new modes of foopilot.
*


here is the modified graphics template too if you want it.

gradients like this

user posted image

would be nice, but might be hard to do since the images need to resize?
Rika
Great Skin Hadda !! Thanks!!

Two questions:

1. In my task bar appears one tab with foo_looks. Is this normal? It is not possible to take this off?

2. the album cover do not appear. What must I change?

Tks
WhiteLion
1. Uncheck Preferences\looks\'Show in Taskbar'.
2.1 Playlist.ski : edit defaultArtFile variable to match your path.
2.2 AFAIK, you must have an image file near the playing file.
Take a look at the 'sprite albumart' inside Playlist.ski file.
WhiteLion
--dupe deleted--
Strange, I've got the SQL error while posting previous message sad.gif
Hadda
smile.gif
For now i have little break from skin making (busy). But i just fix two bugs. One with path to no cover image. Second i fixed volume bar. So i decided to update file.
Hadda
smile.gif
And next very little update but it can not work correctly so becouse of this new file. I add to "!ok_phone_tweak_2.cfg" file possibility of changing mouse wheel speed of all areas (in setion //Tweak 2C//).

Foopilot one RC4 wheel edition ~250 kB

(I have one raport of not changing info when next song is plaing [and need to click again info button]. Can any one confirm ?)


:edit: spelling and not correct link.
kalimeru
I confirm that bug Hadda...

Hadda I'm posting your skin at a Portuguese forum - givin u full credit of course smile.gif
keep up..
Hadda
QUOTE(kalimeru @ Nov 10 2004, 11:56 PM)
I confirm that bug Hadda...

Hadda I'm posting your skin at a Portuguese forum - givin u full credit of course smile.gif
keep up..
*


Thanks. Have you follow cursor enabled in your foobar ? I suppose that the reason of exist bug but not sure.
I add new file with bug fix (i hope) test it.

Test file
chowe
Hey hadda thanks for the code i will test it out sometime
Right now not enough time to do anythin got exams, will try to get to the skin afterwards tho

Ed
Ivegottheskill
I can't seem to download the LUA.dll files (error 404). Do I need them? (I'm presuming I do, as it says so on the foo_looks site)
Rika
QUOTE(WhiteLion)
1. Uncheck Preferences\looks\'Show in Taskbar'.
2.1 Playlist.ski : edit defaultArtFile variable to match your path.
2.2 AFAIK, you must have an image file near the playing file.
Take a look at the 'sprite albumart' inside Playlist.ski file.


thank you for your help!!

concerning point 2 my problem is that I'm only using zip files. To show the cover I need to extract to a folder and put the album cover in the same folder.
dano
QUOTE(Ivegottheskill @ Nov 11 2004, 02:05 PM)
I can't seem to download the LUA.dll files (error 404). Do I need them? (I'm presuming I do, as it says so on the foo_looks site)
*

No you don't, as stated in the very first post of this thread.
Digisurfer
QUOTE(Hadda @ Nov 10 2004, 06:19 PM)
Thanks. Have you follow cursor enabled in your foobar ? I suppose that the reason of exist bug but not sure.
I add new file with bug fix (i hope) test it.

Test file
*

Tried downloading twice, Winzip says zip file is corrupt.
dano
@Digisurfer: Use a download manager
kalimeru
RIKA

I had the same issue... u can continue to use zip files... u just cant have directories inside those zip...
that way the album art will appear

u may only compile the files.. and put the zip and the jpg in the same directory
if i was unclear ask again

@hadda: i'm goin to test the bug fix in a few moments..
i dont have follow cursor enabled though (i think)
kalimeru
@Hadda: It's perfect.. smile.gif working perfectly now.. the music/file nfo and the Album art changes when it's suposed to..

I was meaning to ask you... is there a way to make the zoomed album art display the default display action when you right click the progress bar? Instead of the playlist display..
Hadda
@kalimeru: Thanks. You can do that by editing "!ok_phone_tweak_2.cfg" in section Tweak 2B. You can increse size of playlist to 30 but i tryed this and make some error console. I'll try to fix this. But i think that you mean to remember last using (zoomed or not). I'll update by this way next version.

This test file is last version from now and if you don't use follow cursor this version is recomended. This is simply enable follow cursor only when album art info is active. I can do this without follow cursor but right/double clicking on path in album info would stop work correctly.
Hadda
I add new file. Now skin remember if album art is zoomed and display this. Section "Tweak 2B" in tweak file i changed so mod this if you have your own config.

Foopilot one RC 4.1
kalimeru
@Hadda: ok thanks.. RC 4.1 is almost what I want, I'll just try to edit a little this weekend to see what I can do more smile.gif
Hadda
Now i have disabled scroll and progress when skin is in hide mode. So becouse of some trouble with some graphisc card blink in games and in becon vis for example and to save CPU smile.gif. So download from last link (updated file). I do not know if this work so need raport.


:edit: PS "Tweak 2B " i changed with that update. wink.gif
badrad
Hadda, I am new to Foobar and just found Foopilot one. It is amazing! Thank you for all your work on it.
Hadda
Hi
Today i made some discover. This is very simply discover but i don't expect that will work. I copied foo_looks.dll to foo_looks2.dll and both works fine and i can lunch two skins on the same time. So becouse of this i'll try to make double skin (or more) working project. Playlist i'll set free as next skin. This is olso save cpu (becouse all area would not refreshing with scrolling). I love foo_looks again smile.gif. This fact rich foo_looks. So wait for next skins smile.gifsmile.gifsmile.gif .

Regards Hadda smile.gifsmile.gifsmile.gif.
SiliconSoul
QUOTE(tk32 @ Mar 6 2004, 01:20 PM)
QUOTE(URMEL @ Mar 6 2004, 11:28 AM)
Did I mention I now use Gravitron to convert Winamp Users to foobar? ^^
go tk32 go! wub.gif

in that case i'll have to get to work on the missing features

smile.gif

apologies that i've been AWOL most of the week - had a busy work schedule

EDIT: i have a free evening tonight - so i'll be available & adding new features over the next few hours
*


Please do it is my favorite skin!
tberman333
Does anyone know where to download this plugin? The link http://www.loodi.com/foo_looks.zip brings back a 404 error. ermm.gif

Thanks.
upNorth
mirrors
anza
Maybe we should start posting the mirror list everytime this thread gets a new page... :B
tberman333
QUOTE(upNorth @ Nov 23 2004, 05:29 AM)



Thanks! smile.gif
tberman333
I have tried to install AlbumDisplay 2.0. When I try to change to get that skin I get the following error message:

INFO (foo_looks) : Initializing GDI+
WARNING (foo_looks) : [Warning] Unabled to find import file - [Line: 9] Token = 'import'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 245] Token = 'color.gray'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 342] Token = 'color.null'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 343] Token = 'color.black'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 353] Token = 'color.black'
WARNING (foo_looks) : Reference to undefined script 'draglook' encountered in section 'background'
WARNING (foo_looks) : Reference to undefined script 'hideOnMouseOver' encountered in section 'background'
WARNING (foo_looks) : Reference to undefined script 'albumartDisplay' encountered in section 'albumart'
WARNING (foo_looks) : Reference to undefined script 'draglook' encountered in section 'albumart'
WARNING (foo_looks) : Reference to undefined script 'pauseToggle' encountered in section 'pause'
WARNING (foo_looks) : Reference to undefined script 'draglook' encountered in section 'user5'
INFO (CORE) : startup time: 1750 ms
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://F:\MP3s\The Beatles\The Beatles [White Album] (2 of 2)\The Beatles - Honey Pie.mp3" (0)
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://F:\MP3s\The Beatles\The Beatles [White Album] (2 of 2)\The Beatles - Savoy Truffle.mp3" (0)
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://F:\MP3s\The Beatles\The Beatles [White Album] (2 of 2)\The Beatles - Cry Baby Cry.mp3" (0)
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://F:\MP3s\The Beatles\The Beatles [White Album] (2 of 2)\The Beatles - Revolution 9.mp3" (0)
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://F:\MP3s\The Beatles\The Beatles [White Album] (2 of 2)\The Beatles - Good Night.mp3" (0)
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://F:\MP3s\Steve Earle\19960117 - Great American Music Hall - San Francisco, CA - Disc 2\Steve Earle - Nothing Without You.mp3" (0)
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://F:\MP3s\Steve Earle\19960117 - Great American Music Hall - San Francisco, CA - Disc 2\Steve Earle - When Will We Be Wed.mp3" (0)
WARNING (foo_looks) : [Warning] Unabled to find import file - [Line: 9] Token = 'import'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 245] Token = 'color.gray'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 342] Token = 'color.null'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 343] Token = 'color.black'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 353] Token = 'color.black'
WARNING (foo_looks) : Reference to undefined script 'draglook' encountered in section 'background'
WARNING (foo_looks) : Reference to undefined script 'hideOnMouseOver' encountered in section 'background'
WARNING (foo_looks) : Reference to undefined script 'albumartDisplay' encountered in section 'albumart'
WARNING (foo_looks) : Reference to undefined script 'draglook' encountered in section 'albumart'
WARNING (foo_looks) : Reference to undefined script 'pauseToggle' encountered in section 'pause'
WARNING (foo_looks) : Reference to undefined script 'draglook' encountered in section 'user5'

Any thoughts?
dano
open the .ski file with a text editor
locate the lines that start "with import"
there is probably some thing like:
import foo_looks_common.ski
change to
import Default/foo_looks_common.ski
tberman333
QUOTE(dano @ Nov 23 2004, 01:15 PM)
open the .ski file with a text editor
locate the lines that start "with import"
there is probably some thing like:
import foo_looks_common.ski
change to
import Default/foo_looks_common.ski
*



That worked. Thanks!!!
tberman333
OK... I know I am asking a lot of questions, but I am new to Foobar and sick of Winamp so I want to figure out how to use this program!!! Anyway, I was using AlbumDisplay and I clicked the close cutton (x on the top left of the skin). Now I can't get an skin to open. There are no error messages, but when I go onto preferences and choose Look and pick a Current Look, nothing happens. Does anyone know how to make this work again?

Sorry for all the newbie questions rolleyes.gif . Thanks for the help!
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.