damn, that script is cool Hadda, keep up your great work for foo_looks
height seems to be fine for me
@dano,GHammer: Thanks.
Today new version of One_key with cool graphics from Dziuba.

For now this skin is very simply. Soon I'll get new Foopilot graphics.
(This button is not like gestures from opera. This mesure only distans so you can change "gesture" in real time or annul it with another mouse button)
Download:
"One key" beta2 63 kB
totally excellent work Hadda
and Dziuba deserves credit too
i'm so excited to see new concepts for skin design - and exciting new scripts
i love it
ralesk
Aug 19 2004, 15:22
Hadda, I found some bugs, not sure if it’s just me or…
Anyway, it seems that sometimes a space is not printed, especially when it’s in the middle of a title. The space is there on the real playlist.
Also, the time meter seems to be in remaining time mode every time I start foobar.
@tk32: Thanks for credit
@ralesk:This is very first version and i see this bugs too. Tomorow I'll try to fix some.
GHammer
Aug 19 2004, 19:25
QUOTE(ralesk @ Aug 20 2004, 05:22 AM)
Also, the time meter seems to be in remaining time mode every time I start foobar.
Ha! And for me it is selection length/elapsed.
I'd like it to be remaning/selection length
Looking very nice. I did like the first 'skin' though. Very clean.

I made new progressbar cpu friendly and fix scroll with real time update for all who listenig internet radio. This two part will be implement to foopilot after weekend

Soon i implement chousing of time display.
Download:
One key beta2.zip
Thanks Hadda this skin looks much better than foopilot. I have a few suggestions:
- Playlist as we have in foopilot.
- Possibility to change the length of the bar in the preferences. I have a higher resolution screen and most of my titles are long so I'd prefer to have it longer.
- I wish I could also use 3rd/4th buttons of my mouse and able to set them to different functions. If the gestures are customizable that would be great. I'm used to using the right mouse button in Opera for instance. I'd rather use that for prev/next song.
- The pause does not work when I click on right mouse button.

@atici: I don't wonted to develop this version but Dziuba send me graphics. Maybe i'll make functions from foopilot. Is difficult to make changing length with graphics. Maybe i'll try it. In Foo_looks i can use only two buttons and roller. I think that I make config file with customize gestures. I sometimes trying to use right button for next too

. I can't see broblems with pause.
I updated "one key" with two little volume changes. Mute is now fast (ignored buffer) and on double click fast volume change.
Regards Hadda
Hi Hadda,
Your work is excellent and I've been using Foopilot since you originally posted it!
I've tried OneKey and it unfortunately seems to crash my Foobar. (deleting it eliminates the crash.)
Admittedly I have a HUGE number of Foobar plug-ins, so any of them might be conflicting.
I'd be happy to either post or email you my crash log. Since it is so long, I'll wait to see if you're interested.
Thanks again for all the awesome work. It has really made my listening that much more enjoyable!
Regards.
@Berto: If i could understand something in that files that will be great. Maybe next versions will work for you. Maybe some file or part you lose in unpack skin or download. I sometimes crashed foobar with my code but always i can see it with some symptoms. I don't know how i can help you. Thanks for raporting anyway. Send me this file maybe it will helpful in future. Hadziu@o2.pl

Maybe someone can confirm this problem. ??
Regards Hadda
spaceships
Aug 24 2004, 02:43
anyone have a link to foo_looks 2.1 the main link does not seem to work.
upNorth
Aug 24 2004, 02:54
QUOTE(spaceships @ Aug 24 2004, 10:43 AM)
anyone have a link to foo_looks 2.1 the main link does not seem to work.
mirrors
cant we get a moderator to edit the first post of this topic and adding the working mirrors?
Hi today updates of "Foopilot" and "One key"
Foopilot changes:
-mute on righ mouse click
-fast voume change on doubleclik
-new scroll with real time refreshing (for internet radio)
One key changes:
-with edit file:"!ok_phone_tweak.cfg" now anyone can configure this button. More commands soon.
Download:
One key beta3 (62kB)Foopilot beta6.3 (102 kB)
Hadda , both link isnt working , can u fix this?
GHammer
Aug 30 2004, 06:05
QUOTE(wild @ Aug 29 2004, 09:26 PM)
Hadda , both link isnt working , can u fix this?
Try, try again.
Server crashed and DNS has to update.
Working from here at this time. Your's should soon.
Wow Foopilot is awesome! Thanks a lot!
My only request is, allow for Stop! not just Pause and mute.
It is often necessary for me to have Foobar completely release the sound card in order to play a movie or do other things, because I use a profesional recording sound card which is meant to latch onto one thing at a time.
It should be easy enough, how about Right-click on EQ = Stop?
That would be great, thanks a lot!
@l12:
just find line:
CODE
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end]"}
in foopilot.ski file and change this line into this part
CODE
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end function onrightbuttonup(this) fb2k_playStop() end]"}
Regards Hadda
Wow, fantastic! Thanks so much Hadda. Best skin ever!
Thank you!
L12
Hi

I today updated one_key. I decided with Dziuba to call all our skins "Foopilot" wit secound word. So this skin is continue of one_key and calls : "Foopilot one"
download Foopilot one 70 kB
dickhead
Sep 11 2004, 15:04
hey, i just started using foo_looks again, and it worked perfectly all last night...but i rebooted this morning, and now for the life of me i cannot get the foo looks to stay "on top". the actual foobar dialog does, but everytime i switch to another window, foo_looks goes under.... using foo_looks.ski v. 2.1 - any help would be appreciated.
foobar v 0.8.2
@dickhead: Yes many people have this problem with foo_looks. Always on top working but not loading on start sometimes. I ussualy disable and enable again "always on top" when I see this bug and then working fine.
I wont to do this automaticly in my skins but do not know how to get always on top on/off.
upNorth
Sep 12 2004, 03:23
A while back I tried to use this code to remedy the AOT problem:
CODE
lua stayAOT
function onattach()
if look_isaot() == true then
fb2k_menuCommand('Components/Look/Show/Always on Top')
fb2k_menuCommand('Components/Look/Show/Always on Top')
end
end
endlua
But, IIRC it didn't work so I removed it after a while.
maybe if you skip the "if look_isaot() == true then" and just always call the on top command 2 times after the skin is loaded, it would work?
upNorth
Sep 12 2004, 04:20
QUOTE(dano @ Sep 12 2004, 11:42 AM)
maybe if you skip the "if look_isaot() == true then" and just always call the on top command 2 times after the skin is loaded, it would work?
Good idea! I thought it would be a good idea to also try "if look_isaot() == false then", but I see now that it is not needed at all. I'll add it to my code and see if it improves anything. It might take a while to verify as this problem just happens from time to time, at least it does here.
Edit: Doesn't seem to work...

Edit2: spelling
ddpham
Sep 12 2004, 05:58
FooPilot_One EQualizer button did nothing. I drag my mouse (right click up) where it says EQUAL and release the button, but nothing happened. Maybe a fix in this?
@ddpham: I updated foopilot_one and now show equalizer.
@upNorth dano: Thanks for trying to solve this problem . Maybe this need some delay. I'll try with 0.5 s.
:edit:
I'm using for now first of this two scripts and do not see this bug for now. Maybe I have lucky. But I runned fb2k about 60 times with 4 computer restart. I had this problem with foopilot_one in 80% and with foopilot in 20% i think. For a moment I have seen it two times when i disable this script. So I think that work for me.
CODE
lua stayAOT
function onattach()
fb2k_menuCommand('Components/Look/Show/Always on Top')
fb2k_menuCommand('Components/Look/Show/Always on Top')
end
endlua
lua stayAOT2
delay=true
function onupdateplayerstatus(this)
if delay then
fb2k_menuCommand('Components/Look/Show/Always on Top')
fb2k_menuCommand('Components/Look/Show/Always on Top')
delay=false
end
end
endlua
regards Hadda
I tried your latest Foopilot_one_beta4.zip and I also think it solves the problem


So I updated Foopilot with this code too.
I'm happy that for now is possible to write code with no foo_looks bugs

.
bigboy177
Sep 13 2004, 08:09
Will there be a playlist... in foopilot_one... ??
@bigboy177: Will be but for now two weaks break withouit making skins :]. I'm palning to show playlist with album art/info on the same time and playlist will be stretchy

. And me and Dziuba planing third skin: "Foopilot roller" after Foopilot one.
KangOl
Sep 13 2004, 11:59
hi !
hadda, i add a little feature to foopilot_one !
file : hadda_progress.ski
CODE
function onrightbuttonup(this)
if scanning then
seek2bar(this)
scanning=false
else fb2k_menuCommand("Playback/Copy now playing")
end
end
@KangOl: I'm glad when someone changing code in his way. Right button i planing to use for open playlist but maybe I'll change plans.
:edit: spelling
:edit2: I updated "Foopilot One" with added instruction in English.
GeSomeone
Sep 17 2004, 05:59
I just posted a note to update gdi+
see here
Great Work u doing here Hadda .
keep it up man.
Thanks.
In this link You can find instruction for "Foopilot one"
foopilot pageFor now this page is very pure.
Hadda thats great, making a website for your skin
only the english should be improved
@Dano
I wrote this instruction and my English is not so good i know

. This instruction is adding to "foopilot one" too.
So if someone heve some time and wont to fix speeling can send me fixed Foopilot_one_instruction.txt file to email: Hadziu@o2.pl
I'll be very very grateful.
Regards Hadda
Hey Hadda
I must compliment you on your graphical skills. you know how to make things look wonderful. You got a real talent for it.
Now A request for something that bothers me. I would like the scrolling text to go from right to left *without* going backwards. This I want it to move in only *one* direction. What code do I need?
Thanks in advance!
@Hawk: This scroll what You mind compatibile with this versions is not so simply to write. This can take me some time. Now i'm writting playlist for Foopilot one. When I'll finish PL then I'll write this code.
QUOTE(Hadda @ Sep 21 2004, 05:02 PM)
@Hawk: This scroll what You mind compatibile with this versions is not so simply to write. This can take me some time. Now i'm writting playlist for Foopilot one. When I'll finish PL then I'll write this code.
Thanks very much for considering this. I Appreciate it
seanyseansean
Sep 21 2004, 13:06
QUOTE(dano @ Sep 21 2004, 12:31 PM)
Hadda thats great, making a website for your skin
only the english should be improved

That's not very constructive, not everyone speaks English natively. I do though, so, Hadda, if you would like your text cleaned up then PM it to me.
sean

Two nights and PL done

For now Foopilot one have only Playlist. This Playlist can be up to 41 position (by using mouse wheel on progress bar) but maybe i increse this. Graphics for moment not so good but work so take it and use it

.
Download here 62kB

Hi . Now I'm waiting for new graphiscs form Dziuba. For now i incresed posibile playlist size up to 80 position
WoW! I am impressed! Dziuba is certainly a great graphic artist.
I'll be looking forward to these and other projects
bugmenot
Sep 25 2004, 02:47
I can't download foo_looks at all, i've been searching for it for a couple months now and every site i find returns me a 404 error, anybody care to send it over to me? xilonmu@gmail.com plz
thx.
EDIT: That fooPilot skin looks awesome, some nice stuff coming from Polish people now-a-days
Foobar was made by a polish guy wasn't it?

, give's ya something to be proud of
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.