HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: danZ on 2004-03-04 16:13:09

Title: foo_looks v2.1
Post by: danZ on 2004-03-04 16:13:09
[span style='font-size:14pt;line-height:100%']Version 2.1 Available (http://www.loodi.com/foo_looks.zip)[/span]

foo_looks mirrors (http://www.hydrogenaudio.org/forums/index.php?showtopic=29046)


Changelog

1. Compiled with 0.8 SDK
2. Lua is now integrated into foo_looks and you can remove the lua dlls from the foobar folder
3. Removed "look swap" and all items associated with that functionality.  No longer useful with scripting support
4. Per pixel alpha blending with the desktop.  foo_looks is compatible with Win2K and WinXP only
5. new section window property int blendflag valid values are6. new rendermap flag - render.Erase used mostly for the background sprite in a look using per pixel blending to prevent "onion skin" effect
7. minor optimization to ignore spectrum data when look is not active
8. lua function change for mouse handlers - x.y passed to all mouse handlers.  Note your current handlers still work since lua is very loose about parameter passing but you must include then in the parameter list if you wish to use them.  These can be used in place of look_mouseX(), look_mouseY() in these handlers.9. new parameter passed to function onplaybackstop(reason) values for reason are10. organized Components/look menu and added "looks" popup menu
11. moved all default look assets to "foo_looks\Default" folder.  You need to update your look if you are importing the foo_looks_common.ski file.  Also you can delete the default look assets from the foo_looks folder from previous version
12. new lua functions
Title: foo_looks v2.1
Post by: tk32 on 2004-03-04 16:20:41
foo_looks essential information recap.

[span style='font-size:14pt;line-height:100%']1. Installing the plugin[/span]

Step 1
extract the plugin (http://www.loodi.com/foo_looks.zip) into your foobar2000/components dir

..if you are using win2k, you will also need to install the following:
- GDI+ dll's (http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=BFC0B436-9015-43E2-81A3-54938B6F4614)[span style='font-size:8pt;line-height:100%'](from www.microsoft.com)[/span]

IMPORTANT: because of the advanced alpha-blending features, the foo_looks plugin only works on Win2k / XP

Step 2
start Foobar2000, and watch the console for any error messages.
[span style='font-size:8pt;line-height:100%'](if you get an error, then paste it in this forum)[/span]

Step 3
hopefully, there are no errors. so go to the components menu in foobar2000, and select Look > Show > Activate
you should now see the default skin on the screen.

[span style='font-size:8pt;line-height:100%']note: as long as foo_looks is activated when you exit fb2k, you will not be reuired to manually activate foo_looks again for the next session.[/span]

Step 4
download some more skins!!
get them from:
the gallery (http://www.btinternet.com/~sean.m.kelly/foo_looks/gallery.htm) (needs updating)
the old foo_looks topic (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&st=0&&) (the latest skins are found here, but it requires browsing through 24 pages)

remember to extract the skins to foobar2000/components/foo_looks/

Step 5
if you want to change 'looks', you have 2 choices.
(a) go to your foobar2000 preferences, and go to the preferences for '+Components+Looks'
(b) on the components drop-down menu, select Look > Looks > ..then pick a skin

that's it.

---

[span style='font-size:14pt;line-height:100%']2. Start contributing!![/span]

we need advice, tips, ideas, bug notifications, designs, help, support....
but most of all.... WE NEED YOUR SKINS!!!

we would really like people to contribute skins to the project, either by creating original GUIs, or by asking permission & porting winamp2/3/5 skins

for a complete beginners guide to building a foo_looks skin, check my tutorial (http://www.btinternet.com/~sean.m.kelly/foo_looks/tutorial.htm)

then after reading this, check out the 2 additional how-to guides ( 001 (http://www.btinternet.com/~sean.m.kelly/foo_looks/how-to_guide_001.txt), 002 (http://www.btinternet.com/~sean.m.kelly/foo_looks/how-to_guide_002.txt) )

for an idea of what sort of things are possible, check out this prototype version of my new skin Graviton:

(http://www.btinternet.com/~sean.m.kelly/graviton_vol.png)
download tk32-graviton_0.7.zip (http://www.btinternet.com/~sean.m.kelly/tk32-graviton_0.7.zip) (still in development)

--
if you have any questions, about anything, then i'm happy to answer emails

()

....
[span style='font-size:8pt;line-height:100%']finally, the official foo_looks resource pages (http://www.btinternet.com/~sean.m.kelly/foo_looks/) contain all the information above, and will soon be updated to contain even more.
- more tutorials
- more skins
- more FAQs
etc...[/span]
Title: foo_looks v2.1
Post by: bogsnarth on 2004-03-04 20:22:14
picking up from the other thread...

tk32:
sorry it took me so long to get this posted.. my connection was... well.. disconnected..

here's the lid graphic (http://bogsnarth.net/img/lid.png)

i can email the entire skin in PSD (or whatever format you'd prefer) if you need it to get an idea of how that lid fits into the skin..


danz:

the good news: the recompiling with 0.8 SDK seems to have fixed the exit button crash

the bad news: Always on Top seems to be permanently enabled.. the toggle is stuck in the on position and doesn't respond to clicks.. i've tried updating my script to take the new "Show" submenu into a account, and the toggle remains unresponsive.. the menu command itself doesn't work either..

since there's no real point in having a look activated if it's not always on top, this doesn't seem like much of a problem, but i liked being able to use the "show in taskbar" function without always on top, to keep the look readily accessible but out of the way.. looks with compact modes don't have this problem, but neither of the ones i'm making have a compact mode yet.. (not until i get the standard modes working fully )


peas,
bogce


ps: @tk: that volume knob script is just about the only thing missing from my first look right now (aside from the aforementioned compact mode).. any progress? apologies if i'm being a nuisance
Title: foo_looks v2.1
Post by: CyberFoxx on 2004-03-04 23:03:45
I take it from the "because of the advanced alpha-blending features, the foo_looks plugin only works on Win2k / XP" that there was no looking into the Win9x version of GDI+'s "fake" alpha-blending/alpha-transparency? It does seem to work quite nice in the LiteStep modules that use it from what I've heard. It may not be perfect, but at least it works.
Title: foo_looks v2.1
Post by: desigrid on 2004-03-05 04:27:48
Quote
the bad news: Always on Top seems to be permanently enabled.. the toggle is stuck in the on position and doesn't respond to clicks..

I am not sure how I can constructively help with this except by posting my own experience. On my machine, "Always On Top" works perfectly, except that the tick to signify whether it's toggled is not there.
Title: foo_looks v2.1
Post by: Gord on 2004-03-05 05:23:27
No problems here so far danZ. Excellent work as always.
Title: foo_looks v2.1
Post by: VILLA21 on 2004-03-05 08:03:44
Quote
IMPORTANT: because of the advanced alpha-blending features, the foo_looks plugin only works on Win2k / XP


I have WinNT 4.0 / SP6a at the office and i got a coloured box instead of the skin( i posted about this issue in another thread). Is there any solution to make it works on WinNT4? ( i got no problems with foo_looks 1.0.x.x and Foobar 0.7)
Title: foo_looks v2.1
Post by: Linkin on 2004-03-05 08:28:10
I am using foo_looks with the micropanel skin but i just use it in the small mode, so my question is if there is a way for the skin to remember that it was small. It always changes back to the big normal mode when I restart foobar.
Title: foo_looks v2.1
Post by: dano on 2004-03-05 09:59:54
Linkin see here: http://www.hydrogenaudio.org/forums/index....ndpost&p=190426 (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=190426)
Title: foo_looks v2.1
Post by: Kaysat on 2004-03-05 13:57:14
Hi there

I've just tried foo looks for the first time and I really like the default skin ...

I guess this is a really stupid newbie question but where can I set the path to the album art to appear in that little window? I have the album art for every album saved in the respective album folder. I did try to search the forums but I got lost in that 24-page-thread.

Thx
Title: foo_looks v2.1
Post by: danZ on 2004-03-05 15:04:29
Quote
Hi there

I've just tried foo looks for the first time and I really like the default skin ...

I guess this is a really stupid newbie question but where can I set the path to the album art to appear in that little window? I have the album art for every album saved in the respective album folder. I did try to search the forums but I got lost in that 24-page-thread.

Thx

It should just work as it looks for the album art in the same folder as the song that is playing.  My guess is the search isn't finding your album art files.  How are they named?
Title: foo_looks v2.1
Post by: danZ on 2004-03-05 15:07:34
Quote
Quote
IMPORTANT: because of the advanced alpha-blending features, the foo_looks plugin only works on Win2k / XP


I have WinNT 4.0 / SP6a at the office and i got a coloured box instead of the skin( i posted about this issue in another thread). Is there any solution to make it works on WinNT4? ( i got no problems with foo_looks 1.0.x.x and Foobar 0.7)

I could probably check the OS version and then have 2 drawing routines - one for XP using alpha and one for the older operating systems that would not support the alpha.  I'll have to see how big of a pain that would be to support.
Title: foo_looks v2.1
Post by: danZ on 2004-03-05 15:09:05
Quote
Quote
the bad news: Always on Top seems to be permanently enabled.. the toggle is stuck in the on position and doesn't respond to clicks..

I am not sure how I can constructively help with this except by posting my own experience. On my machine, "Always On Top" works perfectly, except that the tick to signify whether it's toggled is not there.

Yes, it looks like I missed an SDK change - the way you add a checked state to a menu has changed in 0.8 from 0.7.  I'll get this fixed up next time around.
Title: foo_looks v2.1
Post by: Kaysat on 2004-03-05 16:07:12
Quote
It should just work as it looks for the album art in the same folder as the song that is playing. My guess is the search isn't finding your album art files. How are they named?


Thx a lot ... i did not rename the jpegs after downloading ... now it is working.

Looks nice. Just a little bit too tiny with SXGA+. Would be nice to have a (double-size) feature like in Winamp. TV mode is no option for me as it is too large and changes resolution.
Title: foo_looks v2.1
Post by: phwip on 2004-03-05 17:56:49
DanZ, back in December in this thread (http://www.hydrogenaudio.org/forums/index.php?showtopic=15594&view=findpost&p=162125) you mentioned that there might be a possiblity of making a look On Top only of foobar2000 rather than all apps:

Quote
I used to make foo_looks a child of foobar2000 window which gives this behavior.  I'll see about making it a config option

Meanwhile it could probably be done with my new Lua scripting support in the beta if I add some bindings for hiding/showing foo_looks window and if (the developer formerly incorrectly known as z^6) PP would add some kind of UI callbacks so I could know when the main UI is moved, focused, minimized, etc.

The foo_looks ablumart skin could hide/show in repsonse to foobar UI events and also in response to if album art is available, etc.

I presume this isn't yet possible, as I can't find an appropriate option in 2.1, although I admit I haven't been following the foo_looks thread so I may just have missed it.  Anyway, if it isn't yet available is this still something you would consider adding?

An example of how I would like to use it is to take a transparent cover art look which just shows the album art, similar to the one by melomane here (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=186866), and place it over the main playlist.
Title: foo_looks v2.1
Post by: bogsnarth on 2004-03-05 18:11:09
Quote
Quote
Quote
the bad news: Always on Top seems to be permanently enabled.. the toggle is stuck in the on position and doesn't respond to clicks..

I am not sure how I can constructively help with this except by posting my own experience. On my machine, "Always On Top" works perfectly, except that the tick to signify whether it's toggled is not there.

Yes, it looks like I missed an SDK change - the way you add a checked state to a menu has changed in 0.8 from 0.7.  I'll get this fixed up next time around.

good to know..


i figured out a slight work-around.. it will probably be made redundant by the next update but for anyone else having this problem, here goes: i've been able to successfully activate and de-activate Always on Top mode using the menu command.. the LED toggle switch in the look doesn't follow automatically, but when AOT mode is off,  and the LED is on, the LED can be clicked off.. but then the menu must be used to turn AOT back on, and the LED can then be clicked to the on position.. basically i guess checkAOT() can't check, hence the script won't work..

that's probably incredibly obvious to everyone already, but i had to type it out like that to understand it myself.. so..


peace,
bogs
Title: foo_looks v2.1
Post by: tk32 on 2004-03-05 18:22:20
just to let everyone know that i'm home again, and i can start to answer all your questions one-by-one

i'll try to answer all questions and emails by this evening
Title: foo_looks v2.1
Post by: Melomane on 2004-03-06 01:33:20
Quote
An example of how I would like to use it is to take a transparent cover art look which just shows the album art, similar to the one by melomane here (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=186866), and place it over the main playlist.

use mine...

Title: foo_looks v2.1
Post by: phwip on 2004-03-06 07:31:40
Quote
Quote
An example of how I would like to use it is to take a transparent cover art look which just shows the album art, similar to the one by melomane here (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=186866), and place it over the main playlist.

use mine...

What I would really like is to see the cover art within the main foobar GUI (or foo_ui_columns if that is what I am using).  Unfortunately there does not seem to be a way of doing this or even really a suitable place to put it.  So my idea was to use foo_looks with a transparent cover art look like yours (but without the mouseover functionality) over the playlist, so the album art effectively appears as a background to the playlist.

The problem is I don't know how to acheive this.  The look should only stay on top of the foobar2000 main window.  But if I select  Always On Top then it stays on top of every application, and if I deselect Always On Top then it becomes hidden behind everything, even the foobar2000 main window.  If I understood DanZ's comments correctly, the functionality to acheive this doesn't currently exist within foo_looks.  This is what I was asking for.
Title: foo_looks v2.1
Post by: Melomane on 2004-03-06 11:59:54
Quote
...So my idea was to use foo_looks with a transparent cover art look like yours (but without the mouseover functionality) over the playlist, so the album art effectively appears as a background to the playlist.

The problem is I don't know how to acheive this.  The look should only stay on top of the foobar2000 main window.  But if I select  Always On Top then it stays on top of every application, and if I deselect Always On Top then it becomes hidden behind everything, even the foobar2000 main window.

Use mine... (reload it )

set look "always on top" AND foobar "minimize in the system tray" (preferences/display/defaut user interface/system tray)

to kill mouseover functionality change this:

alpha = 40
fadeto = 40

function onupdate(this)
   if (look_insideSprite(this,look_mouseX(),look_mouseY())) then
      if (alpha < 100) then
         alpha = alpha
         window_setAlpha(alpha)
      end
   elseif (alpha > fadeto) then
      alpha = alpha
      window_setAlpha(alpha)
   end
end

endlua
Title: foo_looks v2.1
Post by: URMEL on 2004-03-06 19:28:09
Did I mention I now use Gravitron to convert Winamp Users to foobar? ^^
go tk32 go!
Title: foo_looks v2.1
Post by: tk32 on 2004-03-06 21:20:17
Quote
Did I mention I now use Gravitron to convert Winamp Users to foobar? ^^
go tk32 go!

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



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

[span style='font-size:8pt;line-height:100%']EDIT: i have a free evening tonight - so i'll be available & adding new features over the next few hours[/span]
Title: foo_looks v2.1
Post by: tk32 on 2004-03-06 21:48:06
bogsnarth, animating drawers / sliding trays is much easier than trying to do a lid, because you can slide them behind something

like this...

image (http://www.btinternet.com/~sean.m.kelly/bogs_concept.gif)


if you want to animate a lid like you showed me, then it depends on where you imagine the lid going when it's open

if you imagine a 'real life' sliding lid, it can either slide up & over/under something else, or else it can slide on an arc into the skin (like a garage door)

.. in other words - i need a little more info before i can code it for you


[span style='font-size:8pt;line-height:100%']Moderation: large image linked[/span]
Title: foo_looks v2.1
Post by: tk32 on 2004-03-06 23:05:58
[span style='font-size:14pt;line-height:100%']Open Projects[/span]

the following projects have been started, but not completed (for whatever reason)

anybody is free to download the files and continue working on them

you are even permitted to edit the graphics in any way

---
[span style='font-size:14pt;line-height:100%']1. AstAmp[/span]

a port of the winamp skin used for the AstonShell GUI replacement.
includes all graphics required

info & download: http://www.hydrogenaudio.org/forums/index....ndpost&p=187407 (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=187407)

screenshot: see image (http://www.astonshell.com/skins/plugins/p/astamp.jpg)
this screenshot is half-size

---
[span style='font-size:14pt;line-height:100%']2. Mac Attack[/span]

something i made in a hurry and never developed.
requires more graphics (which is why i included the PSD file)

info & download: http://www.hydrogenaudio.org/forums/index....ndpost&p=185013 (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=185013)

screenshot: see image (http://www.btinternet.com/~sean.m.kelly/mac_attack_ss.png)

---
[span style='font-size:14pt;line-height:100%']3. Albumart Frame[/span]

something i put together in a hurry to demonstrate albumart, sliding drawers & toggle display
see the info link for details of what features you can try to add

info & download: http://www.hydrogenaudio.org/forums/index....ndpost&p=183314 (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=183314)

screenshot: see image (http://www.btinternet.com/~sean.m.kelly/album_frame_ss.jpg)
Title: foo_looks v2.1
Post by: Overdo on 2004-03-07 01:18:03
AlbumDisplay has been updated for Foolooks 2.1. It now features a coverart only mode, so if u want coverart and don't want to use foo_looks for commands etc then u might like this. It features no text and only one small button in the bottom corner to load up the full look again (appears on mouseover only). This can most probably be hardcoded out altogether when i add in more .ski comments.

I'll post a link when a few ppl have tested it for me.

EDIT: Any suggestions why
Quote
function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]

results in a foobar failure error?
Title: foo_looks v2.1
Post by: bogsnarth on 2004-03-07 02:02:47
Quote
EDIT: Any suggestions why
Quote
function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]

results in a foobar failure error?

the exit button error seems to have been fixed for me with the latest foo looks 2.1 and fb2k 0.8

be sure you remove the old foo_looks.dll from your /foobar2000/components/ directory, or you'll have some weird problems..
Title: foo_looks v2.1
Post by: tk32 on 2004-03-07 02:06:25
i use this for the close button in graviton:

Code: [Select]
list scripts string { "[function onleftbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]" }


and i never get any errors/failures
Title: foo_looks v2.1
Post by: Overdo on 2004-03-07 02:25:38
no old foo_looks.dll files anywhere in sight...
Title: foo_looks v2.1
Post by: phwip on 2004-03-07 10:47:21
Quote
Quote
...So my idea was to use foo_looks with a transparent cover art look like yours (but without the mouseover functionality) over the playlist, so the album art effectively appears as a background to the playlist.

The problem is I don't know how to acheive this.  The look should only stay on top of the foobar2000 main window.  But if I select  Always On Top then it stays on top of every application, and if I deselect Always On Top then it becomes hidden behind everything, even the foobar2000 main window.

Use mine... (reload it )

set look "always on top" AND foobar "minimize in the system tray" (preferences/display/defaut user interface/system tray)

to kill mouseover functionality change this:

alpha = 40...

Thanks melomane.  This kind of does the trick.  However, there are two problems for me.  Firstly, I tend to focus other apps just by clicking them in the task bar.  It is a pain to have to minimise foobar2000 first.  And if i don't minimise it then the look is still on top of everything.  I don't know of any way to make foobar2000 automatically minimise whenever it loses focus to another app.

Secondly is something I hadn't considered which is that using a transparent look as a background doesn't really work because of course really it is still on top so when I click on the playlist where the look is, the playlist doesn't respond.  I am actually clicking on the look.  I presume there is no way round this, unless it is possible to configure a look to ignore mouse input and pass it to the window behind it?
Title: foo_looks v2.1
Post by: Overdo on 2004-03-07 12:47:45
for the background section try using this:
Quote
bool  mouseinput  false


i don't know whether this will prevent dragging as well, too early for me to start working.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-07 13:18:10
Quote
unless it is possible to configure a look to ignore mouse input and pass it to the window behind it?


when you use render.erase on the background sprite, any pixels that are totally transparent pass mouse input to the window beneath

go back to my post on 'open projects' (page 1) try out #003, called albumart frame

play a song that doesn't have any albumart, then position the skin over the fb2k playlist... you'll be able to click right through the center of the skin!
Title: foo_looks v2.1
Post by: phwip on 2004-03-07 18:11:39
Quote
for the background section try using this:
Quote
bool  mouseinput  false


i don't know whether this will prevent dragging as well, too early for me to start working.

Hmm.. the look I am using from melomane doesn't have any part that says "background section" (or "section background").  I don't know anything about ski files.

There is a line with the text "sprite background" so I tried creating a new line under that with the text "bool mouseinput false" but this didn't seem to have any effect.

So I thought perhaps I needed to create my own background section so I added a new line with the text "section background" at the end of the file and then a line with "bool mouseinput false" under that but this also didn't seem to have any effect.
Title: foo_looks v2.1
Post by: phwip on 2004-03-07 18:20:16
Quote
Quote
unless it is possible to configure a look to ignore mouse input and pass it to the window behind it?


when you use render.erase on the background sprite, any pixels that are totally transparent pass mouse input to the window beneath

go back to my post on 'open projects' (page 1) try out #003, called albumart frame

play a song that doesn't have any albumart, then position the skin over the fb2k playlist... you'll be able to click right through the center of the skin! 

I loaded the tk-albumart_frame.ski look and I get errors:
Quote
[Warning] Unable to find import file - [Line 5] Token = 'import'
Reference to undefined script 'draglook' encountered in section 'background'
Reference to undefined script 'albumartDisplay' encountered in section 'albumart'
Reference to undefined script 'draglook' encountered in section 'bgCover'

I'm afraid I don't know anything about .ski files so don't know what to do about these.

Presuming this is an unrelated issue, looking at your explanation I guess this means I will only be able to click through the album art where the pixel colour in the image is white?  Is this correct?  Is there any way to make it so all pixels are clickable through?
Title: foo_looks v2.1
Post by: tk32 on 2004-03-07 18:39:01
ok, the albumframe errors are due to the relocating of the common scripts file

i'm sorry i didn't see that issue before it happened

i'll fix that ASAP


as for your requests - i'm starting to get the feeling that the kind of functionality you are looking for is very different to that of a typical skin

by reading your comments i think you need a dedicated albumart plugin.

foo_looks can achieve this, but it won't pass mouse input to the window beneath unless you are clicking on invisible parts of the skin

so if you tried to click through an album cover, the fb2k window wouldn't respond
Title: foo_looks v2.1
Post by: phwip on 2004-03-07 21:25:06
Quote
ok, the albumframe errors are due to the relocating of the common scripts file

i'm sorry i didn't see that issue before it happened

i'll fix that ASAP

Thanks

Quote
as for your requests - i'm starting to get the feeling that the kind of functionality you are looking for is very different to that of a typical skin

by reading your comments i think you need a dedicated albumart plugin.

Yes, I'm starting to think you're right.

Quote
foo_looks can achieve this, but it won't pass mouse input to the window beneath unless you are clicking on invisible parts of the skin

so if you tried to click through an album cover, the fb2k window wouldn't respond

Is there any way foo_looks could be changed to allow this behaviour?  The beauty of foo_looks compared to other solutions is how configurable it is.  I can't see I would be likely to get that level of configurablility with an album art plugin.  Also if it worked how I wanted I could then use this with any playlist GUI: the default one, foo_ui_columns or whatever else comes along in the future.

Putting aside the click-pass-through issue for a moment, is there an answer to my other question:  is it possible to make the look window always on top of the foobar2000 window but not on top of other applications?  An example of what I would like is the foobar2000 console window.  This is always on top of the foobar2000 main window, but if I bring another app to the front without minimising foobar2000 then that app is on top of the console window too.  It would be great if foo_looks could do this.
Title: foo_looks v2.1
Post by: danZ on 2004-03-08 04:34:28
Quote
[Putting aside the click-pass-through issue for a moment, is there an answer to my other question:  is it possible to make the look window always on top of the foobar2000 window but not on top of other applications?  An example of what I would like is the foobar2000 console window.  This is always on top of the foobar2000 main window, but if I bring another app to the front without minimising foobar2000 then that app is on top of the console window too.  It would be great if foo_looks could do this.

Not presently because the look window is a child of the desktop window.  I can see about adding a config setting to allow this to be configured so that foo_looks can be a child of the foobar2000 window.
Title: foo_looks v2.1
Post by: phwip on 2004-03-08 07:49:22
Thanks DanZ.
Title: foo_looks v2.1
Post by: zanson on 2004-03-08 20:32:41
Quote
Secondly is something I hadn't considered which is that using a transparent look as a background doesn't really work because of course really it is still on top so when I click on the playlist where the look is, the playlist doesn't respond.  I am actually clicking on the look.  I presume there is no way round this, unless it is possible to configure a look to ignore mouse input and pass it to the window behind it?

You will still have issues with other apps getting in the way, but you could have a transparent fb2k window ontop of the albumart window.  That way atleast you could see your art, and click on the playlist...
Title: foo_looks v2.1
Post by: carel on 2004-03-09 22:59:19
This has nothing to do with the previous post, but I wanted to add a small contribution...

I like the exit button from foo_looksv1 default skin 'mini', and I miss it in the new foo_looksv2 default skin 'mini'. I also need a button to show/hide foobar's main window . Thus I've made small mods to foo_looks.ski includind these features (modded .ski here (http://carel.foobar.free.fr/hydrogenaudio/foo_looks(carel%20mod).ski))

Maybe  the developers (danZ, tk32 ?) could include these small (but handy, at least for me) features in the next foo_look versions ?

(http://carel.foobar.free.fr/hydrogenaudio/foo_looksv2%20carel%20mod.png)
Title: foo_looks v2.1
Post by: tk32 on 2004-03-10 01:53:18
danZ is the plugin developer

i am the skins, scripts & tutorials guy

the default look was created by danZ as a feature-showcase. i'm sure he'd be happy to add requested features, but if you are able to add them yourself, then that's even better

i love the idea of users modifying the skins to their own needs - that's what i call uber-customization!
Title: foo_looks v2.1
Post by: atici on 2004-03-10 02:37:34
Great effort guys thanks. Now we need more skins. I think updating the foobar looks site (http://www.barciaonline.com/aural/foobarlooks/foobarlooks.htm) would attract more developers, wouldn't it?
Title: foo_looks v2.1
Post by: wanked on 2004-03-10 04:13:44
Quote
Great effort guys thanks. Now we need more skins. I think updating the foobar looks site (http://www.barciaonline.com/aural/foobarlooks/foobarlooks.htm) would attract more developers, wouldn't it?

or how about updating the new foo_looks 2.0 gallery?
Title: foo_looks v2.1
Post by: tk32 on 2004-03-10 09:41:11
yeah

the 2.0 gallery is my responsibility

i will bring it up to date as soon as possible

however, i'm not sure when AngelGR will update foobarlooks.tk - it's still only 1.0 compatible. i have a bad feeling that site will fizzle out - as i asked him to make an update 2 months ago.

here is a provisional list of skins - if anyone knows of any i forgot, then please emend the list

foo_looks 2.0 compatible skins:[span style='font-size:8pt;line-height:100%']* this skin is still in development[/span]

hope i didn't forget anyone
Title: foo_looks v2.1
Post by: tk32 on 2004-03-10 17:12:14
IMPORTANT:

possible bug when used with styleXP
=========================

i've had emails from 3 different users reporting that foo_looks does not work while using the windows XP theming software StyleXP (http://www.tgtsoft.com/) [span style='font-size:8pt;line-height:100%'](http://www.tgtsoft.com/)[/span]

all 3 users have reported skin display problems like this, even after uninstalling StyleXP:



---
[span style='font-size:8pt;line-height:100%']btw...

Graviton update in the next day or 2![/span]
Title: foo_looks v2.1
Post by: High Fidelity on 2004-03-10 19:37:03
....foo_looks & styleXP works fine here 

Anyway, StyleXP (v 1.01) with skin "brushed" already caused trouble when I wanted to have access to "Software" under XP. Uninstalling of programs was not possible anymore. It took me me some time to figure out that StyleXP was the reason. It was possible again when I changed the style.
There are also some other styles that seem to be critical.
So I´m assuming that SOME STYLES are causing the trouble. Anyone who has problems of this kind should try to swith to the standard style (without disabling StyleXP) to see if everything is works fine then.

In that case you should try another style. 
Title: foo_looks v2.1
Post by: GoWaN on 2004-03-10 20:25:24
Style XP and foo_looks working well here (unless the problem I've got with the always on top is related to this, I have to investigate further).
Title: foo_looks v2.1
Post by: tk32 on 2004-03-10 21:48:56
thanks for the feedback guys

... the plot thickens ...

perhaps it's a graphics card driver problem

maybe some 2d hardware accelerations that are screwing with GDI+

[span style='font-size:8pt;line-height:100%'](i'm no expert on this topic so we may need to find one)[/span]
Title: foo_looks v2.1
Post by: Overdo on 2004-03-11 16:33:53
Quote
Style XP and foo_looks working well here (unless the problem I've got with the always on top is related to this, I have to investigate further).

the AOT problem is generic, i have it here and i'm not running StyleXP.

tk32 - u forgot to list me

Download AlbumDisplay0.2 (http://s93778823.onlinehome.us/overdo/AlbumDisplay0.2.zip)

There is a coverart only sublook, everything is pretty self explanatory, just have a play and use both left and right mouse buttons  I'll add some extra features in later, this is just so there is another skin available to choose from.
Title: foo_looks v2.1
Post by: URMEL on 2004-03-11 18:46:19
Well,... I wouldn't list my skin as "not under developement".
Shure, I paused (don't know how long, gotta redo the whole thing  ) it, but it's not done.
Title: foo_looks v2.1
Post by: mkeroppi on 2004-03-11 23:24:47
Quote
IMPORTANT:

possible bug when used with styleXP
=========================

i've had emails from 3 different users reporting that foo_looks does not work while using the windows XP theming software StyleXP (http://www.tgtsoft.com/) [span style='font-size:8pt;line-height:100%'](http://www.tgtsoft.com/)[/span]

all 3 users have reported skin display problems like this, even after uninstalling StyleXP:



---
[span style='font-size:8pt;line-height:100%']btw...

Graviton update in the next day or 2![/span]

I have this problem solved using the 'F9' key. (I don't use styleXP). But this is still unsolved in 2.1 (still need 'F9')
Title: foo_looks v2.1
Post by: tk32 on 2004-03-12 21:36:05
ok - i have a small update for the Graviton skin

textscroll is proving to be a pain in the ass for this skin.

it's because of the beautifully rounded edges - it makes it very very hard to get a smooth scroll that fits inside the skin boundaries.

it was easy with micropanel since it had rectangle edges, so i could make the text scroll right to the egdes and foo_looks would chop off the letters as they moved out of the window

with graviton, if i use the same technique, then you see the letters sliding out at the edge of the skin.


anyway enough technical shit... i got an early version of the new textscroll script working - but it's still too jerky for me to be satisfied with it.

in fact.... it sucks!

test it & you'll see

(http://www.btinternet.com/~sean.m.kelly/graviton_vol.png)

[span style='font-size:14pt;line-height:100%']tk32-Graviton_0.8.zip (http://www.btinternet.com/~sean.m.kelly/tk32-Graviton_0.8.zip)[/span]

[span style='font-size:8pt;line-height:100%']Note: still a BETA - and lots more work needed[/span]

i'll refine it when i work out the best way to do so.

also.. progress bar coming soon..
Title: foo_looks v2.1
Post by: URMEL on 2004-03-12 22:04:42
well, what can i propably say?
You've once more proven you're the god of foo_looks scripting ^^
Except the mentioned problem of un-smootheness, the textscrolling is working perfect here
go tk32 go!
*Note*
/me needs to make up a cheerleader song&dance 
Title: foo_looks v2.1
Post by: tk32 on 2004-03-12 22:24:57
when things were really bad - i had some guidance from danZ


he's the real god
Title: foo_looks v2.1
Post by: widerock on 2004-03-13 00:47:12
With tk32-Graviton_0.8, the cpu usage goes too high.
I tested with ver 0.7 and 0.8.
When I used ver 0.7, the cpu usage was around 3% with foobar2000.
But, with ver 0.8 it went up to 40%.

I guess that there is some leakage of cpu with the scrolling of title.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-13 01:09:17
Quote
With tk32-Graviton_0.8, the cpu usage goes too high.
I tested with ver 0.7 and 0.8.
When I used ver 0.7, the cpu usage was around 3% with foobar2000.
But, with ver 0.8 it went up to 40%.

I guess that there is some leakage of cpu with the scrolling of title.

you're absolutely right

text scroll is causing loads of cpu use since it is forcing the whole skin to update

when the skin was not using text scroll, it didn't update that often.


which now forces us to answer the question 'what is more important - visuals or cpu usage'


perhaps i'll just put a button to toggle text scroll mode

..or dicuss a new text layout method that fits all details in the orb without the need for scrolling.

my job is being made harder becuase i am sticking to the strict specifications of the designer (who is also having a port coded for winamp5).

the designer had no knowledge of foo_looks when he designed the skin - so he was not aware of the unique features (and limitations) that are present in our, very unique, scripted skin language.

the main motivation behind Graviton is as an eye-candy skin to attract more contributors to the community.

i realise that, in practice, many users prefer more basic but data-rich skins, that take full advantage of foo_looks & fb2k's powerful TagZ formatting.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-13 02:13:06
ok..

as the famous saying goes:

"one step forward.. 2 steps back"

due to the cpu usage and jerky nature of the text-scroll in Graviton, i'm gonna take 2 steps back.

don't be worried though - i've implemented a very nice auto-size script that will change the font size to guarantee that the artist-title will fit without the need for scroll

all you need do is overwrite the graviton.ski with this new one:

(http://www.btinternet.com/~sean.m.kelly/graviton_vol.png)

graviton.ski (http://www.btinternet.com/~sean.m.kelly/graviton.ski)


sorry for the confusion - and i'd love to hear comments on how people like this new text layout method.

next on the to-do list:
Title: foo_looks v2.1
Post by: kode54 on 2004-03-13 02:13:11
Maybe foo_looks also needs a dirty rectangle update system. Although, considering that the entire interface is assembled by a script, perhaps that would be more complicated than I think... especially if the entire image is assembled from scratch by several script calls... Then it might need to log every drawing function called since the last erase, check for changes in any of the parameters or functions called since the last redraw, then limit redrawing intelligently. ...boy, sounds like fun.
Title: foo_looks v2.1
Post by: dano on 2004-03-13 12:00:41
hi tk32, i saw that graviton uses arial narrow as default font to display the tag infos
i don't have this font by default in windows xp, so i wondered why i saw no info, only the time displayed until i figured that i needed to change the font type in the script

maybe take a font that all users have by default on their systems (don't know if i'm the only one who doesn't have this font)

and is it planned to show the VBR in realtime?
Title: foo_looks v2.1
Post by: tk32 on 2004-03-13 12:24:26
Quote
hi tk32, i saw that graviton uses arial narrow as default font to display the tag infos
i don't have this font by default in windows xp, so i wondered why i saw no info, only the time displayed until i figured that i needed to change the font type in the script

maybe take a font that all users have by default on their systems (don't know if i'm the only one who doesn't have this font)

and is it planned to show the VBR in realtime?

i assumed that since foo_looks is now win2k/XP only that everybody would have Arial Narrow installed

perhaps i need to revise my knowledge of the basic font set

sorry.

as for the realtime update of the variable bitrate.. i've tried to implement it before, but it always only shows the average.

when writing tagz scripts for the fb2k playlist you can make use of a tag called %__bitrate_dynamic% (i think) which updates about 5-10 times per second.

unfortunately danZ was not able to support this custom tag in foo_looks
Title: foo_looks v2.1
Post by: carel on 2004-03-13 13:52:02
hi tk32,

I've seen loodi's aeroamp using
Code: [Select]
fb2k_playlistContextCommand('Show file info', -1)
to show file info, and I wanted to control Quicktag (3rd party component) using the same function...
But a
Code: [Select]
fb2k_playlistContextCommand('Quick Tag/Rate +1', -1)
doesn't work.

I think it isn't implemented in foo_looks v2, could you confirm this ?
Or did I misunderstood this function ?
Title: foo_looks v2.1
Post by: tk32 on 2004-03-13 13:56:05
hmm

i can't say for sure becuase i don't have quick tag installed

but the contextmenu command (in theory) should be able to trigger any command that appears in the context menu

make sure you are typing the command exactly as it appears in the menu


EDIT:

it seems there are still problems with some of the fb2k commands.

fb2k 0.8 caused a lot of problems for foo_looks because it really messed around with the menus.

i've tested a number of different context commands .. and it's clear that some work, and others don't

for example, i can get 'Open directory' to work, but not 'Properties...'

unfortunately, it looks like danZ may have to help us investigate this problem
Title: foo_looks v2.1
Post by: carel on 2004-03-13 15:53:19
Thanks for answering,
I tried 'Properties...' and 'Properties' and both didn't work, but 'Show File info' did... 
Title: foo_looks v2.1
Post by: danZ on 2004-03-13 16:24:05
Quote
Maybe foo_looks also needs a dirty rectangle update system. Although, considering that the entire interface is assembled by a script, perhaps that would be more complicated than I think... especially if the entire image is assembled from scratch by several script calls... Then it might need to log every drawing function called since the last erase, check for changes in any of the parameters or functions called since the last redraw, then limit redrawing intelligently. ...boy, sounds like fun.

I actually do use a dirty rectangle minimal redraw system but I also use double buffering.  So the rendering is as follows.I believe it is the last step that causes the CPU spike when the look is rapidly updating especially for Graviton which uses a lot of alphablending in the look and to the desktop.

If the look was opaque I'm guessing the CPU usage would go way down.  GDI+ is cool and has great stuff but it isn't really optimized for this rapid redrawing, etc. with all the complex blends, anti-aliasing, etc.
Title: foo_looks v2.1
Post by: danZ on 2004-03-13 16:26:26
Quote
Thanks for answering,
I tried 'Properties...' and 'Properties' and both didn't work, but 'Show File info' did...  

I'll have to take a look - I didn't check these when I updated to 0.8.
Title: foo_looks v2.1
Post by: Big_Berny on 2004-03-14 10:46:51
Does text-scrolling with Gravition works on your system? On my system it doesn't work correctly: The text doesn't scroll evenly, it seems like the system would be to slow! (I hope you uderstand what I want to say) Sometimes the text scrolls back one or two pixels. But the cpu-usage ist "only" at 40-50%!
Somebody has this problem to?

Big_Berny
Title: foo_looks v2.1
Post by: upNorth on 2004-03-14 11:51:31
Quote
Does text-scrolling with Gravition works on your system? On my system it doesn't work correctly: The text doesn't scroll evenly, it seems like the system would be to slow! (I hope you uderstand what I want to say) Sometimes the text scrolls back one or two pixels. But the cpu-usage ist "only" at 40-50%!
Somebody has this problem to?

Big_Berny

If you look a few posts back (here (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=193152)), you will see that tk32 posted a new ski-file for Gravitation. As the scrolling didn't really work out very well, the new ski-file will disable it. See his comments.
Title: foo_looks v2.1
Post by: Big_Berny on 2004-03-14 13:02:00
Yes I downloaded it, but I put it in the components-folder and not in the foolooks-folder.

Thanx
Big_Berny
Title: foo_looks v2.1
Post by: tk32 on 2004-03-14 14:39:48
yeah

i tried a dirty solution to text scroll in a round skin - but i wasn't happy with it

there's a good chance danZ & myself will solve the problem, but for now i've decided to use a auto-fit script in Graviton that dos it's best to always fit the text without the need to scroll.

low cpu usage is important to me - and smooth scroll is important too
Title: foo_looks v2.1
Post by: upNorth on 2004-03-14 15:06:23
Quote
If you look a few posts back (here), you will see that tk32 posted a new ski-file for Gravitation. As the scrolling didn't really work out very well, the new ski-file will disable it. See his comments.
Quote
i've decided to use a auto-fit script in Graviton that dos it's best to always fit the text without the need to scroll.

Yeah yeah, I get it, it's  Graviton not Gravitation, sorry 
Title: foo_looks v2.1
Post by: tk32 on 2004-03-14 17:27:32
another quick fix fro Graviton that i should have done sooner..

i fixed the hitbox area, so the buttons only fade-in when you are hovering over the inner blue orb

previously they showed as soon as you hovered any part of the skin

this new method is better:

graviton.ski (http://www.btinternet.com/~sean.m.kelly/graviton.ski)

----
[span style='font-size:8pt;line-height:100%']Edit:

progress bar is coming along nicely - should be ready this evening if there are no setbacks[/span]
Title: foo_looks v2.1
Post by: upNorth on 2004-03-15 02:47:56
I kind of got scrolling to work, but there are still too many "fixes" in the script. I'll try to improve it and add more features later.

I made a very simple look to show it off, and it looks like this:)

@tk32: I tried this script with Graviton and it worked, but not as well as with my look. I'm not sure why, but maybe it has somehting to do with the higher CPU usage. If you try it, be aware that my "fixes" are made mainly for fontsize 8,  larger fonts might make scrolling jerkier.


Btw: There might be some code from danZ's scroll script in it, as it turned out he had already done sort of the same thing as I had in mind. I thought there was no need to reinvent the wheel, so thanks to danZ
Title: foo_looks v2.1
Post by: tk32 on 2004-03-15 03:12:48
i'm very impressed

in fact, you may need to explain it to me some more - i can't get my head around it yet [span style='font-size:8pt;line-height:100%'](although it is the middle of the night here in London)[/span]

the reason it probably works badly in Graviton is because the potential for high cpu usage is already present.

anything that requires Graviton to update more than 2 times per second will cause a spike of some kind, purely due to the high level of pixel-accuracy & anti-aliasing
Title: foo_looks v2.1
Post by: carel on 2004-03-15 20:13:14
Hi tk2, danZ, upNorth,
I'm trying to build my own look, but I wonder if I can include your scripts ?
progress bar & playlist in micropanel, volume control & scrolltext in graviton, coloration layers in concept... are really a must-have ; I think I'm not able to program these concepts better than you all three did ! Of course full credits will be given to their authors in the look infos
Best regards
Title: foo_looks v2.1
Post by: danZ on 2004-03-15 21:03:28
Quote
Hi tk2, danZ, upNorth,
I'm trying to build my own look, but I wonder if I can include your scripts ?
progress bar & playlist in micropanel, volume control & scrolltext in graviton, coloration layers in concept... are really a must-have ; I think I'm not able to program these concepts better than you all three did ! Of course full credits will be given to their authors in the look infos
Best regards

in the .ski file for your look

Code: [Select]
import filename1.ski // import all the .ski files that have scripts you want
import filename2.ski


watch out for scripts with the same name when you import multiple files - this is probably unlikely but if 2  lua/endlua blocks have the same name only the last one encountered is retained.

Don't worry about credits - script sharing is part of the reason scripting will be useful.
Title: foo_looks v2.1
Post by: upNorth on 2004-03-15 21:41:28
@carel: I'm not really sure what you mean by "coloration layers in concept". If you're talking about the patchwork script you would probably want the rewritten one. I'll try to upload it as soon as I have had a second look at it. I currently consider "concept" as an abandoned project, but I might do something more with it later. It was just for testing in the first place. Right now I'm more tempted to continue on the simple look I posted yesterday.

As for the use of my scripts, see danZ post. We are one big happy family 
Title: foo_looks v2.1
Post by: carel on 2004-03-15 22:32:55
@danZ : Thanks for the cheerful welcome  ! And er... A newbie question : what valign, halign, trimming properties (near, far, center, etc.) are available ? I haven't seen them in lua reference.... 

@upNorth : you're right, I thought the patchwork script would be useful as I want to be able to change the global color of my look 'on the fly', without having to desactivate my look, open photoshop, readjust a layer, save a .png, reactivate my look...  I managed to do it using with different images per layer (full red, green, blue, black with different alpha levels adjusted with lua) but the result is not so good : it hogs my cpu at 100%, and the color isn't what I expected.  Seems the order within the layers is important. I haven't read the whole thread concerning your project "concept" but did you solve these issues ?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-03-15 23:39:42
Quote
As for the use of my scripts, see danZ post. We are one big happy family  

danZ is the dad, tk32 is the mom.

What are you?

I must be the grumpy uncle who gets drunk at the christmas party.
Title: foo_looks v2.1
Post by: addicted on 2004-03-15 23:57:05
Excellent work, all of you!

Now that I have gotten the album art figured out, I was wondering for the default look, in TV mode, is there a way to add the equalizer bars (spectrum analyzer thing, cant think of the right term long day at work) for that view?

As well, is there a way to make the playlist that shows in the look to skip to the now playing track? If i have it on shuffle and I want to see whats coming up next I have to scroll through everything to find out where in the playlilst I am.....

Hope that all made sense!

TIA
Title: foo_looks v2.1
Post by: atici on 2004-03-16 06:09:39
I don't know if it is related to the skin I am using (fooAmp2) or it is the foo_looks component but I have the following problems:Thanks for the help and keep up the good work.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-16 13:37:33
Quote
I don't know if it is related to the skin I am using (fooAmp2) or it is the foo_looks component but I have the following problems:
  • Every time I start fb2k the volume slider of the skin starts at the same position no matter what the volume at the startup is. But as soon as I click (not slide) the volume slider, the volume abruptly jumps to the intended level of the slider position. However when fb2k starts the volume slider position should reflect the volume of that instant -> it should not jump if the slider position is not changed after a click.
  • When I adjust the volume with +/- buttons the volume slider position is not affected. I don't think this is how it should be.
  • When I am playing some song in say Playlist 1 and click once on another song in Playlist 2, the track info part at the bottom reflects the info of the song in Playlist 2 not the one currently being played in Playlist 1. I guess that's also a problem. It does not happen with files in the same playlist. I have "Follow cursor" set to OFF.
Thanks for the help and keep up the good work.

fooAMP2  needs a desperate update

i've learnt many things since i coded that baby - and it's time i revisited it and added some of the new features i've learnt

i'll make a full update including all of these requests tonight.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-16 13:41:58
Carel:

you are welcome to use anything i have written, coded or painted in your own designs

no problem

------------------------------------------
to get a progress bar like the one i made in micropanel, use this script in your ski:

tk32_progBar.ski (http://www.btinternet.com/~sean.m.kelly/tk32_progBar.ski)

download into your /foo_looks/ folder and use this line of code:
Code: [Select]
import tk32_progBar.ski


instructions on using the script are contained in the file
[span style='font-size:8pt;line-height:100%'](NO GRAPHICS REQUIRED )[/span]
-------------------------------------------

also.. if you need help with anything else - i am often available to offer assistance

()
ICQ: 486-325

one problem though - i don't think you'll be able to use any of the Graviton graphics, since they are owned by a skin designer called Dan Mauch.

however, if you redesign the volume bar with new graphics, then you are welcome to use the scripts i wrote for them.
[span style='font-size:8pt;line-height:100%'](although they will need some modifications by me)[/span]
Title: foo_looks v2.1
Post by: carel on 2004-03-16 17:33:00
@tk32 :
Thanks for the script, I was just testing the one in micropanel to understand how it works
I will use your volume script for sure, with small adjustements because my volume control is vertical (mouse management may differ ?)
I think I won't use any graphics, as I'm trying to paint my look from scratch... and it's quite difficult, as Graviton is really awesome !
Title: foo_looks v2.1
Post by: tk32 on 2004-03-16 17:42:24
Quote
@tk32 :
Thanks for the script, I was just testing the one in micropanel to understand how it works
I will use your volume script for sure, with small adjustements because my volume control is vertical (mouse management may differ ?)
I think I won't use any graphics, as I'm trying to paint my look from scratch... and it's quite difficult, as Graviton is really awesome !

if you want to have a vertical volume control - i will make a custom script for you

just show me the graphics of the volume bar when they are ready - and i will write a custom script for you

quite like the one i made for URMEL's skin, but perhaps without graphics:
http://www.hydrogenaudio.org/forums/index....ndpost&p=181520 (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=181520)

btw, if you want a volume bar without graphics, then decide if you want to use a grip of not

--
i'll be updating my own skins this evening [span style='font-size:8pt;line-height:100%'](fooAMP/micropanel/graviton/etc..) [/span]- so i'll definitely be available to answer any questions
Title: foo_looks v2.1
Post by: carel on 2004-03-16 19:52:39
 wow, thanks for offering help, I will give you the graphics asap, but I think I'll try to stick to Graviton policy : a set of different vertical volume bars at different states (ranging from 1 to 12), each at the right of the higher one... I mean like that : a 70x120 pixel height picture with volume1 (dims : 50x10) at x=0, volume2 at x=10, volume3 at x=20, etc.

So there would be minimal changes on your script, just setting the srcoff coords on x instead of y, and inverting the mouse x y axis management I guess ?

I'd like to use a grip, and maybe a non-grapical bar would be useful if the alphablending costs too much cpu ? Well I have to paint it first to see how it behaves... Let's work !
Title: foo_looks v2.1
Post by: tk32 on 2004-03-16 21:37:18
Quote
wow, thanks for offering help, I will give you the graphics asap, but I think I'll try to stick to Graviton policy : a set of different vertical volume bars at different states (ranging from 1 to 12), each at the right of the higher one... I mean like that : a 70x120 pixel height picture with volume1 (dims : 50x10) at x=0, volume2 at x=10, volume3 at x=20, etc.

So there would be minimal changes on your script, just setting the srcoff coords on x instead of y, and inverting the mouse x y axis management I guess ?

I'd like to use a grip, and maybe a non-grapical bar would be useful if the alphablending costs too much cpu ? Well I have to paint it first to see how it behaves... Let's work !

sure

for URMEL's volume bar, i just had a single graphics that was painted line by line to show volume in %

so if the volume was at 0dB it would show 100% of the volume bar graphic

if it was at -10dB then it would display 75%

and if it was -40dB then it would show 0% of the graphic


it worked quite well, and used a lot less cpu than the graviton version
Title: foo_looks v2.1
Post by: danZ on 2004-03-16 23:50:09
Quote
Excellent work, all of you!


Now that I have gotten the album art figured out, I was wondering for the default look, in TV mode, is there a way to add the equalizer bars (spectrum analyzer thing, cant think of the right term long day at work) for that view?


If could be added pretty easily but I'm guessing that at that size the CPU usage will go through the roof.  The new alpha blending support with the desktop might make a fullscreen look impractical.  At one point I was making a dedicated fullscreen UI but I never finished that project.

Quote
As well, is there a way to make the playlist that shows in the look to skip to the now playing track? If i have it on shuffle and I want to see whats coming up next I have to scroll through everything to find out where in the playlilst I am.....


In foo_looks.ski find the script "lua playlist"

change the onplaybacknewtrack function to this

Code: [Select]
function onplaybacknewtrack(this)
    scrollTo(fb2k_getNowPlaying())
end
Title: foo_looks v2.1
Post by: wanked on 2004-03-17 03:37:04
plz update the foo_looks gallery or at least put those links from the old 2.0 thread some where ppl can find them easily , 20pges is a lot of pges to go hunting thru hehe
Title: foo_looks v2.1
Post by: tk32 on 2004-03-17 10:18:58
Gallery (http://www.btinternet.com/~sean.m.kelly/foo_looks/gallery.htm) is updated!!

http://www.btinternet.com/~sean.m.kelly/fo...oks/gallery.htm (http://www.btinternet.com/~sean.m.kelly/foo_looks/gallery.htm)

..updates to the rest of the site will follow

sorry i'm so slow at updating things - i spend more time assisting individual skin problems and questions

i forgot that not everybody spends as much time checking the forums for every single post on foo_looks
Title: foo_looks v2.1
Post by: D3LLF on 2004-03-17 15:06:22
Quote
I am using foo_looks with the micropanel skin but i just use it in the small mode, so my question is if there is a way for the skin to remember that it was small. It always changes back to the big normal mode when I restart foobar.

Edit the foo_looks.ski like this:

change
Code: [Select]
////
//Presets
////
int startLayout layouts.standard


to

Code: [Select]
////
//Presets
////
int startLayout layouts.mini


Now i've got a little more difficult problem - how to set up on start "Show remaining time" . Correct me if I'm wrong but this functions isn't working. When I mouse over on this option and it's turned on it should change to "Show elapsed time" but it don't! Why?
I know this is cosmetic but I like details ;>
Title: foo_looks v2.1
Post by: tk32 on 2004-03-17 15:54:38
D3LLF,

thanks for being helpful, but linkin was talking about my micropanel skin, not the default look

so the solution you gave will not work [span style='font-size:8pt;line-height:100%'](since foo_looks.ski is the file for the default look)[/span]

unfortunately, there is currently no way to set micropanel to start in mini mode as default.

i'll add it to my to-do list for the next update (which will be soon)

also, i noticed the progress bar acts strangely in mini-mode - i will fix this too.

--

so perhaps the problem with elapsed time is with the default look too??
Title: foo_looks v2.1
Post by: D3LLF on 2004-03-17 16:04:15
Quote
linkin was talking about my micropanel skin, not the default look

also, i noticed the progress bar acts strangely in mini-mode - i will fix this too.

Looks like i messed up like usual ;>
Tx for understanding.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-17 16:11:09
i make mistakes all the time

but what i really like to see is users helping each other

that's much more important than getting things right

--

linkin:

i had a spare minute, so i added the feature to set mini-mode as default

first, download these updated skin files:

micropanel_common.ski (http://www.btinternet.com/~sean.m.kelly/micropanel_common.ski)
micropanel.ski (http://www.btinternet.com/~sean.m.kelly/micropanel.ski)

i've already set it to use mini-mode as default, but to change it back, open up micropanel.ski in notepad, and change the presets:

Code: [Select]
section presets
int startmode 2  
int mini 1
int timedisplay 0  
string bgtext "tk32"


mini can be 1 or 0 (on or off)

btw - i didn't have time to fix the progressbar bug in mini-mode yet (coming soon....)

mini-mode in micropanel was just a bonus feature - i didn't think anyone would use it - so perhaps i should spend some more time on it.

any other suggestions?
Title: foo_looks v2.1
Post by: carel on 2004-03-17 20:26:20
hi everybody,

I'm currently working on a look (codename HeaBside) with great tech support from tk32
I hope I'll be able to release it this week-end : here are some pre-release screenshots. A few features are missing : volume bar control, playlists navigation, but almost everything I wanted to implement has been coded. I'd be happy if some users would take a few minutes to test it. Obviously, this look is not intended to be small and compact : no mini-bar here (DanZ's one in microlayout mode is the one I like most).
I wanted it to be visually pleasant with a lot of informations visible & many functions available via clicking, that's why it's sooo big 

(http://carel.foobar.free.fr/hydrogenaudio/HeaBside%20screenshots%201.png)(http://carel.foobar.free.fr/hydrogenaudio/HeaBside%20screenshots%202.png)
[span style='font-size:8pt;line-height:100%']ps : the blue bar on the background belongs to my aston shell, it's not a look part[/span]
Title: foo_looks v2.1
Post by: carel on 2004-03-19 16:20:22
hi
I'd like to set the font color of every text-sprite to a global value using lua scripting :
is there a easy way to do this ? I currently have to perform this for each sprite in the look using a 'for' loop...
Title: foo_looks v2.1
Post by: danZ on 2004-03-19 17:52:46
Quote
hi
I'd like to set the font color of every text-sprite to a global value using lua scripting :
is there a easy way to do this ? I currently have to perform this for each sprite in the look using a 'for' loop...

I can't think of a better way to do that.  The for loop sounds like the best approach.  Do you know about the built in global look_sprites which is a table of all sprites defined in the look?

Code: [Select]
for i=1, getn(look_sprites) do
    look_setFontColor(look_sprites[i],look_color(255,255,255,255))
end
Title: foo_looks v2.1
Post by: addicted on 2004-03-19 19:14:00
Quote
If could be added pretty easily but I'm guessing that at that size the CPU usage will go through the roof.  The new alpha blending support with the desktop might make a fullscreen look impractical.  At one point I was making a dedicated fullscreen UI but I never finished that project.

Thanks for your reply.....  I use extended desktop to my TV, so when I'm listening to music, I like some eye candy.....

The "now playing" works like acharm, thanks!
Title: foo_looks v2.1
Post by: carel on 2004-03-20 04:09:13
Quote
I can't think of a better way to do that.  The for loop sounds like the best approach.  Do you know about the built in global look_sprites which is a table of all sprites defined in the look?

Code: [Select]
for i=1, getn(look_sprites) do
    look_setFontColor(look_sprites[i],look_color(255,255,255,255))
end

Thanks danZ, works very well  i've never seen look_sprites before ; maybe i'm too lazy to find it in the other 24-page topic 
Title: foo_looks v2.1
Post by: upNorth on 2004-03-20 17:15:19
danZ, I miss the option look_setValue(section, name, value), to be able to update my presets section. Do you think you could add it?
Title: foo_looks v2.1
Post by: carel on 2004-03-22 00:35:25
hi everybody,

I've finished my look HeaBside, some tests were done and I hope it's bug-free now
Some features :
- multicolored & transparent layers configuration
- global color & alpha control over : font, backgrounds, bars
- many functions available with left and right buttons, and sometimes with mousewheel
- trackrating support using the tag %TRACKRATING% (used in the popular upNorth formatting strings 'hybrid' and 'dynamic')

you can download it here (http://carel.foobar.free.fr/HeaBside/ski/HeaBside1.0.rar). (500k)

Here are a few screenshots :
Solid background color modes ; font color modification

Just read the tooltips if you wonder what each button does.
Hope you'll enjoy this
Title: foo_looks v2.1
Post by: tk32 on 2004-03-22 00:43:38
Excellent work Carel!!

it's a little bulky for my own tastes (as is Graviton)...
[span style='font-size:8pt;line-height:100%'](UpNorth's Concept skin is my current weapon of choice)[/span]

BUT I LOVE YOUR SPECIAL FEATURES!!

amazing script work for a first-timer.

i love changing the colors with the mouse wheel


with so many capable coders in the team, the future of foo_looks is looking bright

(although i suspect we may need to enlist some more professional graphics designers)
Title: foo_looks v2.1
Post by: carel on 2004-03-22 00:49:50
 thanks for the compliments tk32. This wouldn't have been possible without your help, and DanZ help too  !!
in the next few days maybe i'll make a microbar mode ([span style='font-size:8pt;line-height:100%']currently, my own weapon of choice is DanZ small-modded microlayout bar[/span] )
@DanZ : upNorth requested, but i miss a look_setValue feature too... if this could work also on sprites (not only section) this would be great
Title: foo_looks v2.1
Post by: danZ on 2004-03-22 18:43:32
Quote
danZ, I miss the option look_setValue(section, name, value), to be able to update my presets section. Do you think you could add it?

I can see about adding that back.  I felt it had limited usage since the .ski file is read only once when the look is loaded so subsequent changes to .ski values don't have any effect and they aren't saved when the look is reloaded.  But I can see a useage for it as you have eluded to - storing values that are later accessed in scripting with look_getValue().

I'll put it on my to do list for the next version but I'm not sure when that is going to happen yet.
Title: foo_looks v2.1
Post by: danZ on 2004-03-22 18:45:39
Quote
thanks for the compliments tk32. This wouldn't have been possible without your help, and DanZ help too  !!
in the next few days maybe i'll make a microbar mode ([span style='font-size:8pt;line-height:100%']currently, my own weapon of choice is DanZ small-modded microlayout bar[/span] )
@DanZ : upNorth requested, but i miss a look_setValue feature too... if this could work also on sprites (not only section) this would be great

sprite and section are exactly the same with respect to look_getValue/look_setValue.
Title: foo_looks v2.1
Post by: upNorth on 2004-03-22 19:14:04
Carel: I totally agree with tk32, quite a few impressing features in your look 

Quote
it's a little bulky for my own tastes (as is Graviton)...
[span style='font-size:8pt;line-height:100%'](UpNorth's Concept skin is my current weapon of choice)[/span]
I'm glad you like it  . Feel free to do whatever you want with it as I'm not sure when, if ever, I will continue on it myself. It was just for learning anyway.

I'm currently working on an extended version of the last look I posted. I personally found the sliding playlist in "concept" fun to code, but useless because of the delay it causes when using it. For my new look I try to add features I would actually use and no unnecessary bloat.

@danZ (if you're still around... ): It seems like the look_measureTextAbs(sprite) has a problem with characters like ö (as in Motörhead) and such. I use it in my scrolling-text-script and this problem makes the text disappear every time it measures such a character. It would be very nice if you could provide a solution to this problem.

Another thing I have been thinking about: I have made a "drag to resize" script, and it works very well. One thing it could be used for is extend the number of visible playlist entries, not that I have planed to do that now, but that's not the point here. The fact that everything is very static because of the use of "one sprite for each entry" seems to make such a feature impossible to implement. Am I right about this? If so, can it be solved, because I imagine it would be a critical obstacle for someone considering a look that could replace the main UI?

Btw: I still appreciate this plugin alot even though I whine about all these things 

Edit: If it didn't take me ages to write this, I would have seen that you are still around 
Title: foo_looks v2.1
Post by: tk32 on 2004-03-22 23:53:40
Quote
For my new look I try to add features I would actually use and no unnecessary bloat.

this is exactly what i'm trying to work on

a 'look' that complements foobar's 'substance over style' policy.

i coded Graviton to entice more casual users into coding for foo_looks, but it's a skin i rarely use

after all, foobar users, by their very definition, have already made the choice to go for features instead of looks [span style='font-size:8pt;line-height:100%'](otherwise they would still be winamp users) [/span]- so it's important that foo_looks skins also reflect this and don't attempt to simply get into skin-wars with winamp.

i'm trying to devize a skin where practicality is paramount - something that will make using foo_looks (as an addition to the main UI) very appealing

i don't want any useless features, but i still want it to be nice to look at

Concept was the first skin i saw that achieved both of these requirements.

if anyone has any cool ideas for a skin that would perfectly enhance (and complement) the main UI, then please let me know - i'd be very happy to code it.
Title: foo_looks v2.1
Post by: carel on 2004-03-23 01:04:10
Quote
Carel: I totally agree with tk32, quite a few impressing features in your look 

@upNorth : Thanks  glad you appreciate them, hope the code may be re-usable on another look.

@DanZ : oops sorry i was thinking look_getValue didn't work on sprites, but it was a 'spelling' mistake.

@tk32 (and @upNorth too) : about ideas, one thing i miss in upNorth's concept is playlist switching / browsing (i have 9-10 playlists, each with 500+ items...)  Maybe we could use the 'fastscrolling mode' i added in HeaBside playlist management ? It would be useful (at least for me) to have a way to switch between playlists... Then maybe i'll make a 'concept' mod soon (can I upNorth  ?)

I have a few more ideas about look-coding, but these are quite cosmetical because i'm currently trying to convert as many friends as possible to Foobar : as they find it quite ugly and / or difficult to use, i try to make it a bit more good-looking and user-friendly ([span style='font-size:8pt;line-height:100%']yet i find it more more friendly than, say, winamp[/span])... So another 'visual' look soon ;

But i agree with you two, as for my own use i prefer DanZ microbar : substance over style !
Title: foo_looks v2.1
Post by: upNorth on 2004-03-23 10:05:18
I have a question:
How do I convert a string to a number in LUA? I have tried tonumber() and I also read that it should in fact try to do this automagically anyway:
Quote
4.2 - Coercion

Lua provides some automatic conversions between values at run time. Any arithmetic operation applied to a string tries to convert that string to a number, following the usual rules. ...
From Reference manual for Lua 4.0 (http://www.lua.org/manual/4.0/)

I try to get the value of a trackrating tag into a script as a number, but I keep getting this error:
ERROR (foo_looks) : attempt to compare string with number

The sprite and script looks something like this:

Code: [Select]
sprite rated2
.
.
list scripts string { "trackrating[tagSpec='%trackrating%' rated=2]" }


lua trackrating
    rated = 0
    current = ""
    tagSpec = nil
 
    function rating(this)
 current = fb2k_formatTitle(fb2k_getNowPlaying(),tagSpec)
 current = tonumber(current)
 
 if current >= rated then

.
.
.
The contents of the %trackrating% tag is only a number, and when I print it to console as a string, it looks just fine. I wouldn't expect LUA to have any problems performing an automatic conversion with such an "easy" string.

I would really appreciate it if someone could help me with this one.

@carel: You can do whatever you like with "concept".

Edit: Solved it. It's strange how posting about a problem always seems to help.
The solution was:
if tonumber(current) >= rated then
Title: foo_looks v2.1
Post by: tk32 on 2004-03-23 11:11:39
UpNorth:

i may well be wrong, but i have a feeling that if you initialized current as 0 instead of "", then you may not need to use 'tonumber()' at all

give it a try

i may well be wrong - i'm almost as new to LUA as you - and most of my problems are solved by trying wacky code

i've never been comfortable with weak variable types - i find them strange
Title: foo_looks v2.1
Post by: mixmixmix on 2004-03-23 13:10:12
carel I LOVE YOUR SKIN!!!!!
thanks heaps!!!!!!!!!!!!!!!!

im trying to think of a way to improve it but i dunno...
maybe auto-scrolling of playlists/track names/album names./ when u highlight them?

and maybe turn them a different color when they are mouseovered? just a suggestion, its great how it is.
thanks
Title: foo_looks v2.1
Post by: robenroute on 2004-03-23 16:31:34
Same here: absolutely 1-derful skin! Cheers Carel!

Just a little thingie: clicking the "Always on top" button doesn't make the skin do what it should do (stay on top of all other windows). Any idea?

Thanks, Rob
Title: foo_looks v2.1
Post by: carel on 2004-03-23 17:58:34
@upNorth : thanks, i've made a quick modification (copy'n paste from HeaBside) to add fastscrolling of playlist, and tabs playlist navigation, ski files are here (http://carel.foobar.free.fr/hydrogenaudio/concept%5bcarel%20mod%5d.rar) (sorry, had to change some placements). Your relative placement code is very clever, i didn't figured how it works until i saw the ascii figure

@robenroute :
Quote
Just a little thingie: clicking the "Always on top" button doesn't make the skin do what it should do (stay on top of all other windows). Any idea?

Happy to see you like HeaBside
the "always on top" button should remain highlighted when Always on top mode is active. If it's still transparent, then this mode is inactive. My code isn't really clean about this,  i was too lazy to fix it clearly, so just keep clicking on it until it remains highlighted  [span style='font-size:8pt;line-height:100%'](added your request into my todo list )[/span]

@mixmixmix :
Quote
maybe auto-scrolling of playlists/track names/album names./ when u highlight them?

i've tried to implement something in previous betas using upNorth great smooth scrolling code, but i had some weird issues with foreign characters (some accents on french tracks, and with come japanese ones too) so i've decided not to release it. Instead, there's a tooltip wich displays more informations about the track than the fields in the look.

[span style='font-size:8pt;line-height:100%'](added your request too into my todo list )[/span]

i've made a webpage to explain HeaBside features, and to explain how you can keep your color preferences : HeaBside webpage (http://carel.foobar.free.fr/HeaBside/)

thanks for your feedbacks, it's important for me to know how other foobarfans use it, what are the problems, wich improvements you see...
Title: foo_looks v2.1
Post by: upNorth on 2004-03-23 19:44:22
Quote
@upNorth : thanks, i've made a quick modification (copy'n paste from HeaBside) to add fastscrolling of playlist, and tabs playlist navigation, ski files are here (http://carel.foobar.free.fr/hydrogenaudio/concept%5bcarel%20mod%5d.rar) (sorry, had to change some placements). Your relative placement code is very clever, i didn't figured how it works until i saw the ascii figure

Here (http://www.stud.ntnu.no/~mortek/foobar2000/concept/concept_230304.rar) is the last (for now) version of "concept" I made a while back. It has a better version of the "patchwork" script, but IMHO some other things have changed for the worse.
That ascii figure was actually for a more advanced version I planned then, but I guess it makes sense for the current version too.

I need to find a workaround (if possible) concerning the issues with foreign characters in my scrolling script. Hopefully danZ can do something with look_measureTextAbs() that seems to cause this problem.

Right now, I love foo_looks more than ever! It enables me to realize some of my ideas for plugins, without being able to create a plugin myself. Thanks danZ 
Title: foo_looks v2.1
Post by: danZ on 2004-03-23 20:51:01
Quote
I need to find a workaround (if possible) concerning the issues with foreign characters in my scrolling script. Hopefully danZ can do something with look_measureTextAbs() that seems to cause this problem.

Right now, I love foo_looks more than ever! It enables me to realize some of my ideas for plugins, without being able to create a plugin myself. Thanks danZ 

I'll take a look that the text measuring problem very soon to see why the special characters don't appear to be working.

I'm glad you enjoy foo_looks - I think you and several others have finally realized how flexible and powerful the lua scripting turned out to be.

Keep up the good work - I'm just coasting for awhile and letting you guys turn out some cool stuff but I'm always watching for inspiration for the next "big" feature.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-23 22:14:05
yeah

it's danZ' time to relax

let's all show our massive appreciation by filling up the gallery with many well-coded skins


i'm going to try to build a reference manual of some sort - and start a library of re-usable plug&play style scripts

tk32_progBar.ski is the first example of a typical plug&play script

in other words, you just import the script into your own code, and then add the necessary sprites/instructions
Title: foo_looks v2.1
Post by: hotzenpl0tz on 2004-03-24 00:29:43
just a quick question: would it be possible to integrate the foobar standard playlist (with all the nice features and formatting strings) into a new look ? For me the perfect skin would just replace everything BUT the playlist with a nicer look while keeping the playlist integrated. That is one of the things that is letting me stay away from foo_looks because I hate switching around between a look and the normal playlist and I'm not quite satisfied with the playlists that come with all the looks.
Title: foo_looks v2.1
Post by: Melomane on 2004-03-24 02:17:25
one very stupid question,see this:

section window
int width 200
int height window.width
int border 4
int album 192

int album =  int width - (2x int border)

it is possible to make calculation automatically?
Title: foo_looks v2.1
Post by: danZ on 2004-03-24 14:56:29
Quote
one very stupid question,see this:

section window
int width 200
int height window.width
int border 4
int album 192

int album =  int width - (2x int border)

it is possible to make calculation automatically?

Not in the .ski syntax.

The .ski file is a mixture of my typed syntax such as

section window
int height 10

and lua blocks

lua

foo = 10
foo = foo + 10

endlua

Math is not supported in my .ski syntax at this time.
Title: foo_looks v2.1
Post by: Melomane on 2004-03-24 20:31:44
Quote
Math is not supported in my .ski syntax at this time.

OK, thank you for your answer!
Title: foo_looks v2.1
Post by: carel on 2004-03-24 22:49:08
(about mask)

i'm trying to use mask on image, but i'm not really succesfull : is there any way to set a mask and make a layer be shown only on the white pixels of the mask ?
I mean, i made a 'mask' = transparent hole inside a red shape, and my layer is visible through the transparent part, but the red part is visible. A true mask (with white instead of transparent) would show only the "white area" of my layer...
i read something about this feature when tk32 called for skin-designers, but haven't figured how to do this yet.
How could this be used ? For example, a smooth scrolling text could easily be done using a white box as mask on the text sprite, larger than the box (size of the text), moving on any direction, font-size independant, etc. ; i tried to make upNorth scrolling script working in HeaBside, but in transparent mode the border sprites were visible...
Another example : a standard volume dragging bar could be done with only 1 layer sliding through a mask wich defines its non-rectangular visible shape, thus enabling real per-pixel dragging (possible if the surrounding shape is opaque, but not possible if there's anything transparent on its sides... well still another HeaBside problem here 

@DanZ : if not possible with scripting, do you think it would be interesting / difficult to implement it in foo_looks ?
@tk32 : if you think my color control panel could be re-usable, i'd be happy to type some instructions for this, like you did for tk32_progBar.ski
@upNorth : thanks for concept updated code, what do you think have changed for the worse ?
Title: foo_looks v2.1
Post by: tk32 on 2004-03-24 23:26:51
'true masks' as you call them - are not possible

the correct name for this is a 'clipping mask'[span style='font-size:8pt;line-height:100%'] (like the ones in Adobe Photoshop)[/span]

..and it's very hard to code a clipping mask in foo_looks[span style='font-size:8pt;line-height:100%'] (probably possible, but lots of CPU)[/span]

the only type of masking possible is by using graphics with invisible sections that show-through

an example of this type of mask is in Micropanel - i overlay a duplicate of the two edges of the skin to block out the text as it scrolls.


hope that answers your question.
Title: foo_looks v2.1
Post by: bogsnarth on 2004-03-24 23:32:10
Quote
just a quick question: would it be possible to integrate the foobar standard playlist (with all the nice features and formatting strings) into a new look ? For me the perfect skin would just replace everything BUT the playlist with a nicer look while keeping the playlist integrated. That is one of the things that is letting me stay away from foo_looks because I hate switching around between a look and the normal playlist and I'm not quite satisfied with the playlists that come with all the looks.

in the first version of foo_looks 2.0, the default look tried to use the formatting string used by the main UI.. it worked fine with simple formatting strings,  but with more complicated ones (such as upnorth's dynamic string (still my personal favorite )[/i] and many other ones) it caused massive CPU usage, rendering the look virtually unusable.. it was disabled in the next version..


this moment in foo_looks history brought to you by bogsnarth (http://slskboard.savagenews.com/html/emoticons/geek.gif)
Title: foo_looks v2.1
Post by: tk32 on 2004-03-25 01:30:40
Quote
Quote
just a quick question: would it be possible to integrate the foobar standard playlist (with all the nice features and formatting strings) into a new look ? For me the perfect skin would just replace everything BUT the playlist with a nicer look while keeping the playlist integrated. That is one of the things that is letting me stay away from foo_looks because I hate switching around between a look and the normal playlist and I'm not quite satisfied with the playlists that come with all the looks.

in the first version of foo_looks 2.0, the default look tried to use the formatting string used by the main UI.. it worked fine with simple formatting strings,  but with more complicated ones (such as upnorth's dynamic string (still my personal favorite )[/i] and many other ones) it caused massive CPU usage, rendering the look virtually unusable.. it was disabled in the next version..


this moment in foo_looks history brought to you by bogsnarth
Title: foo_looks v2.1
Post by: hotzenpl0tz on 2004-03-25 14:40:30
ok thanks for the answers. Unfortunately my coding skills are severely limited to some basic java stuff, since I had a java course in university. Otherwise I would probably tried myself. But still, i very much admire your work on foo_looks even if I don't use it at the moment, keep up your great work and maybe one day a skin developer will have a look at the playlist
Title: foo_looks v2.1
Post by: carel on 2004-03-25 17:45:23
Quote
'true masks' as you call them - are not possible

the correct name for this is a 'clipping mask'[span style='font-size:8pt;line-height:100%'] (like the ones in Adobe Photoshop)[/span]

..and it's very hard to code a clipping mask in foo_looks[span style='font-size:8pt;line-height:100%'] (probably possible, but lots of CPU)[/span]

the only type of masking possible is by using graphics with invisible sections that show-through

an example of this type of mask is in Micropanel - i overlay a duplicate of the two edges of the skin to block out the text as it scrolls.


hope that answers your question.

thanks for answering, i wanted to be sure of that before trying coding. maybe the cpu cost wouldn't be so high : i thought complex alphablendings would be really heavy before i really tried to code in HeaBside

other questions :
is someone already working on AstAmp port ?
is there a way to work with script on items in a playlist, like erasing, moving items up/down... ?
Title: foo_looks v2.1
Post by: Melomane on 2004-03-28 13:00:17
New version of See through cover art
now display border around cover
very simple to change border, dimensions and behavior

Download (http://www.hydrogenaudio.org/forums/index.php?showtopic=20187&view=findpost&p=197981)
Title: foo_looks v2.1
Post by: Overdo on 2004-03-29 12:27:30
Completed AlbumDisplay0.2

Download (http://s93778823.onlinehome.us/overdo/Files/AlbumDisplay0.2.zip)
Title: foo_looks v2.1
Post by: upNorth on 2004-03-30 19:06:00
Is it just me, or is the playlist in foo_looks behaving strangely with foobar v.0.8.1 beta 3? I have copied and modified the playlist code from the default look (and something from tk32), and it used to work just fine. Now it seems like it doesn't react to e.g. onplaybacknewtrack() and onplaybackstart() anymore. Can anyone comfirm this? I would like to rule out this option first so that I don't waste alot of time trying to fix something I didn't break in the first place. The main problem is that the playlist isn't updated to highlight the current track after a change. It's stuck untill i press the "find and highlight current track" button.
Title: foo_looks v2.1
Post by: Kaysat on 2004-03-30 21:14:23
Selection is updated with 'follow cursor' enabled ... if you mean this?
I use your concept skin and and i like it a lot.

Unfortunately it the playlist window does not update if the selection has moved out of the shown playlist section.

in the minimized mode I recognized this: If the artist's name is very long (longer than the space available in the whole line) it looks somehow messed up. maybe the artist's name should be cut off if too long?

Also I'd like the color scheme matching that of your 'dynamic' playlist format.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-30 22:08:32
playlist support is something we should all do some work on

i'm gonna try to find an opportunity to work with danZ on making a re-usable playlist script for use in skins

no doubt we'll discover a number of bugs & areas where things need to be improved

at the moment it's been hard finding free time to work on foo_looks - but i have some free time very soon.

thanks for being patient
Title: foo_looks v2.1
Post by: Jeffy912 on 2004-03-30 22:19:01
Hey,

Sorry if this has been mentioned before. I'm very new to foobar. But I was trying out the foo_looks v2.1 and I have trouble getting it to work. I'm on Windows XP and using foobar v8.0. Whenever I try to enable a skin, all i get is this multicolored box that blinks when I click on it or mouse over it. I've followed the instructions during installation. What am I doing wrong?

Thanks in advance.
Title: foo_looks v2.1
Post by: tk32 on 2004-03-31 02:13:26
sounds like you might be suffering from the 'StyleXP' related bug

[span style='font-size:8pt;line-height:100%'](at least, we think it is styleXP related)[/span]


if you scan back a few pages you should see a post on the topic.


my advice is to load the messed up 'multi-colored' look window, then click inside it [span style='font-size:8pt;line-height:100%'](to set keyboard focus) [/span]and try pressing 'F9' [span style='font-size:8pt;line-height:100%'](Function 9 key)[/span]

let me know what happens after doing this
Title: foo_looks v2.1
Post by: Jeffy912 on 2004-03-31 03:18:28
hey,

yeah pressing F9 fixed the problem. yeesh, and I uninstalled StyleXP a while ago too.

well thanks. next time i'll be more disciplined and actually read through the whole thread before whining.

late.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-03-31 08:08:54
Something like 50 or 60 pages in total now?
Title: foo_looks v2.1
Post by: tk32 on 2004-03-31 13:16:09
that reminds me

i must write an FAQ
Title: foo_looks v2.1
Post by: wanked on 2004-04-01 05:16:46
anybody know how to make it so that the skin displays time of song playing, not remaining?
Title: foo_looks v2.1
Post by: tk32 on 2004-04-01 12:31:03
Quote
anybody know how to make it so that the skin displays time of song playing, not remaining?

use

%et% "elapsed time (0:00)"
%eet% "extended elapsed time (padded to fit 00:00)"
%etm% "elapsed time in minutes (1:02:00 hours will be 62:00)"
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-01 20:40:00
hello

@ carel: In the file "HeaBside_scripts.ski" of your skin , there s a little mistake that makes the fonction "Always on top" not functionning

you wrote : fb2k_menuCommand('Components/Look/Always on Top')

instead of : fb2k_menuCommand('Components/Look/Show/Always on Top')


keep improving your skin please ( for example a better way to display album art ), i love it
Title: foo_looks v2.1
Post by: moultano on 2004-04-01 21:59:31
Is there any way to disable foo looks without uninstalling it entirely?
Title: foo_looks v2.1
Post by: tk32 on 2004-04-01 22:26:29
Quote
Is there any way to disable foo looks without uninstalling it entirely?

you could try renaming foo_looks.dll to foo_looks.bak

or any other file type that foobar ignores
Title: foo_looks v2.1
Post by: wanked on 2004-04-02 04:53:42
so would %et% "elapsed time (0:00)"
%eet% "extended elapsed time (padded to fit 00:00)"
%etm% "elapsed time in minutes (1:02:00 hours will be 62:00)"

make it so that if the song is at 1:19 it'll display that instead of 3:00-1:19

i don't want to show the remaining time, thx
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-04-02 08:09:40
Idiots are funny
Title: foo_looks v2.1
Post by: tk32 on 2004-04-02 14:13:35
Quote
so would %et% "elapsed time (0:00)"
%eet% "extended elapsed time (padded to fit 00:00)"
%etm% "elapsed time in minutes (1:02:00 hours will be 62:00)"

make it so that if the song is at 1:19 it'll display that instead of 3:00-1:19

i don't want to show the remaining time, thx

tell me what look (skin) you want to modify and i'll upload a custom version with only the playing time
Title: foo_looks v2.1
Post by: carel on 2004-04-02 18:41:07
Quote
hello

@ carel: In the file "HeaBside_scripts.ski" of your skin , there s a little mistake that makes the fonction "Always on top" not functionning
you wrote : fb2k_menuCommand('Components/Look/Always on Top')
instead of : fb2k_menuCommand('Components/Look/Show/Always on Top')
keep improving your skin please ( for example a better way to display album art ), i love it


hi Hamallainen,
  thanks for tracking this bug in HeaBside, i was really too tired (and busy) to take a closer look at it. Feel free to improve the code the way you want : i'll credit you a mod and upload it to my webspace. But... i tried this fix and it doesn't allow me to disable "Always on top" anymore... any idea  ? I thought i had to use exact comand name to trigger it (in my foobar 0.8 the command name is 'Components/Look/Always on Top'... perhaps are you using beta ?)
As i don't use cover art option myself, i don't really know what users would like to do about this... Could you suggest a more precise feature ?
Anyway, i still update my to-do list, i'll try to implement these... well, asap :
Sorry everyone for not posting there / helping others during this last week : i don't have free time now (studying for exams  ) ; but i still read the thread and i'm still happy to test others skins (Melomane, great skin you've done - i love the automatic hide/show  ; i had an idea to ease window resizing with mouse maybe i'll try to make a mod ... asap)
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-02 21:29:28
Hi

@carel:
i m using foobar v0.8 (no beta) and the actual version of foo_looks (v2.1) , for me the command name is
'Components/Look/Show/Always on Top' ( screenshot (http://perso.club-internet.fr/sebastienperez/junk/aot.JPG)) That's strange we don't have the same thing !

Is "always on top" working correctly for you when you use this :'Components/Look/Always on Top'?
For me it was never changing the "always on top" mode when i was clicking the button ( the button had no effect on the "always on top" status ). And now , with 'Components/Look/Show/Always on Top' the button works as intended ( one click : activated , another click: de-activated .... )

Could you check if you re not using foo_looks 2.0 instead of 2.1 , maybe that s why there s difference between us ?


For album art i put it like this ( screenshot (http://perso.club-internet.fr/sebastienperez/junk/albumart.jpg) ) , it s a bit small but it s ok
But there s a problem , when i set the layer for the albumart box above the playlist box , i can t select the songs in the playlist that are "under" the album art box even when the albumart is not activated. I don t know how to solve this
Title: foo_looks v2.1
Post by: carel on 2004-04-02 22:19:07
@Hamallainen :
aaarrrg !!! i'm still using the old foo_looks 2.0 version ! i was wondering why some functions weren't recognised ...  i'm too silly, and you're smart right 
thanks for this, i'll update and post a fix soon.
I'm really happy you made a mod to suit your needs, in fact this kind of coverart was the first thing i tried, but i thought it was too small (for example AlbumDisplay or See through Cover Art are quite bigger), that's why i made it fill the whole window.

about the layer problem, i would need to have a look at your mod script to see how it behaves, but first idea : the sprite is not visible but still enabled thus it catches mouseclick because it's on upper layer than playlist entries.
So you can try adding a line in sprite albumart :
Code: [Select]
sprite albumart
    bool enabled false


Well.... in fact there's no need to modify the script, this line in the sprite section is enough to make what you want, BUT if you added scripts with this sprite (triggers when mouseover/mouseclick) you also need to modify this line in HeaBside_scripts.ski (lua Displaycontrols, in function onrightbuttonup(this)) :

Code: [Select]
elseif dmenu == 'Spectrum' then look_setVisible(albumart,not(look_getVisible(albumart)))

to
Code: [Select]
elseif dmenu == 'Spectrum' then look_setVisible(albumart,not(look_getVisible(albumart))) look_setEnabled(albumart, look_getVisible(albumart))


It should make the sprite enabled or not according to visible state (oops the code should be on the same line, there's no need to line feed look_setEnabled)


[span style='font-size:8pt;line-height:100%']...and i think you know that already, the sprite is at least at layer 3[/span]

Another "designing" question : did you had hard time to modify HeaBside ? i actually use a trick from tk32 to ease designing : in sprites global i add 3 line script to render a red thin border in order to see where the sprites are.
i wondered if it would be useful if i made a script to 'drag&drop' sprites with mouse (after switching to a special 'editing look' mode) ? in order to offer a kind of 'on the fly look modification' without having to mess in .ski ?

another little question : are you french ? do you know any places where french people talk about foo_looks ?
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-03 01:20:38
Hi

Quote
So you can try adding a line in sprite albumart :
Code: [Select]
sprite albumart
    bool enabled false

  thanks it works , that s exactly what i needed


Quote
Another "designing" question : did you had hard time to modify HeaBside ?

well since i m not a coder at all, it took me about 2 evening to make it suit to my needs ! lol
So yes it has been a bit hard for me , but i guess someone else with coding skills would have done it in no time


Quote
i actually use a trick from tk32 to ease designing : in sprites global i add 3 line script to render a red thin border in order to see where the sprites are

I've not found how to activate this (except for playlists title) , but yes that's good to place things more accurately


Quote
i wondered if it would be useful if i made a script to 'drag&drop' sprites with mouse (after switching to a special 'editing look' mode) ? in order to offer a kind of 'on the fly look modification' without having to mess in .ski ?

Sure it would make things even easier but i m not sure it worth the time needed to code it . I don t move sprites everyday , i would do it only once if i'd like to modify a skin a little. Maybe it would be useful for coders but as i m not a coder, i can't really tell. Sorry


oui je suis français    but i've not seen any french site or forum dedicated to foo-looks nor even foobar2000


right now i m searching how to make the volume bar appears "orange" at startup by default without success, any idea ?
Title: foo_looks v2.1
Post by: tk32 on 2004-04-03 09:05:34
about the live-edit mode you were discussing.


we could write a script called moveable, or some other name

the script would add left mouse drag feature to any sprite [span style='font-size:8pt;line-height:100%'](but the sprite must be 'bool enabled true')[/span]

you would be able to drag the sprites around the skin, and the script could output the coordinates to the console.

eg.

Code: [Select]
sprite 'playbutton' moved to x:58 y:83



it could save a lot of time guessing coordinates - but it might be a pain in the ass if you need to onlu nudge sprites by a few pixels, because keyboard support in foo_looks is still basic and not tested.
Title: foo_looks v2.1
Post by: Melomane on 2004-04-03 11:49:47
cAREL & Hamallainen

FORUM FRENCH FOR FOOBAR

http://forum.hardware.fr/hardwarefr/VideoS...t-53319-101.htm (http://forum.hardware.fr/hardwarefr/VideoSon/sujet-53319-101.htm)
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-03 12:23:28
  Thanks Melomane , i m going to check it
Title: foo_looks v2.1
Post by: carel on 2004-04-03 12:31:20
Quote
about the live-edit mode you were discussing.
we could write a script called moveable, or some other name

the script would add left mouse drag feature to any sprite [span style='font-size:8pt;line-height:100%'](but the sprite must be 'bool enabled true')[/span]

you would be able to drag the sprites around the skin, and the script could output the coordinates to the console.

eg.

Code: [Select]
sprite 'playbutton' moved to x:58 y:83


hi tk32,
i completely agree with you, but as i heavily use every button on my mouse, maybe it would be more secure to activate this mode with a script attached to a kind of 'control panel button' in order to be able to 'drag' the sprite.

i don't know how to output the coordinates to the console (maybe haven't searched enough)

Quote
it could save a lot of time guessing coordinates - but it might be a pain in the ass if you need to onlu nudge sprites by a few pixels, because keyboard support in foo_looks is still basic and not tested.


i still have problems with keyboard inputs in foo_looks, i've tried to detect arrows pressed but nothing... in :
Code: [Select]
function onkeyup(this,char)
if char=='something' then

... i tried a lot of decimal values instead of something, but nothing responds to arrow
Title: foo_looks v2.1
Post by: carel on 2004-04-03 12:32:34
Quote
cAREL & Hamallainen

FORUM FRENCH FOR FOOBAR

http://forum.hardware.fr/hardwarefr/VideoS...t-53319-101.htm (http://forum.hardware.fr/hardwarefr/VideoSon/sujet-53319-101.htm)

yep thanks i'm going to check it too 
Title: foo_looks v2.1
Post by: carel on 2004-04-03 12:49:52
Quote
right now i m searching how to make the volume bar appears "orange" at startup by default without success, any idea ?

you give me work  that's great, as i'm happy to customize others .ski, i'm really happy to help others do that too...

i think you can make these changes :

in HeaBside_scripts.ski, inside section toggles add a line :
Code: [Select]
list sprites4 int { 2 1 1 1 1 1 1 1 1 1 }

and in HeaBside.ski go to
Code: [Select]
sprite VolumeBar
list statemap states.None

change states.None to toggles.sprites4

why don't you try making a skin too ? i think you understand well how things goes now, it's not as difficult as it seems, just follow tk32 great tutorial 
Title: foo_looks v2.1
Post by: wanked on 2004-04-04 03:37:17
Quote
Quote
so would %et% "elapsed time (0:00)"
%eet% "extended elapsed time (padded to fit 00:00)"
%etm% "elapsed time in minutes (1:02:00 hours will be 62:00)"

make it so that if the song is at 1:19 it'll display that instead of 3:00-1:19

i don't want to show the remaining time, thx

tell me what look (skin) you want to modify and i'll upload a custom version with only the playing time

the skin, carbon, i tried messing around with those strings and it doesnt show the playing time so iono hehe

if you could also change the old skin or tell me how to edit it, thx

section songtime
int show show.Always
string fspec "$ifgreater(%songtime._istoggled%,0,%et%,%rt%)"
bool mouseinput true
int toggle 0
int x 385
int y 2
int width 30
int height 10
Title: foo_looks v2.1
Post by: tk32 on 2004-04-04 15:31:42
hmm....

that section songtime is a foo_looks 1.0 code. it will NOT work in foo_looks 2.0

anyway - i'll answer your question in foo_looks 1.0 code.

---

ok you have 2 choices:

[span style='font-size:14pt;line-height:100%']1.[/span]
swap the %et% and %rt% so that it shows elapsed time by default (but you can switch to remaining time by clicking)

use this:

Code: [Select]
section songtime
int show show.Always
string fspec "$ifgreater(%songtime._istoggled%,0,%rt%,%et%)"
bool mouseinput true
int toggle 0
int x 385
int y 2
int width 30
int height 10


[span style='font-size:14pt;line-height:100%']2.[/span]
remove the istoggled code so that it always shows elapsed time.

use this:

Code: [Select]
section songtime
int show show.Always
string fspec "%et%"
int x 385
int y 2
int width 30
int height 10
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-04 23:27:48
thanks carel ,  it was exactly what i wanted

and thanks again for your great look and your help 


Quote
why don't you try making a skin too ? i think you understand well how things goes now, it's not as difficult as it seems, just follow tk32 great tutorial


  hmmm how could i answer without giving the feeling i m unable to do anything with my hands ... lol ...  changing the positions of some elements of your skin was not hard ok , but starting a new skin from scratch , i don t think i can do that ... and i m not going to talk about the graphics which would be even harder for me
If i find a very simple ( and good ) idea, i ll give it a try but i don t know what i could do
Title: foo_looks v2.1
Post by: carel on 2004-04-05 01:01:22
Hamallainen
you're welcome  ! would you mind sending me the .ski you modified via pm ? i'd like to add it as a 'mod' in my webspace, maybe other users would like to have it (at least one - me  )
About designing a fresh one : well i told you that because i was a bit 'afraid' when i started designing HeaBside (especially when i saw tk32 Graviton and DanZ microlayout)...
but modifying existing things is a good way to create new thing  hope you'll make your own one day 
Title: foo_looks v2.1
Post by: tk32 on 2004-04-05 01:17:34
if people need some help with graphics then i can try to assist you.

if you design a basic skin shape and show me where text & buttons should be placed, then i can make the graphics more interesting in Photoshop


if anybody has good ideas for skins, but doesn't feel confident as an artist, then please tell us your ideas!
Title: foo_looks v2.1
Post by: wanked on 2004-04-05 03:46:41
thx tk32, im sticking with the old foo_looks cuz i like that skin and besides, the new foo_looks doesnt have that many skins yet
Title: foo_looks v2.1
Post by: ub312g0d on 2004-04-05 07:49:05
too tired to start any coding for this, which looks like it may take quite some time, but I figured I would show you guys what im working on atm.
(http://www3.sympatico.ca/jc_staples/layout.jpg)

It's quite obviously an itunes ripoff, but still, I used some of the blending options from the mac attack skin wip that tk was working on.  Questions/comments appreciated so I can maybe change something before finish.  Obviously the play/pause/fw/rw buttons go in the top left indentations incase your wondering. Oh, also the watermark is just temporary.
Title: foo_looks v2.1
Post by: tk32 on 2004-04-05 09:19:22
nice work

my advice is to make space for a expand/collapse button, so that we can add the ability to hide the playlist
Title: foo_looks v2.1
Post by: carel on 2004-04-05 16:00:46
@ub312g0d : looks nice  do you plan to make the buttons at the bottom like the original itunes ?
@tk32 : (another idea about playlist although i don't have time to try it now) i had this idea when i looked at upNorth relative placement code : couldn't we add a 'dragable' corner on the playlist, in order to allow us to adjust its height & width with mouse ? this corner would have a script attached wich modify the x,y of the sprites used for right and bottom sides of the playlist (+height for right sprite) and modify the height & width of the look window.
This would add a small constraint for any playlist-based look : it needs right_side & bottom_side sprites that could be easily moved without visual problems at the 'jonction' (no problem with upNorth concept as everything has the same color, but with footunes might be an issue because of textures)
and er.. maybe haven't you seen my last 2 questions (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=199820), about keyboard inputs and console output ?
Title: foo_looks v2.1
Post by: ub312g0d on 2004-04-05 18:22:26
I will be adding a few of the buttons at the bottom of it to get to certain foobar functions like opening the config and such, but theres alot more buttons on the itunes bar than what I can use.  An expand/collapse button is a good idea.  The dragable windows I dont think is doable in this version of looks.  Would be in html, but not like that helps much. Also, has any thought been put into making the skinning language any easier? Possibly like xml, which would also allow the easy creation of a skin creating program.
Title: foo_looks v2.1
Post by: Hadda on 2004-04-05 18:50:39
Hi
I'm writing my first skin and I have two problems and one question.
- I have a problem with playlist number. If I use %_playlist_number% olways show 0 :|
- I have using mouse wheel to change volume and to change songs like this:
code:
----------------------------------------
lua P_N
function onmousewheel(this, delta)
    if delta>0 then fb2k_playSkipStart(-1) else fb2k_playSkipStart(1) end     
  end
endlua
----------------------------------------
And I have a problem becouse the wheel not work with 100% and sometimes do not. And I must click on something else and then wheel work fine.

And a question: Can I (how) change master volume on my sound card from my skin becouse I want to change foobar volume on left click and master volume on right mouse click.


Maybe someone wont to see my simply skin.

This skin work fine and complite. I have plan my skin like simply pilot not too much space on pulpit. Some functions are hidden so if You someone test my skin is important to try rigt clicking wheel and double clicking on all buttons to find all functions.This skin have olso one place on the pulpit (left upper corner). This skin I made in dedicated resoluton of workspace (You will see why).

(Colors: black, grey, orange red, and work with foo_looks 2.1)

Maybe someone have a some space and I may to send a e-mail to this person who distribute this skin to other people
Title: foo_looks v2.1
Post by: danZ on 2004-04-05 19:10:11
Quote
- I have a problem with playlist number. If I use %_playlist_number% olways show 0 :|


Each sprite has a property "playlistindex" which determines which item it formats its text against.

By default it is -1 which is the now playing item.

tk32 can elaborate on this - he dealt with it for his looks.

Quote
- I have using mouse wheel to change volume and to change songs like this:
code:
----------------------------------------
lua P_N
function onmousewheel(this, delta)
    if delta>0 then fb2k_playSkipStart(-1) else fb2k_playSkipStart(1) end     
  end
endlua
----------------------------------------
And I have a problem becouse the wheel not work with 100% and sometimes do not. And I must click on something else and then wheel work fine.


I've seen the sporadic mouse wheel problem but don't have a fix  yet.

Quote
And a question: Can I (how) change master volume on my sound card from my skin becouse I want to change foobar volume on left click and master volume on right mouse click.


Only the foobar volume is available for changing from the look scripts.
Title: foo_looks v2.1
Post by: danZ on 2004-04-05 19:12:14
Quote
@ub312g0d : looks nice  do you plan to make the buttons at the bottom like the original itunes ?
@tk32 : (another idea about playlist although i don't have time to try it now) i had this idea when i looked at upNorth relative placement code : couldn't we add a 'dragable' corner on the playlist, in order to allow us to adjust its height & width with mouse ? this corner would have a script attached wich modify the x,y of the sprites used for right and bottom sides of the playlist (+height for right sprite) and modify the height & width of the look window.
This would add a small constraint for any playlist-based look : it needs right_side & bottom_side sprites that could be easily moved without visual problems at the 'jonction' (no problem with upNorth concept as everything has the same color, but with footunes might be an issue because of textures)
and er.. maybe haven't you seen my last 2 questions (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=199820), about keyboard inputs and console output ?

keyboard input is pretty experiemental at this point and not really well supported.  I hope to revisit it sometime for a future release.
Title: foo_looks v2.1
Post by: Hadda on 2004-04-05 20:29:46
Quote
Quote
(Hadda @ Apr 5 2004, 09:50 AM)   
- I have a problem with playlist number. If I use %_playlist_number% olways show 0 :|



Each sprite has a property "playlistindex" which determines which item it formats its text against.

By default it is -1 which is the now playing item.

tk32 can elaborate on this - he dealt with it for his looks.



Thank You danZ. Playlist number work fine . I was looking haw to show playlist number and I was seeking all skins and tk32 too and when I use his function I forgot change sprite name . (not forgot just do not know )
Title: foo_looks v2.1
Post by: Hadda on 2004-04-07 09:07:51
Today I'm installed foobar2000 0.8.1 and the problem with my skin back. The playlist number shows 0  . When I save my skin the playlist number was fine till I changed the song. I solve this to use  :

Code: [Select]
onupdateplayerstatus(this)

becouse the
Code: [Select]
onplaybacknewtrack(this)

not work good with my 0.8.1. I do not know why.


If someone want to have my skin pleace write . I can send with e-mail.
Title: foo_looks v2.1
Post by: Melomane on 2004-04-07 21:35:24
new versior of "see through cover art"
now can display info tags

Download (http://www.hydrogenaudio.org/forums/index.php?showtopic=20187&view=findpost&p=197981)

Screenshoot (http://www.hydrogenaudio.org/forums/index.php?act=Attach&type=post&id=201150)
Title: foo_looks v2.1
Post by: carel on 2004-04-07 23:10:18
Quote
If someone want to have my skin pleace write . I can send with e-mail.

if you just want webspace i can temporarily host your files in my webspace  until you get yours (sadly, i don't have much time yet for testing  )
Title: foo_looks v2.1
Post by: carel on 2004-04-08 08:55:57
Here is hadda's sunset_skin (http://carel.foobar.free.fr/hadda/sunset_skin.zip) (26kB)
Title: foo_looks v2.1
Post by: Hadda on 2004-04-08 12:05:54
Sunset skin instruction:
This skin is designed to put to left up corner on pulpit. This is like simply pilot and do not take more place and not take on way to other aplications. The information belt is on the center of pulpit so i created few version of skins for most screen resolution.

On this skin are 3 buttons and 3 active areas:
From left
------------------
<play button>
This button are separate from rest skin and resident ont he corner. You can shot this button easy and you do not need eyes.
-[left mouse click] play next
-[right m.c.] pause/play
-[mouse wheel] up/down volume
------------------
<next/prev.>
-[left m.c] prev.
-[right m.c] next
-[mouse wheel] prev./next
------------------
<volume belt>
-[left m.c] change volume with follow cursor
-[mouse wheel] up/down volume
------------------
<Info belt>
-[left m.c] seek song with follow cursor
------------------
<hand area>
this area is for moving skin
------------------
<close show button>
-[left m.c] show/hide foobar window
-[right m.c] close foobar2000
-[doubleclick] show foobar preferences
-------------------------------------------------------

Thank You carel to put link to my skin
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-08 22:14:05
Hi

I have 2 questions:

1) i ve updated foobar2000 to version 0.81 and since then each time i launch foobar , the menus and command buttons do not apear in the main foobar window
this screenshot will be more explicit :

(http://perso.club-internet.fr/sebastienperez/junk/0.81pb.jpg)

if i remove foo_look.dll from the component folder then it works fine

Anyone else experiencing this bug ? does foo_look need an update to work with foobar 0.81 ( i had no problem with 0.8 )



2) for the 2nd question i hope it has not been already asked but i d like to know if it s possible to import some text from separate file to display it in a sprite ?
Because i'd like to display the lyrics of the playing song but my lyrics are not stored in tags but in a separate file for each song like this
<album folder>
  |_<Lyrics>
  |  |_song1.lrc
  |  |_song2.lrc
  |  |_song3.lrc
  |  |_etc.....
  |_song1.mpc
  |_song2.mpc
  |_song3.mpc
  |_etc...

does "import" can import just simple text from a file without the text being in a string ?

thanks
Title: foo_looks v2.1
Post by: danZ on 2004-04-08 22:33:01
Quote
Hi

I have 2 questions:

1) i ve updated foobar2000 to version 0.81 and since then each time i launch foobar , the menus and command buttons do not apear in the main foobar window
this screenshot will be more explicit :

(http://perso.club-internet.fr/sebastienperez/junk/0.81pb.jpg)

if i remove foo_look.dll from the component folder then it works fine

Anyone else experiencing this bug ? does foo_look need an update to work with foobar 0.81 ( i had no problem with 0.8 )



2) for the 2nd question i hope it has not been already asked but i d like to know if it s possible to import some text from separate file to display it in a sprite ?
Because i'd like to display the lyrics of the playing song but my lyrics are not stored in tags but in a separate file for each song like this
<album folder>
  |_<Lyrics>
  |  |_song1.lrc
  |  |_song2.lrc
  |  |_song3.lrc
  |  |_etc.....
  |_song1.mpc
  |_song2.mpc
  |_song3.mpc
  |_etc...

does "import" can import just simple text from a file without the text being in a string ?

thanks

I haven't tried 0.8.1 yet so I can't say if there are issues.

Regarding the lyrics.  You could do what you want via scripting by using lua I/O facilities. import serves a different function.

Basically you will need a script attached to the sprite in question that would:edit/  lua I/O reference (http://http://www.lua.org/manual/4.0/manual.html#6.4)
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-08 22:41:54
Quote
Basically you will need a script attached to the sprite in question that would:
  • determine the lyrics filename based on song name and your directory layout


  • open the file using openfile()


  • read in the lyrics using read()


  • set the text of the sprite to that text using look_setText(sprite, lyricsstring)


  • close the file closefile()

edit/  lua I/O reference (http://www.lua.org/manual/4.0/manual.html#6.4)

thanks for the help , really
for the first point "guessing the lyrics filename"
does this seems correct to you ?
$cut(%_path%,$sub($len(%_path%),$len(%_filename_ext%)))Lyrics\%_filename%.lrc
Title: foo_looks v2.1
Post by: wanked on 2004-04-08 22:52:31
hmm how would u customize the titlebar to a certain color and change the rest of foobar to a diff color? like blue for the titlebar and silver for the seekbar, etc
Title: foo_looks v2.1
Post by: Melomane on 2004-04-08 23:32:30
Quote
Hi

I have 2 questions:

1) i ve updated foobar2000 to version 0.81 and since then each time i launch foobar , the menus and command buttons do not apear in the main foobar window
this screenshot will be more explicit :

(http://perso.club-internet.fr/sebastienperez/junk/0.81pb.jpg)

if i remove foo_look.dll from the component folder then it works fine

Anyone else experiencing this bug ? does foo_look need an update to work with foobar 0.81 ( i had no problem with 0.8 )

in preferences/core disable 
"enable user profil support"
Title: foo_looks v2.1
Post by: Hadda on 2004-04-08 23:46:15
I update foobar2K to 0.8.1 and I have trouble with my skin and the follow cursor don't work. Maybe follow cursor do not work becouse I'm using FooTunes. So I back to the 0.8.0 version


And on Polish forum someone have find little bug in my skin. So if someone wont to using my skin to fix this problem must delete line :
Code: [Select]
 list scripts string { "volumeinfo" }

from sunset XXX.ski
Becouse the script volumeinfo don't  exist and when skin is loading the console show warning of use undefined script. I have copied volume bar from other skin and I'm not using this script so I cut it but this line survive.  (I guees from carbon.ski)

Sorry for this bug
I shot down console warning so I was not see this problem.
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-09 00:10:06
@melomane
this feature was already disabled
did you have this problem too ? and your suggestion worked with you ?




@hadda

really nice skin
a suggestion , maybe you could add the instruction in tooltips , that would be handy , no ?
good work
Title: foo_looks v2.1
Post by: upNorth on 2004-04-09 17:56:00
Quote
@tk32 : (another idea about playlist although i don't have time to try it now) i had this idea when i looked at upNorth relative placement code : couldn't we add a 'dragable' corner on the playlist, in order to allow us to adjust its height & width with mouse ? this corner would have a script attached wich modify the x,y of the sprites used for right and bottom sides of the playlist (+height for right sprite) and modify the height & width of the look window.
This would add a small constraint for any playlist-based look : it needs right_side & bottom_side sprites that could be easily moved without visual problems at the 'jonction' (no problem with upNorth concept as everything has the same color, but with footunes might be an issue because of textures)
and er.. maybe haven't you seen my last 2 questions (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=199820), about keyboard inputs and console output ?

My new look has a horrizontal "drag to resize", but it doesn't use any textures. I'm not at home at the moment, but I can post it when I get back home (12th or something). It's not finished but you can have a look at it.
I personally don't need any vertical resizing untill danZ change the way playlist entries are implemented. One sprite per entry makes it hard/impossible to add more entries dynamically.
Title: foo_looks v2.1
Post by: mobyduck on 2004-04-09 18:53:13
I'm not sure if this is the proper place for this, but I thought you could be interested.

It looks like Sonique is dying and some skinners are considering foobar/foo_looks as a possible alternative (see here (http://forum.sonique.com/showthread.php?s=&threadid=7506)).

I don't know if this is at all feasible, but there are very talented skinners in their community: perhaps danZ and/or tk32 could get in touch with some of them and land a hand.

Alessandro
Title: foo_looks v2.1
Post by: wanked on 2004-04-09 19:25:04
for the old carbon script, anybody know how to make it so that the button brings up foobar?
Title: foo_looks v2.1
Post by: Melomane on 2004-04-09 20:01:30
Quote
@melomane
this feature was already disabled
did you have this problem too ? and your suggestion worked with you ?

i have the same problem, but only with "enable user profil support" checked with foobar 0.81, foolook 2.1 AND when foobar start on playlist other than the first!

with foobar 0.8 allway problem with foolook 2.1 but same behavour ("enable user profil support" checked AND  foobar start  playlist other than the first) with foolook 2 beta.

here some informations (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=190219)


uninstall foobar, delete config files and reinstall 0.81
use foolook 2.1 (not beta)
download foolook 2.1 (http://www.loodi.com/foo_looks.zip)

uncheck "enable user profil support"

it work for me.
Title: foo_looks v2.1
Post by: URMEL on 2004-04-10 00:31:54
@tk32:
In danger of going on your nerves, are there any news about the graviton?
people keep asking me about news, because it was the reason, why they switched to foobar ^^
Title: foo_looks v2.1
Post by: tk32 on 2004-04-10 03:31:44
Quote
@tk32:
In danger of going on your nerves, are there any news about the graviton?
people keep asking me about news, because it was the reason, why they switched to foobar ^^

hi

i just got back from Easter Holiday/Vacation

and the first thing i did was talk with Dan Mauch (the graviton designer) about Graviton!

i'm planning an update very soon which will include progress bar control, shuffle/repeat modes & the mini winshade mode


sorry i've slowed down a lot lately - when i saw that everyone here was able to assist each other i calmed down a little

it's time to inject some new life into the fb2k skin community

i'm looking forward to seeing UpNorth's new skin
Title: foo_looks v2.1
Post by: carel on 2004-04-11 10:10:12
Quote
My new look has a horrizontal "drag to resize", but it doesn't use any textures. I'm not at home at the moment, but I can post it when I get back home (12th or something). It's not finished but you can have a look at it.
I personally don't need any vertical resizing untill danZ change the way playlist entries are implemented. One sprite per entry makes it hard/impossible to add more entries dynamically.

Thanks, i'd be pleased to see your code.
one sprite per entry is sure a problem, but at least it should be useful for resizing dynamically these sprites with long texts.

@Hadda : just ask if you'd like to post updates/fixes for your skin. Nice work. Just little suggestion : you could use tk32 progress bar, it's ready-to-use and has seeking feature (wich i miss in sunset)
Title: foo_looks v2.1
Post by: URMEL on 2004-04-11 13:04:43
Quote
i just got back from Easter Holiday/Vacation

Good to hear, welcome back!
Title: foo_looks v2.1
Post by: Hadda on 2004-04-11 17:46:37
(Hamallainen @ Apr 8 2004, 03:10 PM)
Quote
really nice skin
a suggestion , maybe you could add the instruction in tooltips , that would be handy , no ?
good work

I did't have instructions in English when I send my skin. I wrote instruction only in Polish so I wrote in post quickly.


    (carel @ Apr 11 2004, 01:10 AM)
Quote
just ask if you'd like to post updates/fixes for your skin. Nice work. Just little suggestion : you could use tk32 progress bar, it's ready-to-use and has seeking feature (wich i miss in sunset)

I don't know why. I can seeking with left mouse click on information area . I can only put ther using mouse wheel. I take a look for this seeking feature. I will send fixed skin today with English instruction.
Title: foo_looks v2.1
Post by: Hadda on 2004-04-11 20:34:13
I have one faver to someone. If enyone can fix mistakes in my instruction beacouse I wont to update my skin and put instruction with no mistekes
Here is a Link (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=201338)
It can takes a 2-3 minutes someone. Please
....................................................................................................
..
I fix instruction by myselfe . I think if my instruction is understundeble
Title: foo_looks v2.1
Post by: wanked on 2004-04-12 04:43:13
can somebody plz help me add that clicking on the close button with the right mouse button closes foobar, just clicking the close button closes the skin, making the skin always show elapsed time, and to make the button for opening/minimizing foobar work for carbon?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-04-12 12:09:22
Quote
can somebody plz help me add that clicking on the close button with the right mouse button closes foobar, just clicking the close button closes the skin, making the skin always show elapsed time, and to make the button for opening/minimizing foobar work for carbon?

I'll have a look when I get home.
Title: foo_looks v2.1
Post by: carel on 2004-04-12 13:32:36
hi Hadda, i've uploaded your file :
Sunset_skin (updated) (http://carel.foobar.free.fr/hadda/Sunset_skin.zip)

and i added Hamallainen mod into HeaBside website : more informations, screenshots here (http://carel.foobar.free.fr/HeaBside/engHeaBside_Hammod.htm)

direct download here (http://carel.foobar.free.fr/HeaBside/ski/HeaBside_Hammod_v2.rar)

@wanked : i've made a small quick-fix for carbon, link here (http://carel.foobar.free.fr/hydrogenaudio/carbon_carelmod_for_wanked.rar)(.ski only). hope it suits your needs. But there's an issue with closing foobar command if you use the latest foo_looksv2 beta. It works for me, maybe for you too...

Oooops sorry DocUK : i didn't read the whole thread, i missed your answer... well, maybe you'll find the modifications useful ?
Title: foo_looks v2.1
Post by: wanked on 2004-04-12 15:56:27
thx guys, ill try it out
Title: foo_looks v2.1
Post by: wanked on 2004-04-12 15:59:06
the closing part works great, but how can i edit it so that the button to open/minmize foobar works?
Title: foo_looks v2.1
Post by: wanked on 2004-04-12 16:18:27
btw carbon doesnt work with 0.8.1 worked with 0.8
the skins two buttons, minimize and close show up as squares, the play pause and stop buttons when you hover also show up weird

how can i fix this?
Title: foo_looks v2.1
Post by: Megadeus on 2004-04-13 02:49:19
Quote
the closing part works great, but how can i edit it so that the button to open/minmize foobar works?

In the 'lua togglefb2k' section, change the second fb2k_menuCommand to

Code: [Select]
fb2k_menuCommand("system/Activate")
Title: foo_looks v2.1
Post by: Hamallainen on 2004-04-16 14:07:36
Quote
i have the same problem, but only with "enable user profil support" checked with foobar 0.81, foolook 2.1 AND when foobar start on playlist other than the first!

with foobar 0.8 allway problem with foolook 2.1 but same behavour ("enable user profil support" checked AND  foobar start  playlist other than the first) with foolook 2 beta.

here some informations (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&view=findpost&p=190219)


uninstall foobar, delete config files and reinstall 0.81
use foolook 2.1 (not beta)
download foolook 2.1 (http://www.loodi.com/foo_looks.zip)

uncheck "enable user profil support"

it work for me.

OK thanks for the information , i had not realized it was was only when starting with a playlist different than the first one
and sorry i had not seen your post about this problem
Title: foo_looks v2.1
Post by: selsek on 2004-04-19 22:48:07
Quote
I'm not sure if this is the proper place for this, but I thought you could be interested.

It looks like Sonique is dying and some skinners are considering foobar/foo_looks as a possible alternative (see here (http://forum.sonique.com/showthread.php?s=&threadid=7506)).

I don't know if this is at all feasible, but there are very talented skinners in their community: perhaps danZ and/or tk32 could get in touch with some of them and land a hand.

Alessandro

I'm one of them!
yeah, sonique is quite dead by now: lycos fired the team, including the lone developper.
That was cool, "swooby". Good ol' times...


I'm a skinner, too (not "was", ok?). Not a very talented one, but i had some experience while skinning for sonique.

I haven't read all posts from this thread (almost none in fact), so i may rewrite things written.

I don't think tutorials are very very useful. They are boring (sorry for the writers), and the reader (me) often end by just copying the code.

Since skinning is more a copy-paste thing than a place where to develop features/effects, you'll need something close to the skinning engine (no need to switch from this app to that one), easy to modify & see, a quick access (no html code library).
The learning often begin with tweaking some other skins, not by having a school-like work that may seem too "professionnal", and so, hard to reach.
The more the skinning engine shows functions in a clear and complete way, the more the skinning become easy, the more skinners you'll have.
To have to check internet resources and skin sources to find a specific function is quite a waste of time, and if that's too long, a begginer would give up on foobar skinning.

So i made a reference remote/skin, see http://selsek.free.fr/eloker/sonique2.htm (http://selsek.free.fr/eloker/sonique2.htm)
Check the reference remote source.
It's a simple windows with buttons, each button open a new window, and each window show a skinning function (time, infos, playlist, colors...).
(i tried to put a template skin chere you just have to edit the jpg, but it had no success...)


About the plugin: it just uses too much cpu. The engine has very interesting features, but it's too slow on my k6-2 350. Even a static skin would use around 60% of my cpu.
Other skinning engines (sonique, winamp and qcd) have much less cpu usage.
(Ok, qcd one is too simple to be there).

Can you try to make code-only skins available as in sonique? That'd be a pretty good feature: no pic files, just a little code file and around 3 kb for a skin that can be beautiful.

I haven't looked much into the code, but there are interesting features from the sonique engine you may want to use:
-psd file support: no need to place the different rasters
-zip file support: better organization


Hope you'll find that useful.

I won't switch to foo_ui for now: too much cpu needed, will need to spend some time to get used to the code.

Just get the cpu usage down, and i may come here more often.

It's very interesting, and you should go on this project.
Since sonique is dying and winamp just have crappy or advertising "featured" skins (or at least, not so cool ones), you have the last skinning engine alive... and have to develop it.

Good luck to you. Good luck to sonique...
Title: foo_looks v2.1
Post by: upNorth on 2004-04-19 23:55:03
Quote
Can you try to make code-only skins available as in sonique? That'd be a pretty good feature: no pic files, just a little code file and around 3 kb for a skin that can be beautiful.

I don't know if you mean "available" as in "pre made" og as in "possible", but both would be true anyway. I use this approach myself as it makes it easier to code a resizable window, and I don't have to waste alot of time trying to accomplish something with Photoshop, as my graphics skills are very limited.

I posted a very simple 'look' with no graphics file, earlier in this thread and I will try to post the much improved (alpha) version soon. Someone also posted a game made this way, a while back.

Btw: I don't really know what Sonique has to offer, because I only tried it years ago and didn't like it. But I'm hoping to see some of these Sonique skinners head this way. I think it's about time someone push this plugin to it's limits (and beyond )
Title: foo_looks v2.1
Post by: tk32 on 2004-04-20 12:04:52
just to let everyone know, danZ & myself are still very much alive, and keeping an eye on this thread.

couple of things under development myself
Title: foo_looks v2.1
Post by: tk32 on 2004-04-20 22:08:26
ok, i'm interested to know if anyone has noticed any bugs or annoying features in any of my skins

i'm currently updating them all and would be interested to know any problems, as well as any suggestions for the skins i have developed so far.

thanks
Title: foo_looks v2.1
Post by: upNorth on 2004-04-20 23:16:43
I can't just wait forever, so here is my new look named 'navigator' (for now).
This is an alpha version and I know of quite a few problems (no critical ones though).
The code is messy and some parts are not even used at all.

This is what it looks like:

compact mode:
(http://www.stud.ntnu.no/~mortek/foobar2000/pic1.png)

extended mode:
(http://www.stud.ntnu.no/~mortek/foobar2000/pic2.png)

extended mode with large albumart:
(http://www.stud.ntnu.no/~mortek/foobar2000/pic3.png)
Download: navigator (http://www.stud.ntnu.no/~mortek/foobar2000/navigator.rar)

I'll try to give a short description of some of the features.
(LMB and RMB refers to clicking the left or right mouse button)

The info about the current track will scroll if it doesn't fit.

Actions:
Resize: LMB and hold on time (upper right corner) then drag
Toggle mode: RMB on time (upper right corner)
Progress bar: LMB and hold 'skip' , RMB and hold 'scan'.
Albumart: LMB on it to toggle size
Codec/Replaygain info: RMB on it to toggle between the two.
Album-/Genre info: RMB on it to toggle between the two.
Trackrating: The five blue squares turns white according to rating (using the %trackrating% tag). LMB on one of the squares will find the next track in playlist with that specific rating, and show the result in the box to the right of the rating. Double click the result to play it, or press the - button to the right, to empty the box.

Buttons:
:B: show/hide foobar main window
Symbol to the left of :B : LMB 'play/pause', RMB 'stop'
<: LMB 'previous track', RMB 'Start this track over' (I think I will change this)
>: LMB 'next track', RMB 'random track'
s: LMB open 'Search'
g: LMB open 'Playlist generator'
x: LMB 'exit foobar2000'
n: LMB Show/hide a small "remote" used to skip to the next/previous artist/album with LMB (RMB to show the result in the box to the right og the trackrating).
/\ and \/: LMB 'scroll playlist (slow)', RMB 'scroll playlist (fast)'.
<(playlist): LMB 'scroll to current track'.


Try left and right clicking everything and you might find something I forgot to mention. If you look for a 'volume control', you won't find it, but maybe I'll add one later.

The progress bar is by tk32, but I have done some minor modifications.

Thanks to danZ, tk32 and other people who helped and inspired me.

Btw: I don't really need requests and bug reports at this point, as I've got more than enough to do already, and I haven't got alot of time at the moment. But, of course it doesn't hurt to mention the ones you come across, just don't expect me to fix them straight away.

Edit: For some strange reason foo_ui_columns seems to cause a problem, even if it's not being used. The playlist should scroll to show the playing track in the middle when you skip. If it doesn't, or other strange things happen, try removing foo_ui_columns.dll from the components directory.
Title: foo_looks v2.1
Post by: tk32 on 2004-04-20 23:20:38
holy shit

totally amazing!!


not that i expected any less..

do you shit gold by any chance?

     


you've even convinced me to start testing the star-rating system!

1 suggestion.
work with danZ to find a way of setting the 'rating' by clicking in the boxes, but still incorporate the 'find similar rated track' (although i imagine people will only ever click on the 5-star box )
Title: foo_looks v2.1
Post by: upNorth on 2004-04-20 23:24:59
Quote
holy shit

this is good

Thanks 
There is so many features I want to add and so much I want to do, but time is the problem.

Edit:
Quote
1 suggestion.
work with danZ to find a way of setting the 'rating' by clicking in the boxes, but still incorporate the 'find similar rated track' (although i imagine people will only ever click on the 5-star box )
I currently use foo_quicktag by musicmusic to set the rating, but if danZ has a good idea, on how to do it in a safe way with foo_looks, I would add it to my look.

Regarding the use of trackrating, I have only used a three value system up untill now (0,1,2). I think the six levels I added to my "dynamic" formatting by request, is a little too much. I even find 5 levels hard to use as I only use them for different degrees of 'good'. I don't see a reason to use 'negative rating' (with 3 = average or something), and with my way the tracks that are above the average stands out because they have a rating. But this doesn't really make a difference as people can use it as they wish.
Title: foo_looks v2.1
Post by: gribelu on 2004-04-21 05:02:11
I've recently replaced Windows XP with Windows 2003 Server. Foorbar was working fine with foo_looks but now i get his message on every startup:

Code: [Select]
INFO (foo_looks) : Initializing GDI+
ERROR (foo_looks) : malformed number;
 last token read: `100.0' at line 11 in string "..."
ERROR (foo_looks) : Sprite 'albumartgrip' Error(s) loading script 'albumartSliderImpl'
INFO (CORE) : startup time: 1863 ms


Any clues?
P.S. I'm using the latest foo_looks with the default look so in theory everything should work

Also, one more problem. Foo_Looks still has the 'always on top' bug... meaning that sometimes after restarting it loses that property.
Title: foo_looks v2.1
Post by: desigrid on 2004-04-21 05:56:33
@upNorth
Amazing work! Although I (sheepishly) won't be using it (foo_ui_columns + foo_looks for album art & now playing display fits my current usage better), I still want to say that navigator has to be one of the most aesthetically pleasing, comprehensive yet easy to use look created.

@danZ
A idea came to my mind, perhaps for a much later version of foo_looks:
Now that many skinners are creating looks with complementary compact and expanded modes, it might be good to have an option to allow skinners to dock their compact mode to the taskbar (like what foo_minibar and WMP9 does).

Edit: Just found out about the small remote. Very interesting!
Title: foo_looks v2.1
Post by: mobyduck on 2004-04-21 11:15:55
@upNorth
Really great job! A few minor things you should fix/improve (IMHO):

1) When a song title is longer than the previously playing song, it displays a title as wide as the previous one and if you shrink the skin to make the title scroll it will display the title of the previous song. Note that this doesn't happen when you manually skip to the next song with >.
2) Restore last defined size at startup.
3) Make the left button (play/pause/stop) less "cryptic".

Now if you could only add somewhere a (resizable) popup to display a specific tag (like %lyrics% )....!

Thanks for your work.

Alessandro

[EDIT]
4) When a song title is shorter than the previously playing song, it isn't centered and if you shrink the skin to make the title scroll it will display the title of the previous song. Note that this doesn't happen when you manually skip to the next song with > (seems to be the same bug as #1, but I thought I'd mention it for completeness).
[/EDIT]
Title: foo_looks v2.1
Post by: wanked on 2004-04-22 00:41:55
Quote
btw carbon doesnt work with 0.8.1 worked with 0.8
the skins two buttons, minimize and close show up as squares, the play pause and stop buttons when you hover also show up weird

how can i fix this?

also whats the thing you have to add to make a skin always show elapsed time?

plz help
Title: foo_looks v2.1
Post by: upNorth on 2004-04-22 16:53:15
Quote
@upNorth
Amazing work! Although I (sheepishly) won't be using it (foo_ui_columns + foo_looks for album art & now playing display fits my current usage better), I still want to say that navigator has to be one of the most aesthetically pleasing, comprehensive yet easy to use look created.
That's what I like about foobar, it's so much you can do to make it fit your needs. I'm personally not comfortable with foo_ui_columns  as it doesn't fit my usage. I really tried to get used to it as it is such a good component, but in the end the default UI works better for me. Thanks for the compliments about the look though, as it tells me I'm on the right track to accomplish my goal. I like to think of it as making it in the spirit of foobar2000 itself.

Quote
@upNorth
Really great job! A few minor things you should fix/improve (IMHO):

1) When a song title is longer than the previously playing song, it displays a title as wide as the previous one and if you shrink the skin to make the title scroll it will display the title of the previous song. Note that this doesn't happen when you manually skip to the next song with >.
2) Restore last defined size at startup.
3) Make the left button (play/pause/stop) less "cryptic".
4) When a song title is shorter than the previously playing song, it isn't centered and if you shrink the skin to make the title scroll it will display the title of the previous song. Note that this doesn't happen when you manually skip to the next song with > (seems to be the same bug as #1, but I thought I'd mention it for completeness).

1) & 4): Thanks for tracking down the cause of this problem. I have seen it from time to time, but never looked more into it.
3): Done, now it looks like a real play button.
2): I'm not sure how easy it would be, but it might be possible with the experimental 'write to file' feature. It's really something I would like to add, but I feel that there are more important things to do first.

Quote
Now if you could only add somewhere a (resizable) popup to display a specific tag (like %lyrics% )....!
I have actually thought about adding something like that. Don't know when I'll look into it as there are quite a few other things I would like to accomplish first.


Then a question:
Is there no math function in LUA that will return the closest integer value? I would like to use it instead of the following:
Code: [Select]
      if delta - floor(delta) < 0.5 then
   delta = floor(delta)
     else
   delta = ceil(delta)
     end
Not a big deal, just wondering as I want to make my code more compact and readable.
Title: foo_looks v2.1
Post by: foosion on 2004-04-22 18:59:59
Quote
Then a question:
Is there no math function in LUA that will return the closest integer value?

Code: [Select]
x = floor(x+0.5) -- rounds 1.5 to 2
x = ceil(x-0.5)  -- rounds 1.5 to 1
Title: foo_looks v2.1
Post by: upNorth on 2004-04-22 19:10:33
@foosion: Thanks, for that clever solution
Title: foo_looks v2.1
Post by: radfaraf on 2004-04-25 15:18:00
navigator  Hooray for sweet original foo looks!
Title: foo_looks v2.1
Post by: GoWaN on 2004-04-25 17:44:40
Thanks for this great look! 
Title: foo_looks v2.1
Post by: atici on 2004-04-26 23:09:43
Quote
ok, i'm interested to know if anyone has noticed any bugs or annoying features in any of my skins

i'm currently updating them all and would be interested to know any problems, as well as any suggestions for the skins i have developed so far.

thanks

Hi tk32, I listed a list of bugs some time ago. Are you done with the update? Where can I get them? Thanks...
Title: foo_looks v2.1
Post by: carel on 2004-04-26 23:49:30
@upNorth : navigator is REALLY GREAT !! I love your resizable window !!!

just a minor issue : with some titles the scrolling makes it "flicker" ; it happens only when the letter with accent touches the left side of the title zone... should be the same problem you raised before.

great work anyway ! 
Title: foo_looks v2.1
Post by: tk32 on 2004-04-26 23:59:36
Quote
Quote
ok, i'm interested to know if anyone has noticed any bugs or annoying features in any of my skins

i'm currently updating them all and would be interested to know any problems, as well as any suggestions for the skins i have developed so far.

thanks

Hi tk32, I listed a list of bugs some time ago. Are you done with the update? Where can I get them? Thanks...

hi Atici

sorry it's taken me so long, i didn't realise anybody was waiting

ok, if you mean these requests:

http://www.hydrogenaudio.org/forums/index....ndpost&p=193939 (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=193939)

i've already done them

i'm just making a few more adjustments before i upload the update


sorry for the delay
Title: foo_looks v2.1
Post by: atici on 2004-04-27 01:52:44
Quote
sorry it's taken me so long, i didn't realise anybody was waiting

That's fine. I actually thought those skins were updated a long while ago and didn't know where they were hosted (I haven't been following this thread for a while). Thanks for the effort.

One more thing. For the fooamp skin, can you make it so that if you expand the bottom part and restart foobar it starts up with the bottom part expanded? 
Title: foo_looks v2.1
Post by: upNorth on 2004-04-27 09:17:26
Quote
@upNorth : navigator is REALLY GREAT !! I love your resizable window !!!

just a minor issue : with some titles the scrolling makes it "flicker" ; it happens only when the letter with accent touches the left side of the title zone... should be the same problem you raised before.

great work anyway ! 

Thanks 
I have rewritten large parts of the scrolling script, and changed the way it works. It turned out alot better, and it can also handle "all" fontsizes now (at least all I tried). The problem with displaying e.g. "Motörhead" is gone, but it required a workaround because look_measureTextAbs() has a problem with such characters (it returns '0'). I don't really know how good that workaround is, but it seems to solve it.

Question/feature request:
I need a way to get the index of the playing playlist/tab. fb2k_getActivePlaylist() will return the index of the active/open one, but I can't seem to find a way to identify the playlist that is actually playing. I need it among other things, to add the "double click status bar to open playing tab" feature to my look.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-04-29 00:07:49
For anyone wondering about the couple of bugs that exist in the Carbon look. I am working on getting a release version out soon, but I have lots of deadlines at the moment, and I am under a lot of pressure.

I'll let you know, this was just so you know I'm still very much active.
Title: foo_looks v2.1
Post by: wanked on 2004-04-29 04:47:36
thank you DocUk, nobody would tell me how to fix those or point me somewhere so i couldnt figure it out myself
Title: foo_looks v2.1
Post by: mobyduck on 2004-04-30 08:18:49
@upNorth:

Sorry for pestering you, but I was wondering if you have a new version of navigator ready for us to enjoy .

Alessandro
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-04-30 17:26:03
Would it be possible to add another trigger function that runs when the UI becomes activated? - For example, when it goes from hidden in the system tray to active.

Thanks

Edit: Also, is there a way to set fillcolor2 from lua? I only see look_setFillColor. 

Edit2: What about a function to attach a Lua script to a sprite?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-05-01 00:29:57
It seems the thread has died down a bit - Oh well, I'll keep waiting for answers.

I've fixed all the bugs in Carbon, and now I am improving some bits of code, and adding a few features. Some of my improvements, I am sure other skin authors can use, and I'll post a few details of them when Carbon 1.5 is done.
Title: foo_looks v2.1
Post by: upNorth on 2004-05-01 14:18:43
Quote
@upNorth:

Sorry for pestering you, but I was wondering if you have a new version of navigator ready for us to enjoy .

Alessandro

I'm glad you enjoy it 

I have added some new, more or less useful, features and improved it a bit, but I'm still not satisfied with the way the playlist behaves. I use the code from the default look, with some modifications, but I will have to rewrite quite a bit before it works as I want it to.

Currently my motivation is limited by the fact that other plugins interferes with foo_looks. I knew about foo_ui_columns, but now it turns out that the Extended Playlist generator (foo_playlistgen_ex) does the same thing (at least version 1.3.1). Both of them makes the playlist in my look not behave as it should upon track change. Just adding foo_ui_columns to the components directory, even without enabling it, makes this happen. When I remove these plugins, everything works just fine.

The still present problem with always on top not working from time to time, is a little anoying too. IIRC danZ can't figure out why this happens, so it's not much hope to see it fixed either.
Title: foo_looks v2.1
Post by: mobyduck on 2004-05-01 16:17:49
Quote
Currently my motivation is limited by the fact that other plugins interferes with foo_looks.
Well, I'm not using, at the moment, any of the plugins you mentioned.

If this is the main reason refraining you from releasing your work, rest assured I won't file a complaint for a plugin conflict! 

With regard to the AOT problem, it happens very rarely (to me, at least), usually when trying new looks (which I have no intention of doing, if you just fix those issues I mentioned in one of my previous posts ).

So if you have something PLEASE release it!

Thanks for reading.

Alessandro
Title: foo_looks v2.1
Post by: Gord on 2004-05-02 10:44:48
Quote
Currently my motivation is limited by the fact that other plugins interferes with foo_looks. I knew about foo_ui_columns, but now it turns out that the Extended Playlist generator (foo_playlistgen_ex) does the same thing (at least version 1.3.1). Both of them makes the playlist in my look not behave as it should upon track change. Just adding foo_ui_columns to the components directory, even without enabling it, makes this happen. When I remove these plugins, everything works just fine.

That is odd. I have both plugins installed and use foo_ui_columns as my GUI and my playlist in your Navigator works fine. When a new song starts the playlist tracks and highlights the correct song properly.
Title: foo_looks v2.1
Post by: danZ on 2004-05-02 20:13:36
Quote
Would it be possible to add another trigger function that runs when the UI becomes activated? - For example, when it goes from hidden in the system tray to active.


There aren't any callbacks in the SDK for these events so I don't have a good way to create script triggers for them.

Quote
Edit: Also, is there a way to set fillcolor2 from lua? I only see look_setFillColor. 


   { "look_setFillColor",   "void",   "sprite [ {sprite, ... } ], color, which [0,1,2 or nil == both]" },

Not a great match for the names used but

0 = fillcolor
1 = fillcolor2
2 or nil = change both colors

look_setFillColor(mySprite, look_color(255,0,0,0),1)

Quote
Edit2: What about a function to attach a Lua script to a sprite?


Not supported but not a bad idea.  I also plan at some point to allow sprites to be created on the fly.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-05-02 23:20:16
Quote
Quote

Edit2: What about a function to attach a Lua script to a sprite?


Not supported but not a bad idea.  I also plan at some point to allow sprites to be created on the fly.

I was planning on asking this next - Thanks for being amazing.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-05-03 17:17:55
Quote
Quote

Edit: Also, is there a way to set fillcolor2 from lua? I only see look_setFillColor. 


   { "look_setFillColor",   "void",   "sprite [ {sprite, ... } ], color, which [0,1,2 or nil == both]" },

Not a great match for the names used but

0 = fillcolor
1 = fillcolor2
2 or nil = change both colors

look_setFillColor(mySprite, look_color(255,0,0,0),1)

I think your description of the function is incorrect. It seems that the value of -1 sets fillcolor 1, and any other value sets fillcolor 2 once fillcolor 1 has been set..

I don't really understand the code behind this behaviour, but it seems kinda weird. My code does what is intended now, but I don't know why... 
Title: foo_looks v2.1
Post by: moultano on 2004-05-04 04:42:05
If I could make a request, in the next version could you add the ability to disable foo_looks without removing the plugin? It would be a nice feature for people like me who like to install a lot of plugins but don't necessarily like to use them all the time.
Title: foo_looks v2.1
Post by: jasnic02 on 2004-05-04 14:10:14
Is it possible to change the way getAlbumArtList() behaves?  I am using single flac/cue for each album and I have everything organized with one folder for each artist will all albums in that folder.  With that, the album art that gets displayed is the first picture it finds in the folder.  Is there a way to configure foo_looks to return the cover art that is named the same (or configurable via TAGZ) as the referenced file playing instead of the first file it finds?  And, will it ever be possible to reach inside a matroska container to retrieve the attached cover art file?  Thanks!
Title: foo_looks v2.1
Post by: danZ on 2004-05-04 15:30:24
Quote
Is it possible to change the way getAlbumArtList() behaves?  I am using single flac/cue for each album and I have everything organized with one folder for each artist will all albums in that folder.  With that, the album art that gets displayed is the first picture it finds in the folder.  Is there a way to configure foo_looks to return the cover art that is named the same (or configurable via TAGZ) as the referenced file playing instead of the first file it finds?  And, will it ever be possible to reach inside a matroska container to retrieve the attached cover art file?  Thanks!

artlist = look_getAlbumArtList()

returns a list of all album art files found based on the current song.  You must be using a script that just gets the list and displays the first item in the list.

You could certainly create some scripting that would allow you to handle the album art list as you see fit.

In the default look I created a slider that lets you move through all the art.

Code: [Select]
lua albumartSliderImpl

artlist = {}

function onattach(this)
    resetAlbumartSlider(this)
end

function sliderEndDrag(this,pos)
    local t = getn(artlist) - 1
    newart = floor((t * pos) / 100.0)
    LOG(newart)
    look_callScript(albumart,"updateImage",albumart,fb2k_playlistGetFocus(),newart+1)
end

function onplaylistfocuschange(this,from,to)
    resetAlbumartSlider(this)
end

function resetAlbumartSlider(this)
    look_callScript(this,"resetSlide",this)
    artlist = look_getAlbumArtList()
    look_setEnabled(this,getn(artlist) > 1)
end

endlua


The ablum art list is filled in based on the configured search algorithm.  The default search is

         m_Skin->GetValue(_T("albumart"),_T("search1"),_T("?")),
         m_Skin->GetValue(_T("albumart"),_T("search2"),_T("?")),
         m_Skin->GetValue(_T("albumart"),_T("search3"),_T("?")),
         m_Skin->GetValue(_T("albumart"),_T("search4"),_T("?")),
         m_Skin->GetValue(_T("albumart"),_T("search5"),_T("?")),
         _T("%albumart%"),
         _T("%title%"),
         _T("%album%"),
         _T("cover"),
         _T("folder"),

So for the current playing song it will look for files use the artist, title, album metadata and files named cover or folder.  The supported extensions are bmp, png, gif, jpg.

If you have special needs you can add to the search which is what the "albumart", "search1" values are for.

Examaple,

section albumart
string search1 "*folder*"  // any file with the word folder in it
Title: foo_looks v2.1
Post by: danZ on 2004-05-04 15:32:27
Quote
If I could make a request, in the next version could you add the ability to disable foo_looks without removing the plugin? It would be a nice feature for people like me who like to install a lot of plugins but don't necessarily like to use them all the time.

Can't you just hide the window?  That effectively is disabling it (although it may still be handling some messages, etc.).  Are you looking for something more drastic like not even creating the window, etc.?
Title: foo_looks v2.1
Post by: danZ on 2004-05-04 15:38:27
Quote
Quote

Quote

Edit: Also, is there a way to set fillcolor2 from lua? I only see look_setFillColor. 


   { "look_setFillColor",   "void",   "sprite [ {sprite, ... } ], color, which [0,1,2 or nil == both]" },

Not a great match for the names used but

0 = fillcolor
1 = fillcolor2
2 or nil = change both colors

look_setFillColor(mySprite, look_color(255,0,0,0),1)

I think your description of the function is incorrect. It seems that the value of -1 sets fillcolor 1, and any other value sets fillcolor 2 once fillcolor 1 has been set..

I don't really understand the code behind this behaviour, but it seems kinda weird. My code does what is intended now, but I don't know why... 

I'll have to look but there might be a problem with setting the fillcolor in a script if no fillcolor was originally defined in the sprite declaration.

That is

sprite foo
list fillcolor int { 255,0,0,0 }
list fillcolor int { 255,0,0,0 }
list scripts string { "changeFillcolor" }

and

sprite foo2
// no fillcolors explicitly defined
list scripts string { "changeFillcolor" }

might behave differently.

Maybe you can confirm this for me?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-05-04 16:03:32
Quote
Quote
Quote

Quote

Edit: Also, is there a way to set fillcolor2 from lua? I only see look_setFillColor. 


   { "look_setFillColor",   "void",   "sprite [ {sprite, ... } ], color, which [0,1,2 or nil == both]" },

Not a great match for the names used but

0 = fillcolor
1 = fillcolor2
2 or nil = change both colors

look_setFillColor(mySprite, look_color(255,0,0,0),1)

I think your description of the function is incorrect. It seems that the value of -1 sets fillcolor 1, and any other value sets fillcolor 2 once fillcolor 1 has been set..

I don't really understand the code behind this behaviour, but it seems kinda weird. My code does what is intended now, but I don't know why... 

I'll have to look but there might be a problem with setting the fillcolor in a script if no fillcolor was originally defined in the sprite declaration.

That is

sprite foo
list fillcolor int { 255,0,0,0 }
list fillcolor int { 255,0,0,0 }
list scripts string { "changeFillcolor" }

and

sprite foo2
// no fillcolors explicitly defined
list scripts string { "changeFillcolor" }

might behave differently.

Maybe you can confirm this for me?

It seems that look_setFillColor's third argument does not behave in the way you specified. Even after putting.

Code: [Select]
list fillcolor int { 255 0 0 0 }
list fillcolor2 int { 255 0 0 0 }


in the sprite, it still seems -1 will be fillcolor(1).
Title: foo_looks v2.1
Post by: dewey1973 on 2004-05-04 16:12:31
Quote
If I could make a request, in the next version could you add the ability to disable foo_looks without removing the plugin? It would be a nice feature for people like me who like to install a lot of plugins but don't necessarily like to use them all the time.

Right Click the foobar taskbar icon.
Choose "Look"
Choose "Activate" (this should un-check and deactivate the look.)

(http://home.comcast.net/~k.ketover/ScreenShot001.jpg)
Title: foo_looks v2.1
Post by: moultano on 2004-05-04 16:30:27
Quote
Quote
If I could make a request, in the next version could you add the ability to disable foo_looks without removing the plugin? It would be a nice feature for people like me who like to install a lot of plugins but don't necessarily like to use them all the time.

Right Click the foobar taskbar icon.
Choose "Look"
Choose "Activate" (this should un-check and deactivate the look.)

I don't have that menu item. Is it supposed to be there by default? How would I go about enabling it?
Title: foo_looks v2.1
Post by: wanked on 2004-05-05 01:53:08
/me anxiously waits for the debut of carbon 1.5, the best skin in my opinion
Title: foo_looks v2.1
Post by: rOAdeh on 2004-05-05 17:36:09
hi all,

just come across foo looks - i'm having the same problem that villa21 was having earlier in this thread. Unfortunately no one seems to answer him in this thread and despite having gone through most of the archive i can't seem to find his other post.

What is happening is that instead of any skins appearing all i'm getting is several multicoloured boxes. From what i've read this can happen on winnt 4.0 etc but im running win xp pro with sp1 so i'm a bit confused as to why it's happening.

i can try and post screenies later if it will help; other important details is that i was running foobar 0.78 and installed the latest stable (ie non beta) foo looks on to it and had the same problem. I then d/l the latest foo looks beta and still the same and then tried the latest version of foobar (0.81). Didn't uninstall in between, just installed over the top.

Running Shuttle SB75G2, 1GB TwinMos PC3200 RAM, Hercules AIW 9800 SE (running as Pro due to softmod) on a 2.8GHz Northwood 'C' P4. All components at stock aside from softmod on WinXP Pro SP1 with all latest updates.

Anyone got any ideas as to whats happening?

Cheers,

rOAdeh
Title: foo_looks v2.1
Post by: tk32 on 2004-05-05 17:44:23
Quote
hi all,

just come across foo looks - i'm having the same problem that villa21 was having earlier in this thread. Unfortunately no one seems to answer him in this thread and despite having gone through most of the archive i can't seem to find his other post.

What is happening is that instead of any skins appearing all i'm getting is several multicoloured boxes. From what i've read this can happen on winnt 4.0 etc but im running win xp pro with sp1 so i'm a bit confused as to why it's happening.

i can try and post screenies later if it will help; other important details is that i was running foobar 0.78 and installed the latest stable (ie non beta) foo looks on to it and had the same problem. I then d/l the latest foo looks beta and still the same and then tried the latest version of foobar (0.81). Didn't uninstall in between, just installed over the top.

Running Shuttle SB75G2, 1GB TwinMos PC3200 RAM, Hercules AIW 9800 SE (running as Pro due to softmod) on a 2.8GHz Northwood 'C' P4. All components at stock aside from softmod on WinXP Pro SP1 with all latest updates.

Anyone got any ideas as to whats happening?

Cheers,

rOAdeh

hi

there seems to be a correlation between desktop mods & this error

most of the other users who reported the same problems all had used some sort of windows shell replacement/mod (most commonly styleXP)

however, there were some users who were running shell replacements (including stylexp) and foo_looks still worked fine.

here's the first test i'd like you to try:

1. activate foo_looks
2. start playing a track
3. click the mouse pointer inside of the badly rendered skin (so it gets focus)
4. press 'F9' and look at what happens

[span style='font-size:8pt;line-height:100%']note: you may need to try holding 'F9' for a second or more[/span]

report back here with the results please.

tk32

[span style='font-size:8pt;line-height:100%']btw all: i'm back with lots of freetime - so i can finally get going with all those promises i made[/span]
Title: foo_looks v2.1
Post by: rOAdeh on 2004-05-05 20:38:44
hi tk32,

for the record i'm not currently running anything like stylexp..

in fact i normally do run both stylexp and samurize but haven't been bothered to reinstall either since i last formatted.

pressing f9 reveals the equalizer working fine.. tho the rest is still just coloured boxes.

pressing f9 again just makes the equalizer go back to a flashing multicoloured box (for the duration of the keypress) and doesnt reveal anything else  once f9 is released again the equalizer works again.

if it helps the outer box is purple, the inner one is beige and the equalizer sits inside that - before it seemed to flash yellow, blue, green, red etc in relation the music.

oooh, next song just came on and now the beige box is working! - very curious

just the outer purple one is screwed - any more suggestions?

regards,

rOAdeh
Title: foo_looks v2.1
Post by: rOAdeh on 2004-05-05 20:45:02
edit: ignore the above, just tried to swap to a different skin and it now works fully

gah so irritating! i spent about an hour trying scanning through the forum and this thread trying to find some help but didnt see anything re: f9 :/ - can i suggest putting it as a common troubleshooting tip so as to stop possibly offputting people who are new to foo looks?

rOAdeh
Title: foo_looks v2.1
Post by: tk32 on 2004-05-05 23:55:37
ok

i'm glad you got something working at last

the second question i wanted to ask is...

what skin was causing the coloured boxes to display?
i need to know skin name and version (if possible)

can you give as much info as possible. infact, you could even email the .ski to me:
()

there is a chance you were trying to use a 1.x compatible skin with foo_looks 2.x

remember - NONE of the skins featured on www.foobarlooks.tk will work any more!!!!

if you'd like to do some more tests, see what happens when you try out the skins found on this page (these are all tested with the latest foo_looks):

http://www.btinternet.com/~sean.m.kelly/fo...oks/gallery.htm (http://www.btinternet.com/~sean.m.kelly/foo_looks/gallery.htm)



i hope we can sort out your problem,

tk32
Title: foo_looks v2.1
Post by: rOAdeh on 2004-05-06 00:32:43
i got all skins from this thread (either ones that were on the thread or linked to) - any old versions i tried to d/l didnt work so i'm pretty sure i got the newest vers:

your very own micropanel didnt work (date on the file was 3/2/04)
nor did the file coverart.zip (dated 17/2/04)
along with the default one that was included in foo looks (hand orb or whatever)

all gave exactly the same look - a purple square which contained a beige box which contained a multicoloured rectangle...

edit: removed my crappy ascii drawing of what i had as posting it seemed to screw it up completely :/

im positive they are all the latest files (and im sure hand orb must be if its included with the release). will email the files still if you'd prefer? not had a problem since pressing f9 (though admittedly i havent reset my computer yet or anything .. may update tomorrow!)

2 slightly ot questions:

1) very impressed with your graviton skin - one of the best i've seen for a while.. any word on the promised new version? preferably with all the features supported and also hopefully that dodgy scrolling

2) with regards to cover art scripts, i already have all my cover art set out in a folder called f:\cover art (due to integration of j river media center for my ipaq for remote control) each is named in the format <artist> - <album>.jpg - is there any code i can use to replace the default search in the local folder and instead search the specified folder?

keep up the excellent work

regards,

rOAdeh
Title: foo_looks v2.1
Post by: tk32 on 2004-05-06 00:35:45
new version of Graviton soon

i'm hoping to get some assistance from UpNorth (and some code too) to help smooth out the text scroll

---

rOAdeh:

last question:

what graphics card are you using?


sorry i can't be of more assistance - it's a tough bug to indentify
Title: foo_looks v2.1
Post by: rOAdeh on 2004-05-06 09:25:51
As stated in my original post im running a Hercules 9800 SE AIW card running the softmod enabled omega drivers v2.5.3 (equivalent to the cat 4.3s iirc!)
Title: foo_looks v2.1
Post by: rOAdeh on 2004-05-06 11:45:49
just started up foobar this morning after a reboot and had the same problem with the multicoloured boxes...

once again pressing f9 solves it fine :| - what exactly is f9 doing?
Title: foo_looks v2.1
Post by: Gord on 2004-05-07 12:11:42
Quote
most of the other users who reported the same problems all had used some sort of windows shell replacement/mod (most commonly styleXP)

I still fail to see how StyleXP could cause these issues. All it is is a slight modified Microsoft uxtheme.dll that allows you to run non-Microsoft themes and a program for changing the themes easily.

If it is the themes causing the problem then it has to do with Microsoft's theme system more than StyleXP.
Title: foo_looks v2.1
Post by: danZ on 2004-05-07 15:59:47
Quote
just started up foobar this morning after a reboot and had the same problem with the multicoloured boxes...

once again pressing f9 solves it fine :| - what exactly is f9 doing?

F9 was for debugging the the drawing algorithm.  Each color box is the invalid region that was rendered on that particluar loop of the drawing routine.  Try pressing F9 and moving the mouse around over the look.  You should see boxes showing up in relation to your mouse movement and what this shows you is the algorithm drawing the smallest region possible (spites under the mouse).

Other boxes my show up as part of scripted events like time displays, etc. that cause invalid regions not from mouse movement.

I'll try taking F9 support out in the next (whenever I get a new build) version.  My guess is that somehow on some systems it gets in a state where the API used is incorrectly stating that the F9 key is pressed when if fact it is not.
Title: foo_looks v2.1
Post by: danZ on 2004-05-07 16:20:56
BTW, here is my idea for the next release.

I want to add another built in sprite (sprite spectrum is currently the only built in) called sprite Playlist

This sprite will adhere to all the current sprite properties and scripts but will also implement a windows list control that will allow for a rich list view of a playlist.  This will include unlimited number of lines, custom columns (title, artist, album, etc.),  perhaps support for color information in formatting specifiers, anti-aliased text (if practical), and more.

examples:

Code: [Select]
sprite Playlist // no header or columns
string fspec "%title%"


or

Code: [Select]
sprite Playlist //with columns
list columnHeader string { "Title", "Artist","Album", "Duration" }
list columnFormat string { "%title%", "%artist%","%album%", "%_length%" }


Since releasing 2.0 with the "you can do it all in scripts" attitude it has become clear to me that this is a good case for a built in object that does a lot of the work internally and frees up the need to create playlist scripts,etc.  And, it will just work better and be cooler.

So, how much of this do I have done you ask  - well about 1% - I have the idea and know how I'll go about it.  Once I have more time I'll tackle the coding.
Title: foo_looks v2.1
Post by: carel on 2004-05-10 00:37:39
just some little suggestions : i tried foo_ui_columns and i find the way it manages playlists quite efficient : could you add something like
Code: [Select]
list columnColor list { { 255 0 0 0 }, { 255 55 55 55 }, { 255 56 56 56 }, { 255 57 57 57 } }
list columnHalign int {align.near, align.near, align.near, align.near, align.near}
list columnSort string {"tagz/lua sorting string", "tagz/lua sorting string", "tagz/lua sorting string", "tagz/lua sorting string"}
list columnWidth int {200, 50, 50, 30}
list columnWidthResize int {300, 150, 150, 50}
list columnHeader_revert_order_on_click int {yes, no, no, yes}


and... imho DanZ, this is a BRILLIANT idea !

[span style='font-size:8pt;line-height:100%']wish i'd have more time to code scripts again...
and, sadly, foobar & especially foo_looks makes me swichting to linux more unlikely [/span]
Title: foo_looks v2.1
Post by: wanked on 2004-05-10 06:13:35
docuk, not meaning to rush you or anything but you got an estimate for carbon 1.5?
Title: foo_looks v2.1
Post by: Pri3st on 2004-05-10 13:07:02
I am using the navigator skin and most of the times it displays the previous one on the playlist.

Any ideas?
Title: foo_looks v2.1
Post by: upNorth on 2004-05-10 13:09:49
Navigator beta1 (download (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta1/navigator.rar)).

Changes: I'm still not finished, and colors, features and details will be changed as I see fit.

compact mode:
Title: foo_looks v2.1
Post by: upNorth on 2004-05-10 13:12:56
Quote
I am using the navigator skin and most of the times it displays the previous one on the playlist.

Any ideas?

Read the note at the end of my previous post. You should also try the beta1 version, as I have removed some other annoying problems with the playlist.
Title: foo_looks v2.1
Post by: Pri3st on 2004-05-10 13:28:12
Thanks for the fast reply.

I still have the same problem, I don't have foo_ui_columns and foo_playlistgen_ex.
Title: foo_looks v2.1
Post by: upNorth on 2004-05-10 14:20:28
Quote
I still have the same problem, I don't have foo_ui_columns and foo_playlistgen_ex.

Then I guess the two plugins I mentioned are not the only ones that causes this problem. IIRC someone said that the wma plugin may cause this too, but I don't have any problems with it myself.

This problem is over my head, and i guess danZ, the other plugins developers and Peter are the ones that can find the cause of this problem. I hope it will be solved soon, as it's not ideal to have to choose between plugins because of incompatibility.

To avoid problems, the current choice seems to be:
(foo_looks) XOR (foo_playlistgen_ex, foo_ui_columns, foo_wma???, ...)
Title: foo_looks v2.1
Post by: mobyduck on 2004-05-10 14:49:39
Quote
Then I guess the two plugins I mentioned are not the only ones that causes this problem.

Absolutely.

The title problems I reported before were still there with the new beta version: fixed removing foo_lyricmake.dll.

One more thing, upNorth: could you fix the title info for streaming audio (like smoothjazz.com, for example)?

Regards.

Alessandro
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-05-10 15:51:32
Quote
docuk, not meaning to rush you or anything but you got an estimate for carbon 1.5?

wanked, it's been done for little over a week now. Just can't be fucked to post it lol. Got  a lot of stuff to do.
Title: foo_looks v2.1
Post by: upNorth on 2004-05-10 16:20:39
Quote
One more thing, upNorth: could you fix the title info for streaming audio (like smoothjazz.com, for example)?

Added to my todo list, but I'm not sure when you'll see a new version. I have kept that TAGZ formatting pretty simple, because I planned to do something more advanced with LUA later on. We'll see...

I also noticed, that there are some display problems with playlists containing less than 5 tracks. Nothing critical though, just annoying, but anyway it's better than it was in the first release.

Edit: There is also a minor problem with the color of the 'next' and 'previous' arrows. The color will turn darker after first use...
Title: foo_looks v2.1
Post by: tk32 on 2004-05-10 23:16:01
absolutely excellent

i love the little keyboard


you're definitely an innovative & forward-thinker UpNorth

a pleasure to have you as part of the team.
Title: foo_looks v2.1
Post by: Megadeus on 2004-05-11 05:00:55
Quote
NOTE: For some strange reason foo_ui_columns and foo_playlistgen_ex seems to cause problems, even if not being used. The playlist should scroll, to show the playing track in the middle, when you skip. If it doesn't, or other strange things happens, try removing these two from the components directory.

No problems here with Navigator and foo_ui_columns v0.1.

Great work upNorth.
Title: foo_looks v2.1
Post by: upNorth on 2004-05-11 09:34:14
Thanks for the positive feedback, I really appreciate it 
Title: foo_looks v2.1
Post by: Ben Her on 2004-05-11 13:21:28
Hey there, hope I'm in the right thread to be asking this:

Is there any way to stop foo looks from always being "on top?" I've scoured the prefs, but I can't find any option for it. I am using 2.1.
Is this something that might change in the future?
Title: foo_looks v2.1
Post by: widerock on 2004-05-11 13:31:24
Quote
Is there any way to stop foo looks from always being "on top?" I've scoured the prefs, but I can't find any option for it. I am using 2.1.
Is this something that might change in the future?


In foobar main program, Components --> Look --> Show --> Always on top
Title: foo_looks v2.1
Post by: GeSomeone on 2004-05-11 14:39:30
Quote
I am using the navigator skin and most of the times it displays the previous one on the playlist.

FYI, I'm experiencing the same thing in (the extended panel of) FooAMP2 since foobar2000 v0.8.1.  Going to next track and back to previous corrects it for some time.
Not using foo_ui_columns nor foo_playlistgen_ex, I'll have to try if have foo_wma does make a difference.

[span style='font-size:8pt;line-height:100%']Edit: small grammar[/span]
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-05-16 21:31:09
Quote
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00000000h
Access violation, operation: read, address: 00000000h
Call path:
WinMain=>app_mainloop
This is the first crash logged by this instance.
Access violation, operation: read, address: 00000000h
Stack (0012F8A4h):
0012F884h:  039AF70C 77FA88F0 77F521E0 0000005C
0012F894h:  039AD840 C0000005 039AD81C 039AD82C
0012F8A4h:  00000002 00AC8BDB 016C7638 00000002
0012F8B4h:  016C7638 00000000 40480000 016C7638
0012F8C4h:  00000030 00000004 00000125 00000006
0012F8D4h:  00B15C2C 016C7638 00000000 00000001
0012F8E4h:  00000000 00000000 00000000 00B01EFD
0012F8F4h:  016C7638 016C7638 016C7720 016CD238
0012F904h:  00B01D8A 016C7638 016C76D0 016C7730
0012F914h:  016C7720 016C7700 0012F980 016C7638
0012F924h:  016CD238 016CD250 00000001 016C7720
0012F934h:  0012F980 00B0301F 016C7638 016C7720
0012F944h:  00000001 016C7638 016C76F0 016BB1F0
0012F954h:  00000001 016D9CFC 016D9CA0 016D8DB0
0012F964h:  00000000 00B10BF8 00000000 00B01EFD
0012F974h:  016C7638 016C7638 016C76F0 00000000
0012F984h:  00B01D97 016C7638 016BB1F0 016C7700
0012F994h:  016C76F0 016C76E0 0012FA04 016C7638
0012F9A4h:  016BB1F0 0012F958 00000005 016C7710
0012F9B4h:  0012FA04 00B0301F 016C7638 016C76F0
Registers:
EAX: 01EF77AB, EBX: 016CD238, ECX: 016C7770, EDX: 016C7638
ESI: 016C7750, EDI: 00000023, EBP: 00000000, ESP: 0012F8A4
Crash location: "foobar2000", loaded at 00400000h - 00452000h

Loaded modules:
foobar2000                       loaded at 00400000h - 00452000h
ntdll                            loaded at 77F50000h - 77FF7000h
kernel32                         loaded at 77E60000h - 77F46000h
USER32                           loaded at 77D40000h - 77DCC000h
GDI32                            loaded at 7E090000h - 7E0D1000h
ADVAPI32                         loaded at 77DD0000h - 77E5D000h
RPCRT4                           loaded at 78000000h - 78087000h
ole32                            loaded at 771B0000h - 772D4000h
COMCTL32                         loaded at 71950000h - 71A34000h
msvcrt                           loaded at 77C10000h - 77C63000h
SHLWAPI                          loaded at 70A70000h - 70AD5000h
utf8api                          loaded at 10000000h - 1000D000h
comdlg32                         loaded at 763B0000h - 763F5000h
SHELL32                          loaded at 773D0000h - 77BC2000h
foo_ape                          loaded at 008D0000h - 008F0000h
foo_cdda                         loaded at 008F0000h - 008FE000h
foo_console                      loaded at 00900000h - 00907000h
foo_diskwriter                   loaded at 00910000h - 00922000h
WINMM                            loaded at 76B40000h - 76B6C000h
foo_dsp_extra                    loaded at 009B0000h - 009C5000h
foo_dsp_soundtouch               loaded at 009D0000h - 009DB000h
MSVCP60                          loaded at 55900000h - 55961000h
foo_freedb                       loaded at 009E0000h - 00A0E000h
WS2_32                           loaded at 71AB0000h - 71AC4000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
foo_input_std                    loaded at 00A10000h - 00AB2000h
MSACM32                          loaded at 77BE0000h - 77BF4000h
foo_looks                        loaded at 00AC0000h - 00B2D000h
gdiplus                          loaded at 70D00000h - 70EA1000h
foo_masstag                      loaded at 00B40000h - 00B51000h
foo_output_std                   loaded at 00B60000h - 00B69000h
foo_pod                          loaded at 00B70000h - 00BAB000h
OLEAUT32                         loaded at 77120000h - 771AB000h
SETUPAPI                         loaded at 76670000h - 76757000h
MSVCIRT                          loaded at 00BB0000h - 00BC0000h
foo_read_http                    loaded at 00BC0000h - 00BC9000h
foo_rgscan                       loaded at 00BD0000h - 00BDB000h
foo_scheduler                    loaded at 00BE0000h - 00BF2000h
foo_ui_columns                   loaded at 00C00000h - 00C23000h
foo_vis_manager                  loaded at 00C30000h - 00C38000h
foo_wma                          loaded at 00C40000h - 00C59000h
WMVCore                          loaded at 08530000h - 0872D000h
WMASF                            loaded at 07260000h - 07299000h
MSCTF                            loaded at 74720000h - 74764000h
AdMunch                          loaded at 00DB0000h - 00F47000h
UxTheme                          loaded at 5AD70000h - 5ADA4000h
CLBCATQ                          loaded at 7C890000h - 7C911000h
COMRes                           loaded at 77050000h - 77115000h
VERSION                          loaded at 77C00000h - 77C07000h
Powrprof                         loaded at 74AD0000h - 74AD7000h
mslbui                           loaded at 605D0000h - 605D8000h
dsound                           loaded at 51080000h - 510D6000h
wdmaud                           loaded at 72D20000h - 72D29000h
msacm32                          loaded at 72D10000h - 72D18000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                           loaded at 5EF80000h - 5EF84000h
netapi32                         loaded at 71C20000h - 71C6E000h
imagehlp                         loaded at 76C90000h - 76CB2000h
DBGHELP                          loaded at 6D510000h - 6D58D000h

Stack dump analysis:
Address: 00AC8BDBh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B15C2Ch, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B01EFDh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B01D8Ah, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B0301Fh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B10BF8h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B01EFDh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B01D97h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B0301Fh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 7198F37Ch, location: "COMCTL32", loaded at 71950000h - 71A34000h
Symbol: "Ordinal384" (+0001A68Ah)
Address: 77F944CBh, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlRemoteCall" (+000001E1h)
Address: 77F58BCDh, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlFreeHeap" (+0000018Fh)
Address: 00B01D97h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B01F75h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B0237Bh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B02369h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 77C2AB33h, location: "msvcrt", loaded at 77C10000h - 77C63000h
Symbol: "free" (+000000C8h)
Address: 00B02A2Eh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B01F51h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B01F60h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00AC7420h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 77C28930h, location: "msvcrt", loaded at 77C10000h - 77C63000h
Symbol: "operator new" (+0000000Bh)
Address: 5590267Ch, location: "MSVCP60", loaded at 55900000h - 55961000h
Symbol: "std::basic_string<unsigned short,std::char_traits<unsigned short>,std::allocator<unsigned short> >::_Copy" (+00000060h)
Address: 00B10398h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00ADC6A3h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B12500h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00ADC5DAh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00AF0432h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B124E0h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00AEFBAFh, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 77D43A50h, location: "USER32", loaded at 77D40000h - 77DCC000h
Address: 00B13F39h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00AEC483h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 00B15F3Ch, location: "foo_looks", loaded at 00AC0000h - 00B2D000h
Address: 77D43B4Fh, location: "USER32", loaded at 77D40000h - 77DCC000h
Address: 77D43B33h, location: "USER32", loaded at 77D40000h - 77DCC000h
Address: 77D7390Ah, location: "USER32", loaded at 77D40000h - 77DCC000h
Symbol: "CreateAcceleratorTableA" (+0000032Dh)
Address: 77D99B68h, location: "USER32", loaded at 77D40000h - 77DCC000h
Address: 00AF59B7h, location: "foo_looks", loaded at 00AC0000h - 00B2D000h

Version info:
foobar2000 v0.8.2
UNICODE
Title: foo_looks v2.1
Post by: wild on 2004-05-17 11:40:05
Awesome Look upNorth , one of the best i used so far ,
Keep up the Good Work
Title: foo_looks v2.1
Post by: upNorth on 2004-05-17 16:00:37
Quote
Awesome Look upNorth , one of the best i used so far ,
Keep up the Good Work

Thanks, I'm glad you like it 
I hope to continue improving it in the beginning of June, as I have to finish my exams first...
Title: foo_looks v2.1
Post by: upNorth on 2004-05-18 21:02:01
Just encountered the problem with strange behavior on track start/change again. Same problem as mentioned many times before in this thread. This time it was solved by removing foo_dbsearch (v.1.2.4). I guess I have to make a list soon, to make sure I remember all the incompatible plugins. 

Btw: I don't have the time to investigate it any furher at this time, as I'm preparing for my exams.
Title: foo_looks v2.1
Post by: rmoody on 2004-05-19 06:02:53
Where can a person download foo_looks?  I keep getting errors on the link that is on the first page.  I really wanna try this.  Thanks.
Title: foo_looks v2.1
Post by: Aero on 2004-05-19 06:29:50
Quote
Where can a person download foo_looks?  I keep getting errors on the link that is on the first page.  I really wanna try this.  Thanks.

DanZ and I are in the process of switching web hosting providers, so all of the files aren't quite copied over yet.  Give it another day or so and it should be up and running again.
Title: foo_looks v2.1
Post by: foosion on 2004-05-19 09:04:27
Quote
Just encountered the problem with strange behavior on track start/change again. Same problem as mentioned many times before in this thread. This time it was solved by removing foo_dbsearch (v.1.2.4). I guess I have to make a list soon, to make sure I remember all the incompatible plugins. 

Seeing that this problem seems to occur with quite a few different plugins, I don't think that the individual plugins are to blame. For me it seems that this is somehow influenced by component load order. For example, foo_playlistgen_ex does not become active as a result of any playback or playlist related events, and foo_dbsearch only listens to changes in the database to update the display of its result list...

IIRC, kode54 has suggested a possible solution earlier in this thread.
Title: foo_looks v2.1
Post by: wild on 2004-05-19 18:01:01
And I really know how i can save my postion of the Look on the screen , cuz every time i restart Foobar it return to the Default place , and i dont like this place.
Title: foo_looks v2.1
Post by: ghosting on 2004-05-20 05:01:36
upnorth when can you plzzzzz upload the new carbon skin?
Title: foo_looks v2.1
Post by: upNorth on 2004-05-20 07:44:14
Quote
upnorth when can you plzzzzz upload the new carbon skin?

Never!

It's DocUK that is working on carbon, not me. 
Title: foo_looks v2.1
Post by: dano on 2004-05-20 10:04:26
Hey upNorth, I also use the Navigator look with great pleasure
I have seen you use %trackrating% for showing song ratings. I have installed Quicktag to rate my songs, it used by default %rating% so I rated most of my tracks with this field.
Which field is now really supposed to be used for rating songs?
Title: foo_looks v2.1
Post by: upNorth on 2004-05-20 14:48:00
@dano:
The easiest solution for now, would be to do a "find and replace" (%trackrating% with %rating%) in the files named navigator.ski and navigator_common.ski. You can do this with notepad or another text editor.
Title: foo_looks v2.1
Post by: anza on 2004-05-20 15:46:44
Or, in case you also have songs which have %trackrating%, replace %trackrating% with $if2(%rating%,%trackrating%)
Title: foo_looks v2.1
Post by: kjoonlee on 2004-05-20 16:38:53
Quote
Quote
Where can a person download foo_looks?  I keep getting errors on the link that is on the first page.  I really wanna try this.  Thanks.

DanZ and I are in the process of switching web hosting providers, so all of the files aren't quite copied over yet.  Give it another day or so and it should be up and running again.

The link still gives me a 404 at the moment. Could someone provide a temporary mirror, please?

Thanks in advance..
Title: foo_looks v2.1
Post by: dano on 2004-05-20 17:09:21
thx for the help guys
kjoonlee: foo_looks.zip (http://foobar.nub4life.net/looks/foo_looks.zip)
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-05-20 18:16:15
Quote
upnorth when can you plzzzzz upload the new carbon skin?

Alright I swear I will get to it this weekend or maybe before. It's been done, but TK32 is away, and I can't be bothered to host it and make the image and everything - Guess I'll have to. 
Title: foo_looks v2.1
Post by: upNorth on 2004-05-20 18:23:29
Quote
Or, in case you also have songs which have %trackrating%, replace %trackrating% with $if2(%rating%,%trackrating%)

Thanks anza, you made me actually try that solution, after first assuming it wouldn't work because the tag is used as input to a LUA script. Of course it works just fine. Don't know what I was thinking... 
Title: foo_looks v2.1
Post by: Shmuel on 2004-05-20 18:57:11
Love the skin upnorth, like the way you integrated alot of user interface keeping the controls close to the surface. hope to see some more funky features from your skin after your exams (Good Luck with them)

wanted to attempt a sugestions or two if i may

for the artist and album +/- buttons have the right click option to go to the next album/artist without playing the track.

abillty to either stretch or see more rows of the playlist

more colour schemes

dunno if you can do this or maybe danZ can implement it. to have the option to save the layout of the skin and bits like transparency settings, always ontop etc.

ooo and system tray icon  instead of task bar might be nice.

well anyway great plugin keep up the great work all of ya
Title: foo_looks v2.1
Post by: ponchorage on 2004-05-21 17:17:23
Could somebody also please post a temporary link for the LUA dlls? Thanks
Title: foo_looks v2.1
Post by: rOAdeh on 2004-05-21 19:18:03
again congrats UpNorth, great skin..

can i ask for a random track button too - it seems like i'm the only one who uses this feature as none of the skins i've seen have it

and unlike winamp and 99% of other players i've used setting foobar to random (aka shuffle) and using forward track just goes to the next song in the playlist and not a random track
Title: foo_looks v2.1
Post by: upNorth on 2004-05-21 20:39:14
@rOAdeh: Have you tried right clicking the next track button?

@Shmuel: The artist and album +/- buttons already does what you suggests when right clicking. The result is shown to the right of the trackrating. No scrolling of playlist though, if that's what you wanted. I have considered it as an in addition or instead of the current behavior. We'll see.

As I see it, saving settings and stretching the playlist to show more entries, requires an update of foo_looks. IIRC the playlist will be changed for the next release, and then I guess the latter will be possible. My look is not intended to replace foobar itself though, so I won't make it bigger by default to support a larger playlist.

@foosion: I don't want to be a whiner, I just hope someone will try to actually do something about this problem. Maybe there is something happening behind the scenes that I'm not aware of, but to me this is just frustrating right now. Currently I don't even use foo_looks anymore because I have changed to foo_ui_columns as my default UI and I really "need" your foo_dbsearch among my plugins. That leaves foo_looks out in the cold for now, but I miss it every time I listen to music.

As you said, it doesn't seem logical that e.g. foo_dbsearch should cause a problem like this, but it does. I don't really care who's to blame as long as something is done to remedy this behavior. It would actually make me happy just to know that someone is working on it.
Title: foo_looks v2.1
Post by: lofiunicorns on 2004-05-25 23:45:02
i second ponchorage's request for a temp mirror of the LUA dll's...for some reason the project's main page gives me a 404 everytime i try to grab it...and when i try to "save link to disk" it works, but it saves it as an html file and appears corrupted when i try to extract...anyone?
Title: foo_looks v2.1
Post by: picmixer on 2004-05-26 00:26:28
Uploaded foo_lua dll's temporarily here (http://www.hydrogenaudio.org/forums/index.php?showtopic=21978&)

Also added what I think is the newest beta that shouldn't need the lua dlls anymore.

I am sure danZ won't mind me hosting these here temporarily as long as the download link on the foo looks webpage is broken.  Will probably take them down again as soon as it works again.

Hope this helps.

EDIT:

Newest beta of foo_looks should also be available on the Foobar2000 distribution site (http://foobar2000.blogsite.org/), a most excellent resource to check in case you are looking for anything FB2K realated and can't find it straight away.
Title: foo_looks v2.1
Post by: lofiunicorns on 2004-05-26 00:37:08
thanks... yea i took your hint and figured i didnt need them w/ the new beta...but i was getting the instructions from the 2.0 site...sry to bother you
Title: foo_looks v2.1
Post by: ghosting on 2004-05-26 01:49:50
Quote
Quote
upnorth when can you plzzzzz upload the new carbon skin?

Alright I swear I will get to it this weekend or maybe before. It's been done, but TK32 is away, and I can't be bothered to host it and make the image and everything - Guess I'll have to. 

sorry my bad, must've been drunk or something

btw almost done hehe

im really waiting for this skin as its the only one i use
Title: foo_looks v2.1
Post by: Tomcat on 2004-05-26 09:23:19
Excuse newbie...

Code: [Select]
list scripts string { "[function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Activate main window') end]"

... doesn't work at scripts, coz there isn't such item in Foobar2000 menu in 0.8.2 version.
advice please how can I send command like a '[main] Foobar2000/Activate or hide' action of KeyboardShortcuts?

...and...
[imho] feature to storing some skin data (position, mode, ets) is urgent [/imho]

...and...
what about resizing (with mouse)?
Title: foo_looks v2.1
Post by: upNorth on 2004-05-26 09:46:52
Quote
Excuse newbie...

Code: [Select]
list scripts string { "[function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Activate main window') end]"

... doesn't work at scripts, coz there isn't such item in Foobar2000 menu in 0.8.2 version.
advice please how can I send command like a '[main] Foobar2000/Activate or hide' action of KeyboardShortcuts?
Try changing it to
Code: [Select]
fb2k_menuCommand('Foobar2000/Activate or hide main window')


Quote
[imho] feature to storing some skin data (position, mode, ets) is urgent [/imho]
I agree. I would like foo_looks to just remember this without me having to do anything

Quote
what about resizing (with mouse)?
Already possible. Try my "navigator" look and press and hold the left mouse button on the time display, then drag. My look only supports horizontal resizing, but that's only because I didn't have any use for vertical. I don't use real graphics in my look though, and that makes it alot easier. I haven't figured out if it's possible with a fully "photoshop" made look.

Edit: If you where asking for memory and resizing of the default look, I misinterpreted your question. My answer was based on the assumption that you where trying to code your own.
Title: foo_looks v2.1
Post by: Tomcat on 2004-05-26 10:52:22
sht! 'Activate or hide main window' works.
Thanks

I'll try your navigator now...
Title: foo_looks v2.1
Post by: Tomcat on 2004-05-26 10:56:00
Btw, why it doesn't presented here: http://www.btinternet.com/~sean.m.kelly/fo...oks/gallery.htm (http://www.btinternet.com/~sean.m.kelly/foo_looks/gallery.htm) ?

English is hard for me, and I didn't understood your phrase after Edit:
Title: foo_looks v2.1
Post by: lofiunicorns on 2004-05-26 20:50:53
Quote
Quote

what about resizing (with mouse)?
Already possible. Try my "navigator" look and press and hold the left mouse button on the time display, then drag. My look only supports horizontal resizing, but that's only because I didn't have any use for vertical. I don't use real graphics in my look though, and that makes it alot easier. I haven't figured out if it's possible with a fully "photoshop" made look.

Edit: If you where asking for memory and resizing of the default look, I misinterpreted your question. My answer was based on the assumption that you where trying to code your own.

are ther any plans to allowing vertical resizing in 'navigator' with a mouse....i would appreciate it since i can only see a couple songs in my playlist at a time...thanks
Title: foo_looks v2.1
Post by: upNorth on 2004-05-26 21:35:10
Quote
Btw, why it doesn't presented here: http://www.btinternet.com/~sean.m.kelly/fo...oks/gallery.htm (http://www.btinternet.com/~sean.m.kelly/foo_looks/gallery.htm) ?

English is hard for me, and I didn't understood your phrase after Edit:

My navigator look is quite new, and that site is something tk32 put togheter. As far as I know he is away at the moment.

What I was saying in the edit doesn't really matter 



@lofiunicorns: The way the playlist in foo_looks is created at the moment, doesn't make what you suggest feasible. Just adding vertical resizing, something that would be easy, wouldn't help much as the playlist implementation isn't very dynamic. You have to code a fixed number of entries for the playlist (these are called "sprites"). I could probably add alot of entries and make them show up one by one as the playlist is expanded, but as I see it, it wouldn't be a good solution. danZ said he will change the way the playlist work, and also alove the creation of sprites on the fly, something that will open alot of possibilities. I'm looking forward to that

However, before I will add any new features to my look, something has to be done with the incompatibility with other plugins, as I can't use foo_looks at the moment. I use foo_ui_columns, foo_dbsearch and foo_playlistgen_ex and all of them has caused trouble with foo_looks. This is the last time I'll whine about this, and I won't do anything related to foo_looks coding until it is fix. I'm too tired of not seeing any interest about this, to me, major problem.
Title: foo_looks v2.1
Post by: Gord on 2004-05-27 06:12:42
Quote
However, before I will add any new features to my look, something has to be done with the incompatibility with other plugins, as I can't use foo_looks at the moment. I use foo_ui_columns, foo_dbsearch and foo_playlistgen_ex and all of them has caused trouble with foo_looks. This is the last time I'll whine about this, and I won't do anything related to foo_looks coding until it is fix. I'm too tired of not seeing any interest about this, to me, major problem.

foo_looks might just need a recompile with the latest SDK. Its been awhile since it was recompiled...
Title: foo_looks v2.1
Post by: nightyy on 2004-05-28 23:12:06
Great work on the Navigator, UpNorth!!
I really like the way it recognizes album art so good.
Is there anything like TV-mode style like in foo_looks? (hidden right-click or so  ) ?
Title: foo_looks v2.1
Post by: Darklich on 2004-05-29 04:57:14
Hi,


I'm just wondering if anyone has already started porting the astAmp skin (http://www.hydrogenaudio.org/forums/index.php?showtopic=17279&st=525&&)?
Title: foo_looks v2.1
Post by: nightyy on 2004-05-29 10:48:15
tk32,

how do the coverfiles have to be named in order to work with the foo_looks2.1 standard skin.
I use the tv mode but currently no album art is beeing displayed.
Also,, what code snippets do i have to cut out to avoid switching to 800x600 ( This is already set in my mediabox.

Thanks for your help, guys.

N!ghtY
Title: foo_looks v2.1
Post by: NoMoDo on 2004-05-30 20:21:49
OK, in a few days I will commence work on my (huge) project - a fullscreen (TV-mode) look intended for use from afar or, alternatively, for use with a touchscreen. I want to make it similar in use and functionality to The 4AM Music Console (http://www.overnighttech.com/products/4amMusic_overview.html) and ApeJukeBox (http://www.apejukebox.com/), etc...

My main question - @danZ:
Is there any chance of implementing (optional) support for FB2K's Database?
The functionality I wish to implement (browsing through albums in the database via the look) would require look functions to enumerate through the database by Artist and Album, but the actual act of grouping metadb entries to lists of entries from the same album or artist could be implemented from within my script.
Any chance that this functionality could be implemented?
I feel this feature would add endless possibilities, not only in implementing an elaborate album-browsing interface such as the one present in the 4AM Music Console, but also for simple, effective buttons ("Next album by same artist", "Next Artist"...).

Thank you all for all the tremendous work. I hope that I could contribute soon.
Title: foo_looks v2.1
Post by: ghosting on 2004-06-03 00:13:31
dockuk done?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-06-03 21:14:36
Quote
dockuk done?

Like I said, it's been done for a month about. But I am just really busy - Exams finish in two weeks. I just don't have the incentive or free time to do a release at the moment.

Don't worry - It will be worth it.
Title: foo_looks v2.1
Post by: aconbere on 2004-06-04 06:20:25
Hey I just found foobar and I'm excited to use it.  Spending a little bit of time digging through the forums, messing with some settings, etc.  I have some questions that haven't been answered in the faq, or in the first few pages of the forum topics.

1) with no skin selected is there an easy gui interface to change the volume (I can't find it, or a prefence to display it if there is)

2) when I have a skn installed (default of I tried carbon as well) I get both gui's (the non skinned gui and the skinned) I haven't found a way to keep one up with the other gone. (in the skins the volume control slider apears)


Anyways I figure these are probably newb questions any help would be great.

thanks,

Anders
Title: foo_looks v2.1
Post by: Paranoia on 2004-06-04 09:09:55
Quote
1) with no skin selected is there an easy gui interface to change the volume (I can't find it, or a prefence to display it if there is)

Keyboard shortcuts. I can't help you with the rest as I don't use foo_looks, but keyboard shortcuts are generally how people change volume. You can also double click on the volume reading (bottom right of the playlist) to bring up the preferences menu, which has a slider within it.

Steve
Title: foo_looks v2.1
Post by: aconbere on 2004-06-04 18:06:00
in foo_looks there is no problem finding the volume slider.  It's without it that I'm lost, just wondering if the base UI has a gui slider.  So the problem is, if I want a slider I need foo_looks, but I don't want two windows open just to make foobar look pretty.

thanks
Anders
Title: foo_looks v2.1
Post by: ghosting on 2004-06-04 23:09:15
Quote
Quote
dockuk done?

Like I said, it's been done for a month about. But I am just really busy - Exams finish in two weeks. I just don't have the incentive or free time to do a release at the moment.

Don't worry - It will be worth it.

k, thx

my exams r also gonna be finishesd in two weeks but w/e lol
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-05 21:03:32
Started working on my tvlook, few questions\comments:EDIT: OK, question - how do I pass a table around my scripts? assuming I have
Code: [Select]
lua originator
    table_of_something = { "a cat", "a dog" }
   -- ...
endlua

lua another scripts
    function onupdate(this)
           -- (How do I access table_of_something from here?)
    end
enalua


I've tried sticking the table inside a "section", but that didn't seem to work. Any other way I can declare a table that will be global to *all* lua scripts in my look?
Thanks.

EDIT 2: Another thing - look_loadThumbnailImage's syntax is misquoted in the reference page. In summary, the reference page is outdated and does not contain all of the functions you get when you do 

function onattach(this)
   LOG( look_help(echo) )
end

from the 2.1b beta.

Also, the function LOG(something) which sends 'something' to Foobar2K's console makes development a heck of a lot easier, but is not mentioned anywhere in the documentation.

tc kelly - I'm willing to help finish the reference page, maybe you could start it (create the table in html) and I'll help fill it out? Private message me if interested.

feature request Can I get a function that checks if a file exists? (couldn't find one in the natrual lua io library).

Also, can I get an explanation of "Bool look_loadExtension(filename, initFuncName)"? Is this what can be used to make foo_looks interact with other Foobar2k plugins?
Title: foo_looks v2.1
Post by: tk32 on 2004-06-07 02:30:39
tk32 is back!

hi everyone, and a special hello to all the new fb2k users who are trying out foo_looks for the first time

i'll try to answer as many questions as i can (and answer all the emails i've received)

but i'll start with a quick demonstration of how to set global tables, variables, and functions (a question as mentioned in the above post):

---------
[span style='font-size:14pt;line-height:100%']Q: How do i set global variables, tables & functions that can be accessed by any script i write?[/span]

[span style='font-size:11pt;line-height:100%']A: You can make global functions, tables & variables by placing them in the Section Globals' script string[/span]

i used this a lot in my Micropanel skin, by grouping sprites into tables so i could show/hide sets of related sprites from any script by passing the global table as the argument.

for example:

Code: [Select]
section globals

string script "

table= { item1, item2, item3 }

sprite_group = { sprite1, sprite2 }

function disable(group)
 look_setVisible(group,false)
 look_setEnabled(group,false)
end

pi = 3.142

"


using the above globals i could say:

Code: [Select]
onleftbuttonup(this)
 if (x < pi) then
    disable(sprite_group)
 end
end


for those who are still confused, this would cause sprite1 & sprite2 to be hidden and disabled if x was less than 3.142 (although this is merely a demonstration, and not a useful calculation)

you can probably see that the above code is pretty useless, but it works, and i'm sure it'll help you understand what i'm trying to demonstrate.

hope that helps you on your way.

----------------

more answers soon....

tk32
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-07 05:29:05
Thanks a lot tk32 - now I almost have my solution.

One thing I noticed though - is that actual statements (not function and variable definitions) in the "global script space" are executed many times when the look is initialized - if I'm not mistaken, once for each sprite. Is this a bug? Why is this so? I was trying to put some code there to fill up my global tables with data extracted from the playlist (artist and album lists...), and it worked, but this code was executed like 50 times instead of once.
Title: foo_looks v2.1
Post by: tk32 on 2004-06-07 13:29:49
Quote
Thanks a lot tk32 - now I almost have my solution.

One thing I noticed though - is that actual statements (not function and variable definitions) in the "global script space" are executed many times when the look is initialized - if I'm not mistaken, once for each sprite. Is this a bug? Why is this so? I was trying to put some code there to fill up my global tables with data extracted from the playlist (artist and album lists...), and it worked, but this code was executed like 50 times instead of once.

hmm

i suspect it's because it is being initiated once for every script call, rather than once for every sprite [span style='font-size:8pt;line-height:100%'](danZ might be able to give better advice about this)[/span]

i think this is unlikely a bug, and just a problem inherent of the cascading nature of the LUA script interpreter - so i'm sure we can find a solution[span style='font-size:8pt;line-height:100%'] (even if it turns out to be a hack )[/span]

explain a bit more about what you are trying to achieve and i'll see what better advice i can give
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-08 09:10:08
Oh, ic, so basically, foo_looks adds whatever you write in "section globals... string script" to the beginning of each lua...endlua script? So I'd be correct in saying that foo_looks doesn't have a truly 'global' space for defining variables shared by all sprites?

My look is used to navigate through albums and artists on the playlist (for now, hopefully some day it could be used somehow to navigate through the database).


Here's (http://www.geocities.com/negativlandlyrics/preview.html) a preview. Note that I'm not a graphics artist, so I haven't put much effort on the graphics design of my look. For now, I'm focusing on coding the functionality I want.

So far:
the albums panel is a sliding tray, and the layouts switch by vertically sliding off and on the screen. Also, as you may have noticed, the artist layout shows a picture of the selected artist (if it finds one in a predetermined folder on the user's computer).


Now, when my look is initialized, it goes through the entire playlist and creates a table of every album on it. The problem is, I want that table to be accessible from every sprite that needs it. The workaround has been to group everything that needs to read from the albums table in one spirite, which is horribly clumsy and makes for messy code.

The problem has to do with the fact that look_callScript's return type is void, so I cannot use it to get the table reference. Then I thought, since lua passes tables around by reference, I'll use an 'out' parameter - meaning, a function parameter used to return values. No such luck - when I tried to pass a table to look_callScript, foobar crashed.
Title: foo_looks v2.1
Post by: upNorth on 2004-06-08 11:41:55
@NoMoDo: I'm really looking forward to try your look when it's ready.
Title: foo_looks v2.1
Post by: Hadda on 2004-06-08 18:25:32
Hi
I'm again making now simply skin so I have questions:

1) If the script reference is complete on foo_looks page ??

- Where can I find some examples or desctription for function in foo_looks. When I wont use (and I gues haw can it work) some function I always searching in other skins examples. Sometimes is hard understand with no example .

2) Can I in my skin show/hide equalizer and check status of equalizer ??

3) I'm using UpNorth scrolling. And work great but my frend can't see scrolling text.
(with difrend fonts).
Do You know why ??
(now I send him changed scroll with onupdateplayerstatus instead of onupdate and I'm waiting for answer)

Title: foo_looks v2.1
Post by: Hadda on 2004-06-08 21:17:35
Hi
Problem with scroling now not exist.  sorry for this. 
(simply mistake
upNorth realy good work !! thank You.
Title: foo_looks v2.1
Post by: tk32 on 2004-06-09 01:54:07
i'll be writing some functions guides and descriptions soon [span style='font-size:8pt;line-height:100%'](this includes finishing the exhaustive functions list on the script reference page)[/span]

Edit:
new functions reference is hosted here:

http://www.btinternet.com/~sean.m.kelly/script_ref.htm (http://www.btinternet.com/~sean.m.kelly/script_ref.htm)

(it's still in progress, but i will continue updating it until it's completely finished)

i'll try to make all entries as clear as possible, and include extra notes for the more complicated functions, and even some tips & clever tricks you can do with some.


i'll also try to continue my 'how to..' guides and explain more complex topics such as custom volume controls and sliding drawers etc...


if any of the more experienced skin makers would like to submit a little 'how to..' guide explaining a particularly interesting feature of their skin, i'd be very pleased to host it.
Title: foo_looks v2.1
Post by: Hadda on 2004-06-09 10:42:41
Tahnk You for answer tk32. (I'll be waiting patiently)

For me the beast things are the example with futules. Like in scroll upNorth. Sometimes I spend lot of time to guess what some futules need to work corectly.
I'm looking too for description of this mysterious variables (list rect int, list srcoff int...[not this but others]).
And I have new question:

- Why when I use transparent image in my skin the image is transparent only on the beginig and it pun on image before so transparent it's gone. What I must do ?
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-09 13:23:06
@Hadda - I'm working on a list of all the mysterious variables for the sprites and the different sections, and I hope to get a complete list soon. Then with the help of the more experienced look-designers I'll fill out a description for each one of them, so look out for that.


your question was kind of hard to understand, maybe you could show a little code which demonstrates the problem you're having so that we could try and help?
Title: foo_looks v2.1
Post by: tk32 on 2004-06-09 13:30:17
hadda, if you email me the skin + graphics i will read your code and see what is wrong. (and fix it)

don't worry about mistakes or messy code - mine are the same

()
Title: foo_looks v2.1
Post by: upNorth on 2004-06-09 14:17:31
I'm happy to say that for some unknown reason, foo_looks now works perfectly. I don't have any conflicts with foo_ui_columns and other plugins I use, that has caused problems in the past. This is too good to be true... 

So, I've been adding some more or less useful features (bloat?), to my "navigator" look, the past two days 

Btw: Good thing you're back to keep this thread alive tk32 
Title: foo_looks v2.1
Post by: Hadda on 2004-06-09 14:51:28
@tk32 thank You and I send You my skin.

@NoMoDo -I'll be looking.
-I do not realy know what part of code I can show with my last problem. I hope that tk32 will solve this. I thing it's really simply mistake . I just do not know why my buttons losing transparecy on mouse move on.
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-09 17:30:18
@DanZ
I've had more time to go through FB2K's sdk and think about my request about database support.

I think I can break it down to a few function requests:


Table fb2k_getDatabaseEntries()
The returned table will look like this:

{
    { path='c:/tagless_file.mp3' }
    { path='c:/nobiz.mp3' artist='Negativland' album='No Bussiness' title=... }
    ...
}


EDIT: Come to think of it, to save memory, perhaps it would be wise to limit the metadb fields that will be transffered, as in:
Table fb2k_getDatabaseEntries({metadbField, ..})
fb2k_getDatabaseEntries({ 'ARTIST', 'ALBUM', 'TRACKNUMBER', 'DATE'})


void fb2k_clearPlaylist(plindex)
void fb2k_addToPlaylist(path [ {path, ... } ], plindex)

That's it. Leave all the processing, etc to the look designer to use in any way he pleases. A query function could also be cool, but I personally wouldn't need it for my look.

EDIT: Maybe it should be in fact
Table fb2k_getDatabaseEntries({ metadbField, ...}, [sortOrder]) Where sortOrder is a the spec format to be used for sorting. if sortOrder is defined, a call to metadb_handle_list::sort_by_format will be made before the table is generated.

I assume another approach would be to add a hidden userdata field in each item of the database entries table, which would reference to the appropriate metadb_handle. In this case, there can be a:

void fb2k_addDBEntryToPlaylist(dbEntry [ {DbEntry, ... } ], plindex)

The use of which would be like:
Code: [Select]
t = fb2k_getDatabaseEntries()
fb2k_addDBEntryToPlaylist( t[1] ) -- add the first entry in db to the playlist


I'm not sure if there's a performance advantage to the latter method, and if it's in any way substantial.
Title: foo_looks v2.1
Post by: Hadda on 2004-06-09 20:33:52
 I wrote today:
Quote
Why when I use transparent image in my skin the image is transparent only on the beginig and it pun on image before so transparent it's gone. What I must do ?

This problem I solve with tk32 help.
I'm using
Code: [Select]
list rendermap int { render.Erase render.Image }

in every first sprite (or on the all area ones)
Title: foo_looks v2.1
Post by: upNorth on 2004-06-09 20:42:20
@Hadda: Thanks for sharing the solution to that problem. Appreciate it! 
Title: foo_looks v2.1
Post by: tk32 on 2004-06-09 23:12:25
there may be a more cpu-friendly solution to hadda's problem, but this was the first thing i suggested and it seemed to work well for him

usually skin coders should only add the render.erase flag for sprites whose graphics contain invisible pixels.

i suspect this is a perversion of the render.erase mode's original use, but Hadda is happy with me - so i'll shut up and bask in the glory for a minute 

btw Hadda, if cpu usage shoots up as a result, we may need to do some more troubleshooting - i'm happy to help anytime.
Title: foo_looks v2.1
Post by: Strayer on 2004-06-10 18:14:05
My foo_looks looks like this:



OS is Windows XP and I use Foobar 8.2.
Title: foo_looks v2.1
Post by: mobyduck on 2004-06-10 18:16:13
Quote
I'm happy to say that for some unknown reason, foo_looks now works perfectly. I don't have any conflicts with foo_ui_columns and other plugins I use, that has caused problems in the past. This is too good to be true...  

So, I've been adding some more or less useful features (bloat?), to my "navigator" look, the past two days 

Now that's good news! 

Mind sharing with us your new version? 

Alessandro
Title: foo_looks v2.1
Post by: tk32 on 2004-06-10 21:18:25
Quote
My foo_looks looks like this:



OS is Windows XP and I use Foobar 8.2.

slayer, try clicking once inside the skin and pressing F9

then tell me what happens
Title: foo_looks v2.1
Post by: Strayer on 2004-06-10 21:56:20
(http://home.arcor.de/nethvaethor/images/foo_looks2.png)

Looks good now. But how can I hide the normal Foobar window?

And how can I change the on top behaviour. Didn't find anything about that :/
Title: foo_looks v2.1
Post by: tk32 on 2004-06-10 22:54:42
right-click the smiley face button on the left of the 'p' button to minimize the foobar window, and left click the same button for a popup menu with always on top options

sorry this wasn't explained, it's danZ fault (he designed the default skin)

some of the other skins are more intuitive and don't require specialist knowledge in order to find all the features

have fun

and try some of our other skins:

http://www.btinternet.com/~sean.m.kelly/fo...oks/gallery.htm (http://www.btinternet.com/~sean.m.kelly/foo_looks/gallery.htm)


maybe you'll want to make your own skin even.

-----
btw:
everyone check the new ablum 'Junior Boys - Last Exit'
mark my words!
Title: foo_looks v2.1
Post by: upNorth on 2004-06-11 10:52:03
Navigator beta2 (download (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta2/navigator_beta2.rar)).

Changes: I'm still not finished, and colors, features and details will be changed as I see fit.

compact mode (color: 'default'):


Btw: I was planning to develop it a little further before releasing this version. Hope I didn't forget to fix obvious problems. Less than 5 tracks in a playlist still triggers funny behavior, but nothing critical...

Note: This is a copy and paste of the beta1 post. I might have forgotten to change all relevant parts.
Title: foo_looks v2.1
Post by: The Link on 2004-06-11 11:36:38
I appreciate your work. Yours is the only skin I use from time to time.
One thing I just found: When clicking next in the look, the highlightening of the playing track in the playlist of the look doesn't change here.
What I always had a problem with is closing foobar through the look: It makes foobar crash. But that's probably a problem with foo_looks or the interaction with other plugins.

Regards,
The Link

edit: clarification
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-06-11 12:05:59
Quote
  • Color selection (with presets and HSB sliders)
  • Double click resize area (time display) to "resize to fit".

Haha, nooo. Those were my features. I did the same thing
Title: foo_looks v2.1
Post by: mobyduck on 2004-06-11 12:10:15
Quote
Hope I didn't forget to fix obvious problems.

Thank you upNorth!

Don't know how "obvious" can be considered, but may I remind you the glitch related to streaming audio data (title/artist)?

Also, if possible, it would be nice if play/pause button image could switch reflecting the actual state.

Regards.

Alessandro
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-11 20:23:08
@upNorth - Excellent, just excellent work on Navigator. The keyboard is very cool - I'm planning to have something similar in my TVLook.  My only complaint, though, is the lack for mouse scroller support in the playlist.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-06-11 21:01:04
Quote
My only complaint, though, is the lack for mouse scroller support in the playlist.

Works fine here....
Title: foo_looks v2.1
Post by: Shmuel on 2004-06-13 02:17:45
awsome simply awsome!!! upNorth  thank you.

still would prefer the playlist to scroll with alt click of album/artist  i'm sure i'll get over it.

ooo actualy is it possible to get a always ontop button near the transparency button? edit:could just be a right click function on the transparency button.

thanks
Title: foo_looks v2.1
Post by: Gord on 2004-06-13 08:25:34
Quote
Navigator beta2 (download (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta2/navigator_beta2.rar)).

Should I start preparing to have your babies now? 

Seriously though, great work
Title: foo_looks v2.1
Post by: tk32 on 2004-06-16 03:37:00
Coders Reference update

there 2 coder reference pages currently in development.

They are written by NoMoDo & myself, and are both still in development.

Section/Sprite code Reference:
http://www.btinternet.com/~sean.m.kelly/section_ref.htm (http://www.btinternet.com/~sean.m.kelly/section_ref.htm)

Script Functions Reference:
http://www.btinternet.com/~sean.m.kelly/script_ref.htm (http://www.btinternet.com/~sean.m.kelly/script_ref.htm)


If anyone would like to contribute to them, don't hesitate to email me

()

[span style='font-size:8pt;line-height:100%'](btw - i have some spare invitations if anyone wants a gmail account)[/span]
Title: foo_looks v2.1
Post by: picmixer on 2004-06-16 13:44:39
Any chance to fix the download link too foo looks on your homepage tk32? I just tried and it still seems to be down.

Of course I will leave the alternate downloads in the upload forum untill that is fixed.
Title: foo_looks v2.1
Post by: tk32 on 2004-06-16 13:59:04
yes

sorry everyone - it seems danZ host is down, so anyone trying to download foo_looks will be getting 404 errors.

i've hosted the latest build on my own private webspace for now though, and i'll update all the links as soon as possible.

[span style='font-size:14pt;line-height:100%']foo_looks_2.1.zip (http://www.btinternet.com/~sean.m.kelly/foo_looks_2.1.zip)[/span]

tk.
Title: foo_looks v2.1
Post by: rOAdeh on 2004-06-16 19:14:15
Just updated to foo_looks v2.1 from v2.0 and am using latest navigator beta skin (as linked to a few posts up) and now cover art won't advance automatically and once also the track details didnt update either   

if i do a manual advance however it updates fine, tempted to go back to v2.0 at the moment. the only difference i've noticed otherwise is that when starting up foobar now i get an error in the console saying there's multiple dll files -  could that be causing the problem?
Title: foo_looks v2.1
Post by: tk32 on 2004-06-16 20:28:31
which dll file are there multiples of?
Title: foo_looks v2.1
Post by: upNorth on 2004-06-16 21:13:44
Thanks alot for all the positive feedback, I really appreciate it.

I have noted some requests, but I don't want to clutter my look with too many buttons I rarely use. E.g. "always on top" might be a candidate for a shortcut key instead, but you'll never know what I might add, and as foo_looks currently has a problem with staying "always on top" after a restart, I might add an aot button.

I'm pretty sure that the problems related to titles and albumart not updating on new track, is the well know problem I have complained about several times before. Some other plugins triggers it, but I don't think anyone really knows why this happens. For some strange, unknown reason I don't experience it myself anymore.

@mobyduck: There is some strange things happening with streaming audio. My first attempt to fix it wasn't very successful, but I'll try again later. I'm also reluctant to do much related to the playlist, as danZ has mentioned it might change alot in the next version.

Quote
Quote
  • Color selection (with presets and HSB sliders)
  • Double click resize area (time display) to "resize to fit".

Haha, nooo. Those were my features. I did the same thing

Sure, that's what they all say... I'll sue, if you try to copy my ground-breaking feature!
[span style='font-size:8pt;line-height:100%']Just kidding of course[/span]
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-16 23:38:59
@DanZ

Another feature request - could you fix it so that the table returned by look_getAlbumArtList() will not have any double occurences? If, for examples, I use

string search1 "*"

I can get, for example { "folder.jpg", "folder.jpg"} (one for the search string I've specified and one for the default search string.

P.S. the simple solution for now:
Code: [Select]
.function Contains(table, value)
.    for i=1,getn(table) do
.  if table[i] == value then
.      return true
.  end
.    end
.    return false
.end

.function WithoutDuplicates(t)
.    result = { }
.    tableindex = 1
.    for k=1,getn(t) do
.  if not Contains(result, t[k]) then
.      result[tableindex] = t[k]
.      tableindex = tableindex + 1
.  end
.    end
.    return result
.end

art = WithoutDuplicates(look_getAlbumArtList())
Title: foo_looks v2.1
Post by: rOAdeh on 2004-06-16 23:58:31
sorry i forgot to post the error message there...

INFO (foo_looks) : Initializing GDI+
INFO (CORE) : startup time: 625 ms
ERROR (CORE) : Failed to load DLL: foo_looks.dll, reason: Multiple copies of DLL with the same file name found.

is what i get when i start up foo bar... i didnt deleted the old ver - just installed over the top, replacing any existing files with the same name.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-06-17 00:00:20
Quote
Quote
Quote
  • Color selection (with presets and HSB sliders)
  • Double click resize area (time display) to "resize to fit".

Haha, nooo. Those were my features. I did the same thing

Sure, that's what they all say... I'll sue, if you try to copy my ground-breaking feature!
[span style='font-size:8pt;line-height:100%']Just kidding of course[/span] 

Seriously though, new Carbon has HSB sliders, though I had them as HSL (L for luminance), and doubleclicking resizer resized to default width...
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-17 02:09:59
@rOAdeh-
Are you sure you checked the obvious thing? Did you try to search your foobar2000 directory for  foo_looks.dll and make sure it doesn't appear twice?Maybe hidden somewhere where you didn't notice?

Otherwise, maybe you should hit that horrible "Reset All" button (erases all settings and database!) and try again (worked for me when foo_looks had troubles).
Title: foo_looks v2.1
Post by: Hadda on 2004-06-17 02:18:54
Quote
Coders Reference update

there 2 coder reference pages currently in development.

They are written by NoMoDo & myself, and are both still in development.

Section/Sprite code Reference:
http://www.btinternet.com/~sean.m.kelly/section_ref.htm (http://www.btinternet.com/~sean.m.kelly/section_ref.htm)

Script Functions Reference:
http://www.btinternet.com/~sean.m.kelly/script_ref.htm (http://www.btinternet.com/~sean.m.kelly/script_ref.htm)


If anyone would like to contribute to them, don't hesitate to email me

()

[span style='font-size:8pt;line-height:100%'](btw - i have some spare invitations if anyone wants a gmail account)[/span]


:D:D
This links are very helpfull. I'm waiting for more examples. Thanks a lot.
Title: foo_looks v2.1
Post by: ghosting on 2004-06-17 06:15:07
Quote
Quote
Quote
Quote
  • Color selection (with presets and HSB sliders)
  • Double click resize area (time display) to "resize to fit".

Haha, nooo. Those were my features. I did the same thing

Sure, that's what they all say... I'll sue, if you try to copy my ground-breaking feature!
[span style='font-size:8pt;line-height:100%']Just kidding of course[/span] 

Seriously though, new Carbon has HSB sliders, though I had them as HSL (L for luminance), and doubleclicking resizer resized to default width... 

/me drools over the new carbon

crosses fingers and hopes for the rls
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-17 08:26:23
Alright people, I've released a very early, beta version of my look.
I'd like to extend my "thank yous" and best wishes to DanZ, the creator of this great plugin that allowed me to build something this ambitious, and to Tom Kelly, upNorth and others for all the scripts and ideas I stole from them 

TVLook 0.1 download link (http://www.geocities.com/negativlandlyrics/preview.html)

The plugin is meant to browse through a large list of albums. I recommend you load your entire database onto the playlist, start playing a track, and then start the look.

Some functions are "hidden" (I'm too lazy to make buttons), so I'll hint you in on a few things:P.S. for getting your album covers, I recommend walmart.com and buy.com since they have all of their cover scans at large resolution (500x500). The only tool I know of to harvest them automatically is called "Gotcha Covered", but it ain't free.

There it is. Please send any ideas\comments\feature requests my way.
Enjoy.
Title: foo_looks v2.1
Post by: mobyduck on 2004-06-17 08:45:19
Quote
@mobyduck: There is some strange things happening with streaming audio. My first attempt to fix it wasn't very successful, but I'll try again later.

Thx for your efforts. Consider that it seems to work fine in the default skin, but you probably already know.

Alessandro
Title: foo_looks v2.1
Post by: upNorth on 2004-06-17 10:23:52
@NoMoDo: A very nice look. I never use TV mode, but it's still great as I can get an overview of albums with covers. Looking forward to see it progress. 

Btw: I keep getting the error "table index is nil". Seems to be the "quick-navigate" at the top that has a problem.
Title: foo_looks v2.1
Post by: Hadda on 2004-06-17 14:56:05
Hi
I made today some discovery. When I was using foo_looks and colums_UI some part of foo_looks do not work. So I was thinking obout loading of foobar components and I was renameing foo_UI_columns.dll. And I discover (mayby only work for me) that the best name for foo_UI_colums is name after foo_looks.
For example my foo_UI I rename to Foo_looo_UI and now everything work corectly.

This is simply and mayby work not only for me. :D:D
Title: foo_looks v2.1
Post by: rOAdeh on 2004-06-17 15:02:10
Quote
@rOAdeh-
Are you sure you checked the obvious thing? Did you try to search your foobar2000 directory for  foo_looks.dll and make sure it doesn't appear twice?Maybe hidden somewhere where you didn't notice?

Hmm prob should have done that before posting but yes there were two dlls - one was in the ..\components folder and one was in ..\components\foo_looks, i just deleted the one that had the older 'last modified date' and now that problem has gone but i've still got the problem where the cover art doesn't update. The playlist also doesn't move down to the next title (i use shuffle mode) when it's changed tracks automatically either if that helps).
Title: foo_looks v2.1
Post by: Hadda on 2004-06-17 15:40:00
@rOaAdeh
In my last post (when I wrote some part od foo_looks it do not work) I was writing about this things (not updating track infos Playlist number and more) . Mayby You are using foo_UI_columns too. (Is enough to have this  dll in components directory).
Try to install foo_looks (last version) and then try my metod. [rename Foo_UI_columns.dll to foo_loooUI.dll and restart foobar.
Title: foo_looks v2.1
Post by: Hadda on 2004-06-17 15:40:37
(  heh server troubles) (I do not know how to delete this post)
Title: foo_looks v2.1
Post by: rOAdeh on 2004-06-17 19:36:31
thanks for the suggestion Hadda but i dont have Foo_UI_columns.dll so can't try out your idea. The only UI file is have is foo_ui_std.dll

i assume that is fundamental to foo_looks working?
Title: foo_looks v2.1
Post by: Reverend on 2004-06-17 19:59:11
Hmm. Download link returns a 404 error.
Title: foo_looks v2.1
Post by: tk32 on 2004-06-17 21:18:49
Quote
Hmm. Download link returns a 404 error.

http://www.hydrogenaudio.org/forums/index....ndpost&p=218502 (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=218502)


[span style='font-size:14pt;line-height:100%']foo_looks 2.1 (http://www.btinternet.com/~sean.m.kelly/foo_looks_2.1.zip)[/span]

tk.
Title: foo_looks v2.1
Post by: Hadda on 2004-06-17 23:52:59
HI
I was digging to find solution of my today post (about foo_loks and column_UI). I thing that exist some lucky konfiguration of foobar componets. I was experimenting with renaming of hot plugins.
1. foo_looks.dll
2. foo_ui_columns.dll
3. foo_playlistgen_ex.dll

I was starded of first two and find plugins beatwen them that when the bug is existing and not. this was:

A. foo_input_std.dll
B. foo_matroska.dll
C. foo_wma.dll

This bug is like mysterious triger. I was examinate fiew sytuation :

1) 1 A 2 B C bug
2) A 12 B C work
3) 2 A 1 B C bug
4) A 1 B 2 C bug
5) A  B 12 C work
6) A 1 B C 2 bug

but with three sytuation is:

7)  A 12 B 3 C bug
8)  A 123 B C  work
9)  A 1 B 23 C work
10) A 1 B 2 C 3 work

So when you have using foo_looks.dll and foo_ui_columns.dll and no rename it the foo_looks don't work (S6)
and when you have install foo_playlistgen_ex.dll (3) now work everything corecly (S10).
That is the reason that one time working foo_looks ok and another no. But when You uninstall wma plugin now not work again

So I think that when enybody have this truble for now must experiment with names of componets. I had solve mine with situation 2) . Mayby someone wont to
carefully look at this problem.

(maybe I made some mistakes but I just want to tell You about this funy situation.)
Title: foo_looks v2.1
Post by: rOAdeh on 2004-06-19 15:54:21
a bit more info on the prob i've had since i changed from foo_looks v2.0 to v2.1 (using navigator skin still);

1) cover art when the track advances automatically is always one song behind, if i advance the track manually then it displays the correct cover art.

2) the song title displayed in the track progress bar seems to be on a arbitrary length, though it is normally truncated - sometimes only an artist is displayed sometimes 4 or 5 different words are shown. This normally shows the current track but can sometimes be one track behind like with the cover art. Progress bar works fine.

3) the track details (e.g. album name and bitrate) are always displayed correctly from what i have seen.

4) playlist position is like cover art and is always one track behind unless manually advanced..

Hope that helps track down the bug some more

regards,

rOAdeh
Title: foo_looks v2.1
Post by: ghosting on 2004-06-24 17:33:12
omfg, this thread isn't on the first page, first time

docuk, done yet
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-06-24 22:51:13
Quote
omfg, this thread isn't on the first page, first time

docuk, dont yet

Eh yeah... I gotta work on that... upNorth's code is neater than mine, so I think I'll do some open-look surgery.
Title: foo_looks v2.1
Post by: nightyy on 2004-06-25 09:49:41
Great thing, NoMoDo,
i'd sure use that if it wasn't still beta. Very bugged but already superb look!
N!ghtY
Title: foo_looks v2.1
Post by: NoMoDo on 2004-06-26 08:45:33
Thanks a lot nightyy:)  I still plan to improve it a lot, but will probably wait until the next release of foo_looks before I do that. Can you please give me a list of bugs and how to reproduce them?

Thank you
Title: foo_looks v2.1
Post by: Hadda on 2004-06-27 03:30:14
Hi
I was looking for solution to fix problem with some kind of componets (like columns_UI). The probles is with refreshing some infos in foo_looks. (I wrote some post before how to fix it, but I do not wont to wrote it enybody who will using my skin). So i find not so good soluton but it works. I'm using coede:

Code: [Select]
sprite UI_fix  list scripts string { "[        
look_setToggle(this, toggle)      
 function onplaybacknewtrack(this)    
   if look_getToggle(this)==1 then        
    fb2k_playStart()    
   look_setToggle(this, 0)    
  else        
    look_setToggle(this, 1)        
  end      
end      
function onattach(this)     look_setToggle(this,1)    end  ]  
"}

If You look at this - is refreshing (one more start play) current song.
And when I'm using it, infos now refreshing corretly but song loading 2x slower and the efect is some echo on loading. If anybody have better solution plece help me.

And the other problem is the comunicate between sprites. I' using some "temp" sprites and I'm using "look_setToggle(..)" and "look_getToggle(..)". This is only one byte but for me it is  enough .
But i thing it is exist better way. Some peages before i found solution how to set some value in global and using it in other lua script. But i can't set it in this other lua scripts. Maybe I do some thing wrong. If enybody can write some code how to set value in one script and set it in secoud script and then read it in third. This problem is not so importand for me like first.

regards
Hadda
Title: foo_looks v2.1
Post by: Hadda on 2004-06-28 12:13:17
Hi
This is preview and beta version of skin what I'm working on.

        graphisc designed by Dziuba
  functional designed by Dziuba & Hadda
                coded  by Hadda
(http://kaczka2k.w.interia.pl/Schowek01.jpg)

download (160kB):here (http://kaczka2k.w.interia.pl/beta3.zip)
Title: foo_looks v2.1
Post by: upNorth on 2004-06-28 19:01:56
As I'm going away for awhile, I decided to upload the latest version of navigator.
Download: navigator beta3 (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta3/navigator_beta3.rar)
UPDATE: Beta 3.1 with a workaround (hopefully) for the update problem. Download: navigator beta 3.1 (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta3/navigator_beta3.1.rar)

Changes:
* Option to show a picture of e.g. the artist, if albumart is missing. Set path and filename in the presets section. Defaults are:
Code: [Select]
    string picturePath "e:/pictures/"
    string pictureName "%artist%.jpg"

* Doubleclick playlist/tab name to change to the playing/active tab and highlight the playing track (same as doubleclicking status bar in foobar itself).
* Rightclick albumart to resize-to-fit.
* Now albumart expands/shrinks when you press the left mousebutton (instead of when you release it). Changed this to allow a fast: "expand albumart, resize to fit" by pressing left then right mousebutton in succession.

Btw: Nice work Hadda 
Title: foo_looks v2.1
Post by: iddzaq on 2004-06-28 19:48:18
The Downlaodlink(s) dont work (( can anyone pls post a working downlaodlink for this plugin/tool ?
Title: foo_looks v2.1
Post by: Hawk on 2004-06-29 00:10:29
Quote
Hi
This is preview and beta version of skin what I'm working on.

         graphisc designed by Dziuba
         functional designed by Dziuba & Hadda
         coded  by Hadda

Amazing skin Hadda!

Using it now!

:edit:

First remark; It would be nice if the progress bars would stop before the time area. Now when I want to change the time from minus to plus I FF the song without wanting that.

:edit:
Title: foo_looks v2.1
Post by: ghosting on 2004-06-29 00:18:27
Quote
Hi
This is preview and beta version of skin what I'm working on.

         graphisc designed by Dziuba
  functional designed by Dziuba & Hadda
                 coded  by Hadda

would be nice if you had different colors
Title: foo_looks v2.1
Post by: Hadda on 2004-06-29 00:52:48
 I'm glad You like this skin.

@upNorth: I was learnig with your code (and i'm using part of it in my skin) . I like Your tiny style in navigator. And minimum of graphics use.

@Hawk: I'll update my skin by Your sugestion tomorow. Changing time from "-" -> "+" will be added too.

@ghosting: I wont to implement changing colours like in HeaBside skin. But on the over of my work on this project I suppose.
Title: foo_looks v2.1
Post by: ghosting on 2004-06-29 03:50:33
ya i really love small foobar skins hehe, something like mini-toobars hehe, too bad docuk still hasn't finished his
Title: foo_looks v2.1
Post by: Hawk on 2004-06-29 08:09:45
Quote
I'm glad You like this skin.

@Hawk: I'll update my skin by Your sugestion tomorow. Changing time from "-" -> "+" will be added too.

Thanks! If I have more suggestions I'll lt you know.

Here's one:

This it a bug.

When a song is played it is shown at the top of the playlist with a zero in front of it.
Thus:

0 Tad Morose - Afraid to Die
1 Tad Morose - Anubis
2 Tad Morose - No Mercy
3 Tad Morose - Afraid to Die
4 Tad Morose - Clearly Insane
5 Tad Morose - Cyberdome


Weird huh? 
Title: foo_looks v2.1
Post by: tk32 on 2004-06-29 11:17:33
Quote
The Downlaodlink(s) dont work (( can anyone pls post a working downlaodlink for this plugin/tool ?

[span style='font-size:14pt;line-height:100%']foo_looks 2.1 (http://www.btinternet.com/~sean.m.kelly/foo_looks_2.1.zip)[/span]

tk32.
Title: foo_looks v2.1
Post by: Hadda on 2004-06-29 18:04:54
Hi

I have upgraded skin and fixed bug (I hope) (found by Hawk- Thanks)


(http://kaczka2k.w.interia.pl/Schowek02.jpg)


Download: here (http://kaczka2k.w.interia.pl/beta3.zip)

QUOTE  (Hawk @ Jun 28 2004, 11:09 PM)
Quote
Here's one:   
This it a bug.    
When a song is played it is shown at the top of the playlist with a zero in front of it.  Thus:   
0 Tad Morose - Afraid to Die 
1 Tad Morose - Anubis 
2 Tad Morose - No Mercy 
3 Tad Morose - Afraid to Die 
4 Tad Morose - Clearly Insane 
5 Tad Morose - Cyberdome


This bug was exist with shorter than playlist area playlists
@upNorth: You have the same problem in navigator (I had copied playlist from Your skin)
Maybe this part of code help You too:
Code: [Select]
 
lua playlist    pln = { ple_1, ple_2, ple_3, ple_4, ple_5,ple_6 ,ple_7,ple_8,ple_9,ple_10,ple_11 } --here Your pln  

playlistScrollPos = 0    
prev_max=0    

function updateIndicators()
 max=getn(pln)      
 if max> fb2k_playlistGetCount() then   max=fb2k_playlistGetCount()  end
 if look_getToggle(progressbox) ==0  then  -- this toogle is about active playlist [0 is active]
   if prev_max ~= max then        
      for i=0,max-1 do
          look_setEnabled(pln[i+1],true) look_setVisible(pln[i+1],true)
      end          
      for i=max , getn(pln)-1 do
        look_setEnabled(pln[i+1],false) look_setVisible(pln[i+1],false)
      end
      prev_max=max    
    end      
    else  prev_max=0  end
s = playlistScrollPos-1    
if s<0 then s=-1 end        
for i=0, max - 1 do
s=s+1
(......)
--- and the rest of this function .................
Title: foo_looks v2.1
Post by: fanerman91 on 2004-06-30 09:00:38
upNorth,

I love your look.  I'm wondering if there is a way for foobar to remember the size and format of the look after closing foobar?  It's kinda annoying adjusting the size, color, et al, of the look.
Title: foo_looks v2.1
Post by: dano on 2004-06-30 09:17:00
Hadda your skin looks great, but when i select it, its position is too much on the right side of my screen, so I can't reach the button to drag it (My resolution is 1024*768).
Or anybody know how to change the starting position of a skin, it happens at some of the skins that they are out of the screen.
Title: foo_looks v2.1
Post by: Hawk on 2004-06-30 09:37:53
Quote
Hi

I have upgraded skin and fixed bug (I hope) (found by Hawk- Thanks)

QUOTE  (Hawk @ Jun 28 2004, 11:09 PM)
Quote

Here's one:   
This it a bug.    
When a song is played it is shown at the top of the playlist with a zero in front of it.  Thus:   
0 Tad Morose - Afraid to Die 
1 Tad Morose - Anubis 
2 Tad Morose - No Mercy 
3 Tad Morose - Afraid to Die 
4 Tad Morose - Clearly Insane 
5 Tad Morose - Cyberdome


This bug was exist with shorter than playlist area playlists
@upNorth: You have the same problem in navigator (I had copied playlist from Your skin)
Maybe this part of code help You too:

[snipped code]

Thanks a lot  Hadda!! It works perfect now    Very cool skin., I really like it.

Only problem left now is that it seems to forget its "Always on top" settings now and then. But thats a foo_looks problem I think.

Thanks again! 
Title: foo_looks v2.1
Post by: Hawk on 2004-06-30 09:39:30
Quote
Hadda your skin looks great, but when i select it, its position is too much on the right side of my screen, so I can't reach the button to drag it (My resolution is 1024*768).
Or anybody know how to change the starting position of a skin, it happens at some of the skins that they are out of the screen.

A second "drag area" on the left side of this skin would solve this problem.
Title: foo_looks v2.1
Post by: tk32 on 2004-06-30 10:13:39
currently, individual skins do not have any way to save their current state.

this means that if you resize a skin, or toggle some feature, foo_looks will forget all about this next time you load fb2k up. (as you all have probably noticed)

however, the skin's position on the desktop is handled independantly, and foo_looks always takes a snapshot of the skins current coordinates each time you exit fb2k.


'state persistence' [span style='font-size:8pt;line-height:100%'](as danZ calls it)[/span] is actually one of the top priorities for foo_looks 2.2 - however, with danZ' new job this may become a very difficult promise to fulfill.
Title: foo_looks v2.1
Post by: Megadeus on 2004-06-30 14:19:59
Quote
Hadda your skin looks great, but when i select it, its position is too much on the right side of my screen, so I can't reach the button to drag it (My resolution is 1024*768).
Or anybody know how to change the starting position of a skin, it happens at some of the skins that they are out of the screen.

Just press the Alt key to drag it from anywhere on the skin.
Title: foo_looks v2.1
Post by: Hawk on 2004-06-30 14:37:03
Quote
Quote
Hadda your skin looks great, but when i select it, its position is too much on the right side of my screen, so I can't reach the button to drag it (My resolution is 1024*768).
Or anybody know how to change the starting position of a skin, it happens at some of the skins that they are out of the screen.


Just press the Alt key to drag it from anywhere on the skin.

Cool!! 
Title: foo_looks v2.1
Post by: Nitsuj84 on 2004-07-01 07:01:02
@Hadda, I'm trying to use your skin but when I select it I get errors saying

Code: [Select]
WARNING (foo_looks) : Unable to load font 'Arial narrow'


I'm assuming it's because I don't have this font. I looked through the thread but don't see it mentioned anywhere, so just curious if anyone knows what could be going on? I tried googling to see if I could find the font anywhere, but it seems everywhere wants me to pay $22 for it .

Any help would be greatly appreciated.
Title: foo_looks v2.1
Post by: dano on 2004-07-01 07:43:42
Nitsuj84:
Arial narrow comes with Office XP and not with Windows XP afaik
But you can choose your own font if you edit the beta3.ski file:
string fontname "Arial narrow"
make it string fontname "Arial" or Verdana or what you want
Title: foo_looks v2.1
Post by: Nitsuj84 on 2004-07-01 07:46:25
Quote
Nitsuj84:
Arial narrow comes with Office XP and not with Windows XP afaik
But you can choose your own font if you edit the beta3.ski file:
string fontname "Arial narrow"
make it string fontname "Arial" or Verdana or what you want

Ahhh! Well I have Office XP (just don't have it installed ATM). Thanks for the heads up man .
Title: foo_looks v2.1
Post by: Hadda on 2004-07-02 01:14:57
Hi all
Today two upgrades of skin

download :here (http://kaczka2k.w.interia.pl/beta3.1.zip)

1) I have changed the font to arial and now looks good too (but prev. version is avitable)
2) Now this skin is culumn_UI errors free and other dlls (I hope)

(http://kaczka2k.w.interia.pl/Schowek02.jpg)


Have good fun

I'm happy when someone like my skin and using it.

If someone have this problem with colum_UI ( some infos do not refreshing.  ) please report if this version work good or not.
Title: foo_looks v2.1
Post by: Hadda on 2004-07-02 10:22:47
hi
I have fixed this broblem with refreshing infos that way:
For example is "lua updatePLnum ". This part of code not work correctly:

Code: [Select]
lua updatePLnum     

 function update(this)  
    look_setPlaylistIndex(this,fb2k_getNowPlaying())
 end  

function onattach(this) update(this) end    

function onplaybacknewtrack(this) update(this) end    

endlua


but with some mysterious reasons this part of code work perfect (I do not know if only for me now):
Code: [Select]
lua updatePLnum_UI   
step=1    

function onplaybacknewtrack(this)  step=1   end    

function onupdate (this)      
  if step==1 then        
    step=-1        
    look_setPlaylistIndex(this,fb2k_getNowPlaying())      
  end
end    

endlua


Maybe "onplaybacknewtrack(this)" is loading too fast, when track not refresh yet ?
I have moded that way "lua updatePLnum", "lua scrolltext" from upNorth Scroll and  "lua playlist" from navigator upNorths skin. When the lua do not have function "onupdate" its the "onupdateplayerstatus" will be enough.
Title: foo_looks v2.1
Post by: Hawk on 2004-07-02 13:20:51
Hadda

Thanks for such excellent work. I really like your skin. I am amazed that people here don't fall over themselves to praise this skin and your work on it.

A good place to promote your skin is this place:

http://www.advancedpc.org/index.php (http://www.advancedpc.org/index.php)

Join up and post a message about your skin in the relevant forum

PS

Do you have a name for your skin yet?
Title: foo_looks v2.1
Post by: Hadda on 2004-07-03 20:18:19
@Hawk: Thank You for good words. I'm thinking now of name for skin. I thing I'll post a message on this forum soon. There are many interesting thinks on it. 


I'm waiting now for new graphisc from Dziuba.

This is project if You interested of it how that skin will be looks:
This project made Dziuba


And the new project on functional and graphics was started. This will be mode of this skin with navi button, more compact and more easy to use (I thing).
This project made Dziuba too and I think that looks great:
(http://kaczka2k.w.interia.pl/WIDOK%20narona.jpg)

But first I wont to finish this skin (no name for now).
Very little update avitable. (progress bar looks little different)
Download (108kB): here (http://kaczka2k.w.interia.pl/beta3.11.zip)
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-03 20:23:33
Cool graphics with some nice creative spelling
Title: foo_looks v2.1
Post by: Hawk on 2004-07-03 20:57:57
Holy shit!! That looks great. 
Title: foo_looks v2.1
Post by: tk32 on 2004-07-04 02:07:40
it makes me so happy to see there is still interest and development continuing on foo_looks skins

great work everybody (nice one Hadda)

sorry i don't post much lately - but i'm still around if anyone needs advice/assistance


and i still have a few gmail invitations if anyone would like an account there.


tk32.
Title: foo_looks v2.1
Post by: Stalwart on 2004-07-04 11:11:28
Eat me if this isn't best windowshade skin 

Keep creating, Hadda! Greetings from Latvia 

And also i would like to say BIG THANKS to Tom for looks2...
Title: foo_looks v2.1
Post by: tk32 on 2004-07-04 16:37:49
Quote
And also i would like to say BIG THANKS to Tom for looks2...

thanks for the credit, but foo_looks is all the work of danZ

I am simply the public relations guy

...however danZ has been extremely busy with his career for the last few months, so I understand why you got confused about who deserved the credit for the plugin.

nice to see new faces. If you need any help with foo_looks, then i'm happy to help

tk32.
Title: foo_looks v2.1
Post by: Stalwart on 2004-07-04 17:45:17
WOW 

Anyway... THANKS TO ALL, WHO MAKE FOOBAR2K EVEN BETTER!

And some kind of feature request...

Can Peter include looks2 and some cool skins (like Graviton or heaBside) in foob's Special edition?
I think this will addict people to BEST PLAYA IN DA UNIVERSE 


P.S. Помимо яндекса в этом форуме русские есть?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-04 19:17:30
Quote
WOW 

Anyway... THANKS TO ALL, WHO MAKE FOOBAR2K EVEN BETTER!

And some kind of feature request...

Can Peter include looks2 and some cool skins (like Graviton or heaBside) in foob's Special edition?
I think this will addict people to BEST PLAYA IN DA UNIVERSE 


P.S. Помимо яндекса в этом форуме русские есть?

Be careful.
Title: foo_looks v2.1
Post by: Stalwart on 2004-07-04 19:23:59
Quote
Quote
WOW 

Anyway... THANKS TO ALL, WHO MAKE FOOBAR2K EVEN BETTER!

And some kind of feature request...

Can Peter include looks2 and some cool skins (like Graviton or heaBside) in foob's Special edition?
I think this will addict people to BEST PLAYA IN DA UNIVERSE 


P.S. Помимо яндекса в этом форуме русские есть?

Be careful.

Careful? Can you explain?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-05 00:13:29
Carbon 2.0 (http://krebs.uk.com/carbon/carbon2.rar) now available!
Once upon a time there was a look... Get it here! (http://krebs.uk.com/carbon/carbon2.rar)

(http://krebs.uk.com/carbon/carbon2.jpg) (http://krebs.uk.com/carbon/carbon2.rar)

Requirement: This look requires the Silkscreen font (http://www.kottke.org/plus/type/silkscreen/download/silkscreen.zip) by Jason Kottke. You must copy the font into your Windows Fonts directory and then open it when it is in the directory or restart.

Buttons:Several rewrites and optimizations followed Carbon 1.5. Features were added along the way, and I tried to make the look as configurable as possible (see description of presets section below).

New features include:Presets:
Code: [Select]
width - Sets the default width of the look, must be greater than zero.

minwidth - Sets the minimum width of the look, so the resizer can't make the look disappear etc. Must be greater than zero as well.

minvolume - The minimum volume of the volume bar. Ranges between -100 and 0.

defaulttime - Whether the elapsed (defaulttime = 0) or the remaining time (defaulttime = 1) should be shown by default.

songspec - The formatting string used for the look.


In addition to these presets, you can play with the top global variables in the colorbar LUA script. To take advantage of the new hue, saturation, and value bars I decided to make the progressbars semi-transparent. You can override this, as well as the colors on the rest of the look by modifying the values here. I commented out the color values used by the original Carbon/Coal look, so you can easily modify the new version to look like the old (Though I prefer it this way). If anyone needs help with this, feel free to message or e-mail me.

For the developers, cool new things:Thanks to upNorth for his deltax algorithm from the resize script, and the hsv2rgb and rgb2hsv functions from the colorbar script (Both of these worked much better than my own attempts).

Another link to the look (http://krebs.uk.com/carbon/carbon2.rar), in case you didn't see the others or think about clicking on the picture!

Suggestions and bug reports should be posted here or sent to my e-mail (http://mailto:docuk@gmx.net).
Title: foo_looks v2.1
Post by: Luxus on 2004-07-05 03:40:52
hadda very nice skin...
with skins like that foobar will getting more popular.. very nice eyecandy

but one question how i can get the album info?
Title: foo_looks v2.1
Post by: Hadda on 2004-07-05 12:30:19
Hi all.

I'm very heppy when I reading post about my and Dziuba work .

@Luxus: This is only project for now. Album info is not avitable jet. I think that I implement this next week. So look for updates.

DocUK . That is great. I have a fondness for this skin. I'm still using volume bar and progress bar from carbon firt version. This is one of the most popular skin on Polish foobar forum.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-05 15:26:34
Quote
DocUK . That is great. I have a fondness for this skin. I'm still using volume bar and progress bar from carbon firt version. This is one of the most popular skin on Polish foobar forum.

Thanks, feel free to use the updated versions of the scripts.

Any chance I could get a link to the Polish forum, so I can bask in the praise?
Title: foo_looks v2.1
Post by: Hadda on 2004-07-05 17:21:07
Quote
Quote
DocUK . That is great. I have a fondness for this skin. I'm still using volume bar and progress bar from carbon firt version. This is one of the most popular skin on Polish foobar forum.

Thanks, feel free to use the updated versions of the scripts.

Any chance I could get a link to the Polish forum, so I can bask in the praise?

Of course!
This forum is really poor  . Search not work, images and links do not work and sort too. But it's oficial foobar 2000 Polish forum. If You wont to make new topic just clik "nowa wiadomość" in up of the pege. Topic is "temat".


Polish FB2K forum: here (http://outbox.magres.net/hosting/board.php?boardset=8633_FOOBAR2000&grupa=8633_FOOBAR2000_foobar2000&act=re)
Title: foo_looks v2.1
Post by: kalzone on 2004-07-06 02:57:40
has anyone had a problem with text in foo_looks skins missing?  i'm running fb2k 0.8.2 and with 2.1 foo_looks and no text appears either in the skins or its playlist.  i also noticed that the  upper area of foobar (menu and toolbar) does not display until you pass the mouse over it.  this problem essentially renders foo_looks useless for me.
so anyone see this before or have a resolution?  could this be tied to video card/drivers?

i've got a geforce fx 5700 running version 56.72 drivers(latest).
Title: foo_looks v2.1
Post by: Blitze on 2004-07-06 03:25:46
DocUK,

Great work on the Carbon 2 skin release!

Your release note message here was also very useful, I learned now how to close Foobar and not the look.

Impressed with the color/hues changing mechanism you added in, although I love the classic Carbon colours - glad you left them in the script, so we can have the cool black look.

I managed to get the overall bar black, but not to get the progress bar crisp like the classic Carbon. A little reading and editing did the trick though.

Well done, sincere thanks.
Title: foo_looks v2.1
Post by: Berto on 2004-07-06 05:10:16
kalzone,

Make sure you have the proper fonts installed.  Carbon skin requires the Silkscreen font linked to in an earlier post. 

Regards,

--Berto.
Title: foo_looks v2.1
Post by: ghosting on 2004-07-06 08:23:58
thank u so much docuk for releasing carbon 2.0 hehe

btw how can i change -0.00 so that it will always be 0.00?

also can u stretch out carbon 2.0? i can't find that dark square ur talking about
Title: foo_looks v2.1
Post by: Dr.D on 2004-07-06 08:57:20
Quote
P.S. Помимо яндекса в этом форуме русские есть?

Вообще есть %) Правда я только читаю...


Wow! Beta3 skin is great!! Thanks!
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-06 09:58:10
Quote
thank u so much docuk for releasing carbon 2.0 hehe

btw how can i change -0.00 so that it will always be 0.00?

also can u stretch out carbon 2.0? i can't find that dark square ur talking about

To change default to elapsed time:
Open up carbon.ski in a text editor such as notepad, and do a search for "section presets" Under this line, you will find different things you can configure for the look. To change the time to show elapsed on startup, change the line that says

Code: [Select]
int defaulttime 1

to
Code: [Select]
int defaulttime 0


It should be pretty self-explanatory, and there are some other settings you can play with there.

Resizing the look:

You must click the little arrow button to expand the tray with the color sliders. Then click the little square as in this picture:

(http://krebs.uk.com/carbon/carbon2resize.jpg)

Hope that helps!
Title: foo_looks v2.1
Post by: indispositon on 2004-07-06 20:33:41
1. why is there no support for windows 98?

2. your download link doesn't work
Title: foo_looks v2.1
Post by: anza on 2004-07-06 21:48:49
Quote
2. your download link doesn't work

A working download link has been given MANY times in this thread. Just go a few pages back (only one?) to find it.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-06 21:53:31
1. You probably need the GDI libraries (or a better OS in general). Search Microsoft's knowledge base or use Google.

2. You (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) need (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) to (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) read (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) the (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) thread (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) before (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) you (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) reply (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) to (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676) it. (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=221676)

Title: foo_looks v2.1
Post by: indispositon on 2004-07-06 22:23:25
i don't give a shit about this thread. it would have been a lot less stupid if he just redited his original post
Title: foo_looks v2.1
Post by: anza on 2004-07-06 22:37:48
And you would have been a lot less stupid if you just read the thread (or even the few latest posts in it).
Title: foo_looks v2.1
Post by: tk32 on 2004-07-06 23:01:52
I'm sorry that I can't edit the download URL in the first post of this thread

danZ posted it and he has been extremely busy with his professional career lately

as soon as I can get in contact with him again I'll ask him to upadte the post so that the link points to the mirror of the files.

as for now - I'll post that mirror here:


[span style='font-size:14pt;line-height:100%']foo_looks 2.1 (http://www.btinternet.com/~sean.m.kelly/foo_looks_2.1.zip)[/span]  [span style='font-size:8pt;line-height:100%'](note: LUA is now included with the plugin)[/span]

...there are 2 favors i would ask:[/li][li]If anyone can help us and mirror the file, then please do so and post the address in this thread.[/li][li]I would appreciate it if one of our polish friends could post these URLs in the polish fb2k forums.[/li][/list]
Title: foo_looks v2.1
Post by: Gord on 2004-07-07 10:23:54
foo_looks 2.1 mirror (http://frooptech.net/foobar/foo_looks_2.1.zip)

On a side not to DocUK, your carbon skin is great but it needs the right click on skip button for random song ability
Title: foo_looks v2.1
Post by: Hadda on 2004-07-07 11:26:52
@tk32: I post in the polish forum this two links
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-07 12:56:16
Quote
On a side not to DocUK, your carbon skin is great but it needs the right click on skip button for random song ability

Will be added in the next release, thanks for the suggestion.
Title: foo_looks v2.1
Post by: Gord on 2004-07-07 21:06:16
Quote
[Will be added in the next release, thanks for the suggestion.

Ta. That'd make it perfect
Title: foo_looks v2.1
Post by: ghosting on 2004-07-07 22:38:05
hmm how can i make carbon keep the color that i want after closing and restarting foobar?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-07 23:14:07
Quote
hmm how can i make carbon keep the color that i want after closing and restarting foobar?

After setting the color that you want Carbon to keep, open up foobar2000's console by opening the Components menu and clicking the item labelled "Show console." Somewhere near the bottom of the newly opened textbox there should be some text that looks like "[Carbon] RGB: x, x, x (HSV: x, x, x)" If this text is in the box more than once, write down the last one (nearest the bottom).

Ok, now open up carbon.ski in a text editor such as notepad, and do a search for "background_color" (it should be very close to the top of the file). The line, by default, is as follows:
Code: [Select]
background_color = { r=0, g=28, b=107 }


In carbon.ski, edit this line so that the RGB values you found in the Console (the first three numbers) are in place of the default ones. Save and close the file, and now Carbon will load with the color you selected.
Title: foo_looks v2.1
Post by: Hadda on 2004-07-09 11:53:43
Hi
Today new wersion of "Foopilot" (beta3) skin is avitable.
- I named skin
- Album info is avitable on rigt mouse click from playlist on unactive area.
- Scroll now work ok
- Some bugs I have fixed.
(http://kaczka2k.w.interia.pl/foopilot.jpg)
Some infos don't work yet.
Download (100kB): here (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip)
Title: foo_looks v2.1
Post by: neoufo51 on 2004-07-09 13:02:03
Nice work on Foopilot there.
Title: foo_looks v2.1
Post by: Hawk on 2004-07-09 13:27:30
Thanks Hadda!

This skin is getting better with every release.

A request; there's a white area on the left right under the playlist it has an upward arrow like this:

^

When you rightclick it, it alternates between the playlist and the album info. Great stuff. But could you add a rollup function with the leftclick mouse button?

So that when you click that area the playlist retracts? I hope its clear what I mean
Title: foo_looks v2.1
Post by: Hadda on 2004-07-09 14:49:44
@Hawk:  I have updated skin with your sugestion. Download Foopilot again.
Since I edited this post [Album info <-> Playlist] Is available only on this little button "[^]" on playlist.
Title: foo_looks v2.1
Post by: Hawk on 2004-07-09 18:08:22
Quote
@Hawk:  I have updated skin with your sugestion. Download Foopilot again.
Since I edited this post [Album info <-> Playlist] Is available only on this little button "[^]" on playlist.
[a href="index.php?act=findpost&pid=224387"][{POST_SNAPBACK}][/a]


Thanks man!! You rock!!

Another thing, Am I imagining things or have you slowed down the title scrolling? It seems to be a bit slower.

If this is true, can I change the setting somewhere to make it have the speed it had before?

Thanks again! 

:edit:

This works great!! I just tried it. very well done!

NP: Mattias IA Eklundh - Freak Guitar-The Road Less Traveled
Title: foo_looks v2.1
Post by: Hadda on 2004-07-10 08:19:59
@Hawk: find this part of code in foopilot.ski file:
Code: [Select]
list scripts string {
"scrolltext[
overlap=25 step=1 pause=2 space=20 center=1 fontsize=8
spec=' :: $if(%artist%,%artist% - %title%,%_filename%) ::'
] "
}


And then you can change step for example to 1.5 to speed up scrolling.
(You can change and save this file even when foobar is on  )
Title: foo_looks v2.1
Post by: Hawk on 2004-07-10 10:21:08
Quote
@Hawk: find this part of code in foopilot.ski file:
Code: [Select]
list scripts string {<!--QuoteEBegin-->"scrolltext[<!--QuoteEBegin-->overlap=25 step=1 pause=2 space=20 center=1 fontsize=8<!--QuoteEBegin-->spec=' :: $if(%artist%,%artist% - %title%,%_filename%) ::'<!--QuoteEBegin-->] "<!--QuoteEBegin-->}


And then you can change step for example to 1.5 to speed up scrolling.
(You can change and save this file even when foobar is on  )
[a href="index.php?act=findpost&pid=224560"][{POST_SNAPBACK}][/a]



Thanks Hadda.

I changed "step" to 2.  Now it is perfect. I am not going to bother you anymore and just enjoy the best foobar skin around 

Thanks!
Title: foo_looks v2.1
Post by: Crazyfist on 2004-07-10 11:50:19
Does anyone has a working link for the newest CoverArt version?
Title: foo_looks v2.1
Post by: tk32 on 2004-07-10 13:28:29
Quote
Does anyone has a working link for the newest CoverArt version?
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=224591")



do you mean the CoverArt skin designed by Desigrid?

[a href="http://www.hydrogenaudio.org/uploads/post-42-1076946512.png]screenshot[/url]

the latest version i have from him is dated 17th February 2004

i have uploaded it here:

coverart.zip (http://www.btinternet.com/~sean.m.kelly/coverart.zip)

-----

there is also one called SeeThroughCoverArt by Melomane

there is no screenshot available, but i have uploaded it (dated 16th March 2004)

see_through_coverart.ski (http://www.btinternet.com/~sean.m.kelly/see_through_coverart.ski)




tk32.
Title: foo_looks v2.1
Post by: Crazyfist on 2004-07-10 14:28:46
Thank you

It was SeeThroughCoverArt
Title: foo_looks v2.1
Post by: ghosting on 2004-07-11 23:43:22
Quote
DocUK,

Great work on the Carbon 2 skin release!

Your release note message here was also very useful, I learned now how to close Foobar and not the look.

Impressed with the color/hues changing mechanism you added in, although I love the classic Carbon colours - glad you left them in the script, so we can have the cool black look.

I managed to get the overall bar black, but not to get the progress bar crisp like the classic Carbon. A little reading and editing did the trick though.

Well done, sincere thanks.


where did you find the reading material? i would like to know how to get the progress bar as crisp as the classic and also to do a little tweaking of my own
Title: foo_looks v2.1
Post by: skanimal on 2004-07-12 00:07:09
Hi Guys!

Nice work all!!! Good work

only, the links is down in the topic start
Someone give me a good mirror?!

TX
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-12 00:16:20
Quote
Hi Guys!

Nice work all!!! Good work

only, the links is down in the topic start
Someone give me a good mirror?!

TX
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=225032")


Again, newest version, for those who do not wish to read the thread:

[span style='font-size:27pt;line-height:100%'][a href="http://www.btinternet.com/~sean.m.kelly/foo_looks_2.1.zip]foo_looks 2.1[/url][/span]
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-12 00:28:40
Quote
Quote
DocUK,

Great work on the Carbon 2 skin release!

Your release note message here was also very useful, I learned now how to close Foobar and not the look.

Impressed with the color/hues changing mechanism you added in, although I love the classic Carbon colours - glad you left them in the script, so we can have the cool black look.

I managed to get the overall bar black, but not to get the progress bar crisp like the classic Carbon. A little reading and editing did the trick though.

Well done, sincere thanks.


where did you find the reading material? i would like to know how to get the progress bar as crisp as the classic and also to do a little tweaking of my own
[a href="index.php?act=findpost&pid=225026"][{POST_SNAPBACK}][/a]


I believe that by "reading", Blitze is referring to the Carbon 2.0 script itself, and perhaps some resources explaining how foo_looks 2.1 scripts are put together.  Anyways, here is how to change to the old-style Carbon colors:

Open up carbon.ski and find the following lines:
Code: [Select]
background_color = { r=0, g=28, b=107 }
--background_color = { r=0, g=0, b=0 }

Here you must move the -- (which changes the line to a comment) up to the above line, as I have done here:
Code: [Select]
--background_color = { r=0, g=28, b=107 }
background_color = { r=0, g=0, b=0 }


By doing this, we have changed the default background color from the RGB color value (0,28,107), a blue, to (0,0,0) which is completely black, like the original Carbon.

Now we must change the default progress bar colors. Find the following lines:
Code: [Select]
{ sprites=progbars, a=230, r=255, g=255, b=255, side=-1  }, 
{ sprites=progbars, a=60,  r=255, g=255, b=255, side=1   }
--{ sprites=progbars, a=255, r=185, g=223, b=159, side=-1 },
--{ sprites=progbars, a=255, r=95, g=137, b=35, side=1 }

As above, move the -- up to the above lines. This is what the lines should look like afterwards:
Code: [Select]
--{ sprites=progbars, a=230, r=255, g=255, b=255, side=-1  }, 
--{ sprites=progbars, a=60,  r=255, g=255, b=255, side=1   }
{ sprites=progbars, a=255, r=185, g=223, b=159, side=-1 },
{ sprites=progbars, a=255, r=95, g=137, b=35, side=1 }


Seemed pretty self-explanatory to a coder  However, I guess it is a good sign that an advanced component such as foo_looks is also used by the general 'public'  Anyways, let me know if you can't get it to work. Enjoy!
Title: foo_looks v2.1
Post by: tk32 on 2004-07-12 00:59:28
[span style='font-size:8pt;line-height:100%']FAO:[/i] [/span]Ghosting


I'd be interested to know what kind of reading materials you would find helpful

I am currently trying to put together some more documentation for foo_looks, but this is proving a tough job for just 1 guy.

If you let me know what kind of stuff you'd find most helpful it'd help me a lot

it seems my current tutorials are either too basic, or too reference-based.

..and possibly too few


tk32.
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-12 01:19:30
Quote
[span style='font-size:8pt;line-height:100%']FAO:[/i] [/span]Ghosting


I'd be interested to know what kind of reading materials you would find helpful

I am currently trying to put together some more documentation for foo_looks, but this is proving a tough job for just 1 guy.

If you let me know what kind of stuff you'd find most helpful it'd help me a lot

it seems my current tutorials are either too basic, or too reference-based.

..and possibly too few


tk32.
[a href="index.php?act=findpost&pid=225049"][{POST_SNAPBACK}][/a]

Something I think would be real helpful for new look-coders would be an explanation of the many different ways something can be done in looks. Like attaching scripts formed in lua blocks, or just attaching the functions in "[ function ... end ]" segments.

Also, a list of how LUA, TagZ and everything else can work together. For example, TagZ->Look: %section._value%, LUA->Look: look_getValue(section, value). Just to explain how separate the LUA really is from the Look.

What I found most difficult in starting out coding for foo_looks 2.1 was just the tons of possibilities. Why do things one way and not another, etc.. Anyways that's just my 2 cents 
Title: foo_looks v2.1
Post by: PHISHSIHd on 2004-07-12 01:38:36
this has probably already been answered/asked sometime during this thread, but i was wondering if someone could answer quickly without me having to leaf through all 18 pages. 

when i installed foo_looks, the regular foobar skin and the foolooks skin loaded on the screen (two foobar windows).  is that what foo_looks does?  should there only be the skin on the screen? 

please advice.

thanks for helping my silly newb self. 
Title: foo_looks v2.1
Post by: tk32 on 2004-07-12 01:47:37
Quote
this has probably already been answered/asked sometime during this thread, but i was wondering if someone could answer quickly without me having to leaf through all 18 pages. 

when i installed foo_looks, the regular foobar skin and the foolooks skin loaded on the screen (two foobar windows).  is that what foo_looks does?  should there only be the skin on the screen? 

please advice.

thanks for helping my silly newb self. 
[a href="index.php?act=findpost&pid=225057"][{POST_SNAPBACK}][/a]


yes, this is exactly right

since the main foobar window is so useful, we decided not to completely replace it with a foo_looks skin

the foo_looks skin works as a complimentary 'remote control' for foobar
[span style='font-size:8pt;line-height:100%'](kind of like the remote panels you get when you use DVD-playback software eg. PowerDVD)[/span]

danZ' plan was to let the community continue to develop skins until we all agreed that there was a skin available that could completely replace the main UI. danZ has always said that it would be easy to make a small adjustment to foo_looks so that it completely replaced the main GUI.

for the time being what most foo_looks users do is send the main UI to the system tray while they are using the skin. then they can toggle it's display if they need to access some of the more advanced features from the main UI.


btw, everyone was a newbie to begin with - and questions are only stupid if you've asked them once already - so there's no problem.

don't be afraid to ask... none of us bite [span style='font-size:8pt;line-height:100%'](except anza perhaps )[/span]


tk32.
Title: foo_looks v2.1
Post by: anza on 2004-07-12 09:47:51
Quote
danZ' plan was to let the community continue to develop skins until we all agreed that there was a skin available that could completely replace the main UI. danZ has always said that it would be easy to make a small adjustment to foo_looks so that it completely replaced the main GUI.[a href="index.php?act=findpost&pid=225062"][{POST_SNAPBACK}][/a]
That was something I didn't know (even though I've followed foo_looks' development from the very first release (foo_wsgui or something ). Guess I've missed a post or so.. 
Perhaps I should go on and start designing the a nice little look again.
Oh, and also sorry for stopping development on my Orb. I lost it (and quite much everything else of my foobar stuff some time ago (well, I think it's a few months already, but it really doesn't feel like a long time) and I just lost my interest in foo_looks. I think I could start again, as I now have some spare time on my hands again.

Quote
don't be afraid to ask... none of us bite [span style='font-size:8pt;line-height:100%'](except anza perhaps )[/span][a href="index.php?act=findpost&pid=225062"][{POST_SNAPBACK}][/a]
I don't bite people... that much..
Title: foo_looks v2.1
Post by: wild on 2004-07-12 13:05:59
Great Look Hadda , but how can i change the position of the look on my screen?

When I choose the Look , it appeares at the very bottem of my Screen , and i wanna change this postion , but i dont know from where to hold it so i can move it on my screen.
Title: foo_looks v2.1
Post by: dano on 2004-07-12 13:49:00
wild, use ALT key + left mouse button to drag any skin around.
Title: foo_looks v2.1
Post by: ghosting on 2004-07-13 05:12:00
if you could have a script and then an explanation of what each line is or something like, it would be great

i probably could figure out what each line does if i took the time and researched hehe

i just don't have the right motivation yet or the time
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-13 17:10:35
Quote
if you could have a script and then an explanation of what each line is or something like, it would be great

i probably could figure out what each line does if i took the time and researched hehe

i just don't have the right motivation yet or the time
[a href="index.php?act=findpost&pid=225467"][{POST_SNAPBACK}][/a]


I would be willing to do this with Carbon. However, I think more than a description per line is necessary, as everything relies on everything else.
Title: foo_looks v2.1
Post by: wild on 2004-07-13 19:23:38
Thanx alot dano for the info
Title: foo_looks v2.1
Post by: slicepizza on 2004-07-15 05:02:40
Quote
Hi
Today new wersion of "Foopilot" (beta3) skin is avitable.
- I named skin
- Album info is avitable on rigt mouse click from playlist on unactive area.
- Scroll now work ok
- Some bugs I have fixed.
(http://kaczka2k.w.interia.pl/foopilot.jpg)
Some infos don't work yet.
Download (100kB): here (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip)
[a href="index.php?act=findpost&pid=224355"][{POST_SNAPBACK}][/a]


(http://home.naver.com/slicepizza/Picture/1212.jpg)

Thanks Hadda,
Now I'm using your "Foopilot".
But I have some problem as you see the image.
How can I change fontstyle 'italic' to regular or bold in playlist?

Thanks in advance.
Title: foo_looks v2.1
Post by: Hadda on 2004-07-15 09:51:49
@slicepizza
font style is initializing in four places in Foopilot:
(I thing that two of it you alredy find)

1) in "Foopilot.ski" file there are two lines "int fontstyle x". First is global font and secound is playlist style font. In this lines "x" values you must decrease by 2.

2) in "PL.ski" file you mast find this part of code:
Code: [Select]
if s == fb2k_getNowPlaying() then
     look_setFillColor(pln[i+1],look_color(0, 0, 0, 0))
     look_setFontColor(pln[i+1],look_color( 255, 255, 255, 255))
     look_setFontStyle(pln[i+1] , 3)--<-here
 else
     look_setFontStyle(pln[i+1] , 2)--<-here
     look_setFillColor(pln[i+1],look_color(0, 0, 0, 0))
     look_setFontColor(pln[i+1],look_color(255, 186, 243, 255))
 end

and decrease in lines :"look_setFontStyle(pln[i+1] , x)" "x" values by 2 (3->1 2->0)

You can experiment with styles
----------------------------------
fontstyle.Regular - 0
fontstyle.Bold - 1 [DEFAULT]
fontstyle.Italic - 2
fontstyle.BoldItalic - 3
fontstyle.Underline - 4
fontstyle.Strikeout – 8
----------------------------------
:edit:
PS: two days ago i made litlle optimalization to less cpu usage and updated skin. So if someone downloaded earlier can download again
Title: foo_looks v2.1
Post by: dano on 2004-07-15 12:24:22
Quote
PS: two days ago i made litlle optimalization to less cpu usage and updated skin. So if someone downloaded earlier can download again
[a href="index.php?act=findpost&pid=226142"][{POST_SNAPBACK}][/a]

Thanks for mentioning the update  I notice CPU-usage is better now.
I love that Hide-Toggle.
Can you bring back the toggle between Album list and Playlist to the field where stands "Foobar 2000", the ^ button is a bit small.
Great skin, I can't really decide between yours and the Navigator.
Title: foo_looks v2.1
Post by: Hadda on 2004-07-15 12:50:15
@dano:
Thanks.

I think that this button is too small too. But I'm now not at home. I will on monday so mayby tuesdey I'll do some with that button. I thing that I'll make big swith button on playlist area on rigt upper free area. I now thinking too about rolling (like playlist) list of playlists (moving from righ to left under volume bar).When someone using many playlists that will be good solution.

Regards Hadda
Title: foo_looks v2.1
Post by: slicepizza on 2004-07-15 15:22:51
Thanks a lot Hadda.
Title: foo_looks v2.1
Post by: Blitze on 2004-07-15 18:30:06
Quote
where did you find the reading material? i would like to know how to get the progress bar as crisp as the classic and also to do a little tweaking of my own
[a href="index.php?act=findpost&pid=225026"][{POST_SNAPBACK}][/a]

Sorry I didn't see your message until now, but DocUK gave you an excellent and detailed reply - so the colours part is taken care of.

Until recently, I had no idea how the looks worked, reading thru the script file I was amazed of how much can be done with it.

One other tweak I made on my copy of Carbon was changing the behaviour of the Close button in the extreme right. I kept making a mistake ocasionaly, and left-clicking it to close the app (Foobar) as usual. But DocUK had programmed two different actions on that button.

Left click, it closes Foo_Looks. Right-click, it closes Foobar itself. Since I won't always remember that, , I read thru the script, found the part that does it, and changed it to the normal Close button (it closes Foobar on left click).

If ayone wants to do this mod, it's not hard. On the very last line in Carbon.ski you find (BOLD added to key words):

Quote
list scripts string { "[function onleftbuttonup(this) look_hide() end]", "[function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]" }


I changed it to this :

Quote
list scripts string { "[function onleftbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]", "[function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]" }


And it does what I want.
Title: foo_looks v2.1
Post by: Blitze on 2004-07-15 19:17:23
Quote


The new graphics you and Dziuba are developing for it are very neat too, look forward to that future release. Thank you!
Title: foo_looks v2.1
Post by: ssteven on 2004-07-17 03:47:06
(http://stev3n.com/foo.PNG)

Can anyone please help me with this?  All foo looks do the same thing for me.

I have a radeon9800pro, running foobar 0.8.2 and the newest version of foolooks.
Title: foo_looks v2.1
Post by: tk32 on 2004-07-17 12:07:36
Quote
Can anyone please help me with this?  All foo looks do the same thing for me.

I have a radeon9800pro, running foobar 0.8.2 and the newest version of foolooks.
[a href="index.php?act=findpost&pid=226645"][{POST_SNAPBACK}][/a]


looks like another StyleXP user maybe

ok, try clicking inside that colored box and pressing F9

that's always the first step in debugging this problem
Title: foo_looks v2.1
Post by: ssteven on 2004-07-17 15:37:42
Quote
looks like another StyleXP user maybe

ok, try clicking inside that colored box and pressing F9

that's always the first step in debugging this problem
[a href="index.php?act=findpost&pid=226704"][{POST_SNAPBACK}][/a]


That fixed my problem.. very odd

I'm not using StyleXP but I am using the UXTheme mulitpatcher.  Perhaps that had something to do with it
Title: foo_looks v2.1
Post by: tk32 on 2004-07-17 18:50:58
Quote
That fixed my problem.. very odd

I'm not using StyleXP but I am using the UXTheme mulitpatcher.  Perhaps that had something to do with it
[a href="index.php?act=findpost&pid=226742"][{POST_SNAPBACK}][/a]



the bug you reported is always related to one of the windows UI theme programs

it's a tough one to solve though

i'm glad that gave you a quick fix though.

we'll let you know if we can work out why it happens
Title: foo_looks v2.1
Post by: Hadda on 2004-07-17 22:43:08
I made today very very little update. (By dano sugestion toggle [PL<->Album Info] is avitable from all PL unactive area now).

@Blitze. If you like this graphics (older one) I'll make few modes on foopilot when project will going to end. But now I focused on one version. This graphics is experimental, the older one is Dziuba original project and I moded it a little. But finall version will be look different I know. .

Regards Hadda
(new version is avitable from here (100 kB) (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip) )
Title: foo_looks v2.1
Post by: ssteven on 2004-07-18 02:46:50
Quote
I made today very very little update. (By dano sugestion toggle [PL<->Album Info] is avitable from all PL unactive area now).

@Blitze. If you like this graphics (older one) I'll make few modes on foopilot when project will going to end. But now I focused on one version. This graphics is experimental, the older one is Dziuba original project and I moded it a little. But finall version will be look different I know. .

Regards Hadda
(new version is avitable from here (100 kB) (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip) )
[a href="index.php?act=findpost&pid=226834"][{POST_SNAPBACK}][/a]


Hi

Just a little suggestion, perhaps when viewing the tracklist, enable a scrollbar, so you can easily move through thousands of MP3s.
Title: foo_looks v2.1
Post by: ghosting on 2004-07-18 06:12:07
hmm maybe i should look thru the script and see if i can figure out stuff and tweak it hehe

too bad i'm a lazy bastard
Title: foo_looks v2.1
Post by: Hadda on 2004-07-18 08:50:19
@ssteven: Yes I know scrollbar is necessary 
I thing that I'll make this and list of playlists on next weekend. . Changing order will be implement too.
Title: foo_looks v2.1
Post by: Hawk on 2004-07-18 10:38:30
foopilot is a very good skin but it is going to get even better
Title: foo_looks v2.1
Post by: KondzioR on 2004-07-18 11:34:34
Quote
(new version is avitable from here (100 kB) (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip) )
[a href="index.php?act=findpost&pid=226834"][{POST_SNAPBACK}][/a]


it's some problems with win rar archives
Title: foo_looks v2.1
Post by: Linkin on 2004-07-18 12:13:50
@hadda

i really love your skin but i miss an option to make it always on top

edit: and i'd prefer left klick for next and right for previous 
Title: foo_looks v2.1
Post by: Hadda on 2004-07-18 13:31:36
Thanks

@KondzioR: I do not know why. Maybe becouse I added to archive with 7zip
aplication. Try to download again I updated file.

@Linkin:- I do no know how to fix losting always on top mode. That makes me nervous too.This is probably foo_looks bug. For now that option with Foopilot is available only from foobar menu.
Title: foo_looks v2.1
Post by: atici on 2004-07-18 16:26:34
Thanks Hadda. This skin made my day. Finally foo_looks is no longer a theoretical concept  This skin is simply great.

I have a few newbie questions:The requests I have is:What other changes are you planning?

Edit: I just realized that the http streams do not show up in the playlist for some reason.
Title: foo_looks v2.1
Post by: Hadda on 2004-07-18 18:00:11
@atici:
Quote
How does the hiding toggle (typo in the skin tooltip:toggle not toogle) work? When it is hidden how do you bring it back?

When you click right button, little light will off now and the hiding is now active. So when skin is not active is hide and to bring it back you must move on up side of pleace when the skin was. Best place for this skin is up of the pulpit becous of this and graphics too.
When skin is hide shows info for short time when track is changing
Quote
What's the standard for the album covers? What should the filename/type/size be?

I do not know. Untill now I have not any covers . covers are automaticly scaling.
Just put in to the album folder - cover when you download it from web.
Quote
The requests I have is:

-(a) The playlist open close animation be faster/snappier.
-(b) A little button for playback mode: Shuffle/Repeat/Repeat 1 etc.
-© The ability to reorder the files in the playlist if I click the on little space to the left of the track number. When I click there a little thing might appear to indicate the title is being moved in the playlist.
-(d) Could we also rename/remove playlist inside the Playlist of the skin (not through foobar)?
-(e) I don't know if this is possible but a "Play Next" would be great. Click on a title and choose "Play Next" and that title will start at the end of the current song. Could this be made through the skin or a change in fb2k is necessary?

What other changes are you planning?

-(a) Playlist may be faster. I must make hiding function more flexible and then I'll write post how to tweak it.
-(b) will be .
-©,(d) I think that this is pilot not menager.... (I do not know how to do this for now heh maybe I do that in future)
-(e) I think is posiible. For now when i simply click on track from playlist and then hide(or not) playlist the next track will be right this track . If this is foobar property or some plugin ? I do not know.

I'm not precisely planing how that skin will finally look and work.
I think that:

- rolling up list of playlists from left side of playlist/album info

- "little button for playback mode: Shuffle/Repeat/Repeat" will be aded next weekend and the first point

- roling up control panel from right side of playlist/album info with some others buttons/menus/colours and font styles, but i implement this when saving in foo_looks will be avitable.
This is all for now.

Regards Hadda

:edit:
This is simply path for now to increse speed of scrolling 2x and speed of rolling up/down PL 3x
download 5 kB here (http://kaczka2k.w.interia.pl/Foopilot_beta4_fast_patch.zip)
if someone wont to using it must add this path and then select Foopilot_fast.ski.
This path will be not develop with next versions I think. 
(Maybe I add it to configuration later.)

:edit2: this link do not work from now

^^^^^
Quote
Edit: I just realized that the http streams do not show up in the playlist for some reason.

I must test it .
:edit2:
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////

I updated right now my skin and this time configuration is access with editing
!foopilot_phone_tweak.cfg file.

for now avitable tweaking in this file are:
-master font style
-pl font style
-highlite PL font style
-PL speed
-scroll step
-toggle of r.time / e.time

just choice your code
download : here 100 kB (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip)
Title: foo_looks v2.1
Post by: actio on 2004-07-21 19:25:45
Hi
a lot of user uses w98se or me

why don't let possible to run this great plug under windows98 and me?

maybe it would great another plug with no so nice feature but able to run under w98&me

foobar is a awesome player that doesn't need too many resourse so everybody can use foobar ...

yeah i knowe why it can run underw98&me ....but maybe a second skin plug with less features would be the best solution
Title: foo_looks v2.1
Post by: tk32 on 2004-07-21 23:02:36
Quote
Hi
a lot of user uses w98se or me

why don't let possible to run this great plug under windows98 and me?

maybe it would great another plug with no so nice feature but able to run under w98&me

foobar is a awesome player that doesn't need too many resourse so everybody can use foobar ...

yeah i knowe why it can run underw98&me ....but maybe a second skin plug with less features would be the best solution
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=227875")


danZ is too busy to rebuild the plugin without the alpha-transparency features right now

however, i could probably re-release version ~1.05 of foo_looks especially for win98 users

the skin design options were very limited though (must be rectangle, no playlist support, etc...)

but i still have a few 1.0 skins on my HD - and all the skins on [a href="http://www.foobarlooks.tk]www.foobarlooks.tk[/url] are still 1.0 only[span style='font-size:8pt;line-height:100%'] (that site hasn't updated in over 12 months)[/span]

let me know what you think...

tk32
Title: foo_looks v2.1
Post by: actio on 2004-07-22 07:55:05
I would love to see foobar player run with skins.....

a lot of users still use w98 or me ...

it think it would be great
Title: foo_looks v2.1
Post by: ronyzyz1 on 2004-07-22 19:36:25
Quote
I would love to see foobar player run with skins.....

a lot of users still use w98 or me ...

it think it would be great
[a href="index.php?act=findpost&pid=228020"][{POST_SNAPBACK}][/a]

Honestly, I can't understand why anyone would use Windows 98 today.
Title: foo_looks v2.1
Post by: GHammer on 2004-07-22 20:39:12
Are there any mirrors for the plugin?
I am in China, and I have not been able to download anything from www.loodi.com

I'd be happy to provide a mirror if you'd like. Just PM me.
Title: foo_looks v2.1
Post by: anza on 2004-07-22 20:43:24
Quote
Quote
Hi Guys!

Nice work all!!! Good work

only, the links is down in the topic start
Someone give me a good mirror?!

TX
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=225032")


Again, newest version, for those who do not wish to read the thread:

[span style='font-size:27pt;line-height:100%'][a href="http://www.btinternet.com/~sean.m.kelly/foo_looks_2.1.zip]foo_looks 2.1[/url][/span]
[a href="index.php?act=findpost&pid=225034"][{POST_SNAPBACK}][/a]
Title: foo_looks v2.1
Post by: tk32 on 2004-07-22 22:41:43
can anyone else host a mirror of the foo_looks zip for me??

if so, then go ahead, and tag the url onto your next post

it'd really help so have a few more mirrors for the files
Title: foo_looks v2.1
Post by: anza on 2004-07-22 22:48:39
[span style='font-size:14pt;line-height:100%']Mirror here (http://koti.mbnet.fi/antsau/foobar2000/foo_looks_2.1.zip)[/span].
Title: foo_looks v2.1
Post by: Gord on 2004-07-23 04:33:26
Quote
foo_looks 2.1 mirror (http://frooptech.net/foobar/foo_looks_2.1.zip)[a href="index.php?act=findpost&pid=223717"][{POST_SNAPBACK}][/a]
Title: foo_looks v2.1
Post by: kode54 on 2004-07-23 05:12:03
*boink, random posting here*

Quote
If ayone wants to do this mod, it's not hard. On the very last line in Carbon.ski you find (BOLD added to key words):

Quote
list scripts string { "[function onleftbuttonup(this) look_hide() end]", "[function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]" }


I changed it to this :

Quote
list scripts string { "[function onleftbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]", "[function onrightbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]" }


And it does what I want.
[a href="index.php?act=findpost&pid=226305"][{POST_SNAPBACK}][/a]


You could have easily done it like this just to swap the right/left button actions, so right hides the look:

Quote
list scripts string { "[function onrightbuttonup(this) look_hide() end]", "[function onleftbuttonup(this) fb2k_menuCommand('Foobar2000/Exit') end]" }
Title: foo_looks v2.1
Post by: Hadda on 2004-07-23 09:43:08
Foo_looks 2.1 mirror (http://kaczka2k.w.interia.pl/foo_looks_2.1.zip)
Title: foo_looks v2.1
Post by: tk32 on 2004-07-23 10:17:22
thanks guys - that's great work

[span style='font-size:16pt;line-height:100%']foo_looks 2.1[/span]
Mirror 1 (http://www.btinternet.com/~sean.m.kelly/foo_looks_2.1.zip) | Mirror 2 (http://koti.mbnet.fi/antsau/foobar2000/foo_looks_2.1.zip) | Mirror 3 (http://frooptech.net/foobar/foo_looks_2.1.zip) | Mirror 4 (http://kaczka2k.w.interia.pl/foo_looks_2.1.zip)
Title: foo_looks v2.1
Post by: Hadda on 2004-07-26 18:27:45
Quote
Quote
Hi
a lot of user uses w98se or me

why don't let possible to run this great plug under windows98 and me?

maybe it would great another plug with no so nice feature but able to run under w98&me

foobar is a awesome player that doesn't need too many resourse so everybody can use foobar ...

yeah i knowe why it can run underw98&me ....but maybe a second skin plug with less features would be the best solution
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=227875")


danZ is too busy to rebuild the plugin without the alpha-transparency features right now

however, i could probably re-release version ~1.05 of foo_looks especially for win98 users

the skin design options were very limited though (must be rectangle, no playlist support, etc...)

but i still have a few 1.0 skins on my HD - and all the skins on [a href="http://www.foobarlooks.tk]www.foobarlooks.tk[/url] are still 1.0 only[span style='font-size:8pt;line-height:100%'] (that site hasn't updated in over 12 months)[/span]

let me know what you think...

tk32
[{POST_SNAPBACK}][/a]
(http://index.php?act=findpost&pid=227933")


Hi.
tk32: Could you send me e-mail with working version foo_looks for 98 ? I'll make mirror. People on Polish forum asking for it. Links on [a href="http://www.foobarlooks.tk/]http://www.foobarlooks.tk/[/url] do not work earlier than 1.06  .

This is my e-mail: hadziu@o2.pl
I'll be glad.

Hadda
Title: foo_looks v2.1
Post by: tk32 on 2004-07-26 18:52:14
ok Hadda

got to find the files first though (on a backup CDR)

staying away from home tonight - but i'll dig it up tomorrow and email it to you
Title: foo_looks v2.1
Post by: anza on 2004-07-26 20:16:03
Check if this works for you (it's version 1.08).

http://www.hydrogenaudio.org/forums/index....showtopic=24348 (http://www.hydrogenaudio.org/forums/index.php?showtopic=24348)
Title: foo_looks v2.1
Post by: Hadda on 2004-07-26 21:46:47
Quote
Check if this works for you (it's version 1.08).

http://www.hydrogenaudio.org/forums/index....showtopic=24348 (http://www.hydrogenaudio.org/forums/index.php?showtopic=24348)
[a href="index.php?act=findpost&pid=229218"][{POST_SNAPBACK}][/a]

@anza:
I can't test it too. I was thinking when I readed tk32 post if this is 1.05 the lastest version win98 compatibile.
@tk32: Thanks.
Title: foo_looks v2.1
Post by: Gord on 2004-07-27 07:03:20
I don't see why people just don't move from the stone age and get rid of 98 :|
Title: foo_looks v2.1
Post by: Hadda on 2004-07-27 07:16:09
Quote
I don't see why people just don't move from the stone age and get rid of 98 :|
[a href="index.php?act=findpost&pid=229319"][{POST_SNAPBACK}][/a]

So you think that they do not wont ?
Title: foo_looks v2.1
Post by: anza on 2004-07-27 11:54:36
Quote
I don't see why people just don't move from the stone age and get rid of 98 :|
[a href="index.php?act=findpost&pid=229319"][{POST_SNAPBACK}][/a]


One good reason could be the fact that Windows is waaaaay overpriced (IMHO at least).
Title: foo_looks v2.1
Post by: Hadda on 2004-07-28 15:09:59
Hi

Today update of Foopilot.

-very first version of playlist bar
-I incresed PL speed by 2x

(but anyone who wont bring it back can edit "!foopilot_phone_tweak.cfg" file to easy change some preferences)

download Foopilot:here 100kb (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip)


Regards Hadda
Title: foo_looks v2.1
Post by: Hadda on 2004-07-28 22:46:02
Today little too far I updated my skin. From that moment i found many bugs and changed It . Now PL bar looks like in this picture:  (http://kaczka2k.w.interia.pl/bar.jpg)
So if do not you can download again: here (http://kaczka2k.w.interia.pl/Foopilot_beta4.zip)
Title: foo_looks v2.1
Post by: Hadda on 2004-07-31 00:59:32
Hi again
Today beta_5 of Foopilot.
Lastest version of Foopilot beta_4 is available too - becouse this version (beta_5) is experimental.
-I made new scroll and it's working like scroll from winamp (stops on edges for moment and back) It's very first version of scroll. This very simply scroll is more CPU friendly.

(http://kaczka2k.w.interia.pl/krotki.jpg)
Download  Foopilot beta 5: here 101 kB (http://kaczka2k.w.interia.pl/Foopilot_beta5.zip)





[If someone is interesting to implement this scroll in own skin - I can write more flexible scroll with example. ]
Title: foo_looks v2.1
Post by: GHammer on 2004-07-31 14:31:53
Hello,

I'm using Foopilot beta 5 and it is great except for one item.
The cover art displays one selection behind.

When I start, it is the correct cover of course.
Selection plays and selection 1 cover is still there.
Select 3 plays, selection 2 cover is displayed.

And so on.

Any ideas?

This is a fresh install of foobar 0.8.3 and components.

Thanks!
Title: foo_looks v2.1
Post by: dano on 2004-07-31 14:39:24
well that's a bug that appears or disappears depending on which plugins you have installed with foobar. it also appears on the navigator skin by upnorth
maybe if you add foo_playlistgen_ex.dll it could help or if you remove other components
Title: foo_looks v2.1
Post by: GHammer on 2004-07-31 14:53:49
Quote
well that's a bug that appears or disappears depending on which plugins you have installed with foobar. it also appears on the navigator skin by upnorth
maybe if you add foo_playlistgen_ex.dll it could help or if you remove other components
[a href="index.php?act=findpost&pid=230561"][{POST_SNAPBACK}][/a]


Hmmm, already have foo_playlistgen_ex.dll added, I installed 'special' so have many components loaded. Got a favorite to delete?

Thanks for the assistance.
Title: foo_looks v2.1
Post by: dano on 2004-07-31 15:01:49
My dll list:
[span style='font-size:8pt;line-height:100%']amip.dll
foo_albumlist.dll
foo_amipwrapper.dll
foo_ape.dll
foo_burninate.dll
foo_cdda.dll
foo_clienc.dll
foo_console.dll
foo_convolve.dll
foo_dbexplorer.dll
foo_dbsearch.dll
foo_diskwriter.dll
foo_dsp_extra.dll
foo_flac.dll
foo_id3v2.dll
foo_input_std.dll
foo_looks.dll
foo_out_dsound_ex.dll
foo_output_asio(dll).dll
foo_output_std.dll
foo_playlistgen_ex.dll
foo_qconfig.dll
foo_quicktag.dll
foo_read_http.dll
foo_rgscan.dll
foo_scheduler.dll
foo_scroll.dll
foo_speex.dll
foo_text.dll
foo_ui_columns.dll
foo_ui_std.dll
foo_vis_manager.dll
foo_vis_vu_meter.dll
foo_wavpack.dll
[/span]
When i had foobar 0.82 it worked and i had not the asio dll installed. after installing foobar 0.83 i had the bug, i installed the asio dll and bug was gone
it's weird...
Title: foo_looks v2.1
Post by: Hadda on 2004-07-31 16:20:30
Quote
Hello,

I'm using Foopilot beta 5 and it is great except for one item.
The cover art displays one selection behind.

When I start, it is the correct cover of course.
Selection plays and selection 1 cover is still there.
Select 3 plays, selection 2 cover is displayed.

And so on.

Any ideas?

This is a fresh install of foobar 0.8.3 and components.

Thanks!
[a href="index.php?act=findpost&pid=230556"][{POST_SNAPBACK}][/a]

I just updated code but I need raport if work or not now. In beta_4 i was thinking that I fixed this bug. But when I made new scroll it's back.
Pleace raport if this beta_5 work and beta_4 ??
Title: foo_looks v2.1
Post by: GHammer on 2004-07-31 17:13:31
Quote
Quote
Hello,

I'm using Foopilot beta 5 and it is great except for one item.
The cover art displays one selection behind.

When I start, it is the correct cover of course.
Selection plays and selection 1 cover is still there.
Select 3 plays, selection 2 cover is displayed.

And so on.

Any ideas?

This is a fresh install of foobar 0.8.3 and components.

Thanks!
[a href="index.php?act=findpost&pid=230556"][{POST_SNAPBACK}][/a]

I just updated code but I need raport if work or not now. In beta_4 i was thinking that I fixed this bug. But when I made new scroll it's back.
Pleace raport if this beta_5 work and beta_4 ??
[a href="index.php?act=findpost&pid=230595"][{POST_SNAPBACK}][/a]


Hello, no as I said, this is with beta 5. Beta 4 did not work, but I had made changes to foobar, so removed it completely and reinstalled with only defaults, then installed beta 5.
Title: foo_looks v2.1
Post by: dano on 2004-07-31 17:27:49
I think Hadda means you should download beta5 again
Title: foo_looks v2.1
Post by: Hadda on 2004-08-02 00:49:44
I'm still trying to find the way to walk round this bug. I think that some infos are not refreshing when onplaybacknewtrack and other handles are launched. So in Foopilot refreshing of this infos are delayed (1/15s or 1/2s). I check it and work for me. But mayby in other computers this delay is too short . So in last version of Foopilot I refreshing this infos  (8 times) in 4 second . But I need some confirmation of efect. Dziuba confirm of working with 1/15s delay and other one person . But GHammer not (before update of my skin).

Regards Hadda
Title: foo_looks v2.1
Post by: GHammer on 2004-08-02 16:52:32
Quote
I'm still trying to find the way to walk round this bug. I think that some infos are not refreshing when onplaybacknewtrack and other handles are launched. So in Foopilot refreshing of this infos are delayed (1/15s or 1/2s). I check it and work for me. But mayby in other computers this delay is too short . So in last version of Foopilot I refreshing this infos  (8 times) in 4 second . But I need some confirmation of efect. Dziuba confirm of working with 1/15s delay and other one person . But GHammer not (before update of my skin).

Regards Hadda
[a href="index.php?act=findpost&pid=230983"][{POST_SNAPBACK}][/a]


Hello,

I downloaded the skin (Beta 5) again and replaced the folders/files. Some did have different dates than the other Beta 5 I had installed.

Anyway, no change on the cover art. It is consistently 1 selection behind. All else is fine.

If it makes any difference, I have a mix of APE, APL, MPC, and MP3 files. The files are all in a tree of Artist/Album/ and in each album directory there is a folder.jpg for cover art.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-02 16:58:09
Now I know why this bug is back in Foopilot. I'm now fixing it .I thing in one hour I'll update Foopilot .
@GHammer: Thanks for raporting
Title: foo_looks v2.1
Post by: GHammer on 2004-08-02 16:59:06
Quote
I'm still trying to find the way to walk round this bug. I think that some infos are not refreshing when onplaybacknewtrack and other handles are launched.

[a href="index.php?act=findpost&pid=230983"][{POST_SNAPBACK}][/a]


Actually this is happening. As soon as the selection changes, I get new track info and a new cover image. The track info is correct, the cover art is for the previous selection.

To the untrained, it looks like a counter is not setting when first loaded. Why?

Start foobar and the look is loaded.
Selection 1 has the correct track info and cover art displayed.
When selection 2 begins the track info is updated but the cover art stays the same (#1)
When selection 3 begins, the track info is updated and the cover art is changed to the cover for selection 2.
This continues for the rest of the selections.

So, to me, it looks like a counter is not incremented or more likely starts at zero but other logic assumes it started at 1. That would explain why it stays the same for selection 2 then changes each track afterward.

Lucky guess?
Title: foo_looks v2.1
Post by: Hadda on 2004-08-02 18:00:26
I just updated Foopilot to "column_UI" bug free (I hope).
@GHammer: Try now if work fine ??
Title: foo_looks v2.1
Post by: Hadda on 2004-08-02 18:31:37
This are two screens with two situations when the bug exist:

1)  )
:edit:
all ms*10 huh 
Title: foo_looks v2.1
Post by: GHammer on 2004-08-02 20:38:22
Quote
I just updated Foopilot to "column_UI" bug free (I hope).
@GHammer: Try now if work fine ??
[a href="index.php?act=findpost&pid=231175"][{POST_SNAPBACK}][/a]


No, still one selection back.

I have downloaded from the beta 5 link in this topic.
Title: foo_looks v2.1
Post by: upNorth on 2004-08-02 23:08:38
Quote
So, to me, it looks like a counter is not incremented or more likely starts at zero but other logic assumes it started at 1. That would explain why it stays the same for selection 2 then changes each track afterward.

Lucky guess?
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=231148")
Your theory fails, when you take into account the fact that everything works just fine until you install one of the "magic problem plugins". My impression is that this is a bug in foo_looks itself, and the best you can hope to do about it, is to make a workaround. Too bad danZ has too much to do with his new job, because it would be nice to have it fixed, if possible.

But, at last I've been bored enough to attempt to make a workaround. Download: [a href="http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta3/navigator_beta3.1.rar]navigator beta 3.1[/url]
UPDATE: Please download again as I fogot to fix albumart the first time. See my next post for more details.
UPDATE2: Please download again as I fogot to fix trackrating the two first times. 

Btw: If my assumption above is wrong, please enlighten me
Title: foo_looks v2.1
Post by: GHammer on 2004-08-03 00:20:15
Quote
Quote
So, to me, it looks like a counter is not incremented or more likely starts at zero but other logic assumes it started at 1. That would explain why it stays the same for selection 2 then changes each track afterward.

Lucky guess?
[a href="index.php?act=findpost&pid=231148"][{POST_SNAPBACK}][/a]
Your theory fails, when you take into account the fact that everything works just fine until you install one of the "magic problem plugins".
[a href="index.php?act=findpost&pid=231269"][{POST_SNAPBACK}][/a]


Which magical plugin do you believe it is?

The workaround in your look did not correct the problem BTW.

But, if I click the image when it rezizes I get the correct cover art.
Title: foo_looks v2.1
Post by: upNorth on 2004-08-03 10:26:20
@GHammer:
Oops, I forgot to fix the albumart problem (I only "fixed" playlist and the scrolling text.). 
Try to download again, and see if there is any improvement.

Note: This workaround involves a delay/second update, and if the default setting doesn't work, try to change the delayedUpdate_BUGFIX parameter in the presets section in navigator.ski.

At least it seems to work here, but you never know with this bug. The scrolling text might jump a little on the second update, but IMHO that is better than being one step behind.

Plugins that might cause problems has been mentioned many times earlier in this thread. IIRC at least UI Columns and Extended playlist generator can trigger it, but I haven't had any problems with those two lately. It seems to depend on load order and/or the collection of plugins being loaded.
Title: foo_looks v2.1
Post by: GHammer on 2004-08-03 10:37:37
Quote
@GHammer:
Oops, I forgot to fix the albumart problem (I only "fixed" playlist and the scrolling text.).  
Try to download again, and see if there is any improvement.

Note: This workaround involves a delay/second update, and if the default setting doesn't work, try to change the delayedUpdate_BUGFIX parameter in the presets section in navigator.ski.
[a href="index.php?act=findpost&pid=231382"][{POST_SNAPBACK}][/a]

Working great! Didn't change any plugins, etc. Just put the updated look in and all is well.

Thanks! I don't care if ColumnUI had to go, but I do like the Extended laylist Generator.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-03 12:22:10
So I updated Fopilot with 1s (0.5s-1s i think) delay too.

@GHammer: I'm interesting if this version of foopilot work for you too.

download Foopilot from:here (http://kaczka2k.w.interia.pl/Foopilot_beta5.zip)


You can test this bug with this simply bug_test.ski :here (http://kaczka2k.w.interia.pl/bug_test.ski)
Title: foo_looks v2.1
Post by: Hadda on 2004-08-04 01:27:21
Huh I spend many time becouse of my English is poor. I updates infos without "cover art" becouse i do not knew what was it. 
In Foopilot this info never was bugfix until now . I little shame of chaos what I created.

(So it's not nessesery to wait 1s. It's enouth 0,5s [or 1/15s] I'm almost sure.
Some infos (when bug work)  refreshing in next loop of onupdate and some in next loop of onupdateplayerstatus. It can bee seen with bug_test.ski (or on this two screens some posts before.)  )
Title: foo_looks v2.1
Post by: WuphonsReach on 2004-08-04 06:51:26
Quote
download Foopilot from:here (http://kaczka2k.w.interia.pl/Foopilot_beta5.zip)

Foopilot looks very nice (using beta 5).

One problem is that if you use a different DPI in Windows then the track lengths get cut off (only shows "4:1..." instead of the full time of "4:17:12").  To get to the DPI settings: Display Properties, Settings, Advanced, General Tab, DPI Setting.  I'm using 117 DPI at the moment and the laptop runs at 127 DPI.

My second issue would be that the user-interface is too "hot".  It would be nice if there was a 1 or 2 pixel area around everything that could be used to drag the window around.  Instead, unless I click only in the upper right corner, it's possible to change my position in the track or hit the volume control.

Any idea how to make the drop-down play list wider?  Right now it only shows up under the blue area in the interface, when I'd like it to use the full width of the main bar.
Title: foo_looks v2.1
Post by: actio on 2004-08-04 11:05:11
Hi
i installed the w98se look plug in  , I read the install process but it doesn't work

what 's wrong???
Title: foo_looks v2.1
Post by: Hadda on 2004-08-04 11:37:53
Quote
Quote
download Foopilot from:here (http://kaczka2k.w.interia.pl/Foopilot_beta5.zip)

Foopilot looks very nice (using beta 5).

One problem is that if you use a different DPI in Windows then the track lengths get cut off (only shows "4:1..." instead of the full time of "4:17:12").  To get to the DPI settings: Display Properties, Settings, Advanced, General Tab, DPI Setting.  I'm using 117 DPI at the moment and the laptop runs at 127 DPI.

My second issue would be that the user-interface is too "hot".  It would be nice if there was a 1 or 2 pixel area around everything that could be used to drag the window around.  Instead, unless I click only in the upper right corner, it's possible to change my position in the track or hit the volume control.

Any idea how to make the drop-down play list wider?  Right now it only shows up under the blue area in the interface, when I'd like it to use the full width of the main bar.
[a href="index.php?act=findpost&pid=231677"][{POST_SNAPBACK}][/a]


Ok I updated Foopilot to 9h compatibile time . But I don't have any track longer than 15min. I don't know if DPI have importance.
To drag any skin use left mouse button with alt.

:edit:
bugs bugs .... uff I fixed just bug with internet radio not displayed and updated .
Title: foo_looks v2.1
Post by: GHammer on 2004-08-04 20:26:16
Quote
So I updated Fopilot with 1s (0.5s-1s i think) delay too.

@GHammer: I'm interesting if this version of foopilot work for you too.

[a href="index.php?act=findpost&pid=231425"][{POST_SNAPBACK}][/a]


Excellent! Changes cover art with each selection with this version.

Thank you for all your time and for a great look!
Title: foo_looks v2.1
Post by: The Link on 2004-08-04 20:45:27
Is there a possibity to highlight the currently playing track in foopilot (as in navigator)?

edit: I mean by (double)clicking in some area
Title: foo_looks v2.1
Post by: Hadda on 2004-08-04 22:30:59
@GHammer: Thanks a lot. I'm glad of all working correctly.

@The Link: I don't know whitch area? Would you tell my again ?


I had steal many code from navigator (Playlist (and scroll in beta_4 upNorth) and more). I hope that upNorth don't have any against.
(My code is open of course!  If someone do not know how to use my part of code I always can help by the way)
Title: foo_looks v2.1
Post by: The Link on 2004-08-04 22:55:36
http://www.stud.ntnu.no/~mortek/foobar2000...beta2/color.png (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta2/color.png)

I mean the the arrow pointing left next to the playlist.
Some equivalent function in foopilot would be great!
Title: foo_looks v2.1
Post by: upNorth on 2004-08-04 23:19:00
@Hadda: Use whatever you find useful in my code

Quote
http://www.stud.ntnu.no/~mortek/foobar2000...beta2/color.png (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta2/color.png)

I mean the the arrow pointing left next to the playlist.
Some equivalent function in foopilot would be great!
[a href="index.php?act=findpost&pid=231960"][{POST_SNAPBACK}][/a]
There are actually two slightly different such features in navigator. If you double click the playlist name it will first find the playing/active playlist, then highlight the playing track. If you use the arrow, it will only work if the currently playing track is in the current playlist (the one you're viewing). I guess I should have added the "find active playlist first" feature to the arrow too...
Title: foo_looks v2.1
Post by: Hadda on 2004-08-05 10:17:37
@The Link: Download again Foopilot. Try use doubleclick or rightclick on playlist belt. Zoom of albumart is added with left button too.

@upNorth: thanks

Regards Hadda
Title: foo_looks v2.1
Post by: The Link on 2004-08-05 12:41:36
Thanks Hadda, both works! 
IMHO it would be worth to create a button or use a better suited/accessable clicking area for this function which even highlights the playing song when you are in a different playlist (as upNorth said). At the moment it only works if you are already in the right playlist.

Regards,
The Link
Title: foo_looks v2.1
Post by: Hadda on 2004-08-05 23:07:39
@The Link: By the way i was thinking about this what you mean. But for now Dziuba have little break and so I implement this without change graph. New graph I'll have to the end of next week and I'll must change many things. I'll be implementig tabs and list of playlist and tab with some foobar configurations and maybe differend colours. This is preview:

(http://kaczka2k.w.interia.pl/WIDOK%20finisz.png)
this is project by Dziuba before he go to vacations.
Title: foo_looks v2.1
Post by: dano on 2004-08-06 09:32:00
upNorth, if I see it right, the Rating display won't update correctly with your latest version
Title: foo_looks v2.1
Post by: upNorth on 2004-08-06 09:58:33
Thanks, dano, I completely forgot about trackrating. Download again HERE (http://www.stud.ntnu.no/~mortek/foobar2000/navigator/beta3/navigator_beta3.1.rar) (it's the same link as before).

I wonder what else I forgot... 
Title: foo_looks v2.1
Post by: dano on 2004-08-06 10:04:32
Thanks, but now i get an error msg:
[span style='font-size:8pt;line-height:100%']ERROR (foo_looks) : cannot access a variable in outer scope;
  last token read: `this' at line 30 in string "..."
ERROR (foo_looks) : Sprite 'rated1' Error(s) loading script 'trackrating'
ERROR (foo_looks) : cannot access a variable in outer scope;
  last token read: `this' at line 30 in string "..."
ERROR (foo_looks) : Sprite 'rated2' Error(s) loading script 'trackrating'
ERROR (foo_looks) : cannot access a variable in outer scope;
  last token read: `this' at line 30 in string "..."
ERROR (foo_looks) : Sprite 'rated3' Error(s) loading script 'trackrating'
ERROR (foo_looks) : cannot access a variable in outer scope;
  last token read: `this' at line 30 in string "..."
ERROR (foo_looks) : Sprite 'rated4' Error(s) loading script 'trackrating'
ERROR (foo_looks) : cannot access a variable in outer scope;
  last token read: `this' at line 30 in string "..."
ERROR (foo_looks) : Sprite 'rated5' Error(s) loading script 'trackrating'[/span]

Skin works, but Rating isn't displayed at all anymore.
Title: foo_looks v2.1
Post by: upNorth on 2004-08-06 11:07:01
OMG 

Note to self: Fix -> TEST -> release

dano, please download again and see if it works now. Sorry about all this mess
Title: foo_looks v2.1
Post by: dano on 2004-08-06 11:55:05
Thanks, it seems to be fine now.
One other thing that i noticed, if you open a single file or multiple selected (up to 4 i think) from the explorer, the first file will appear twice in the playlist window and the files are at the bottom of the window.
You can then left or rightclick in the window to make the double file disappear and the files will now be at the top of the playlist window. If you click again, it will be in the first state with the double file.
And what do you think about a small volume slider like Hadda has? -20 to 0db would be ok
Title: foo_looks v2.1
Post by: upNorth on 2004-08-06 13:29:27
I know about that strange playlist behavior, but haven't looked into it. Reason being that danZ planed to change the way the playlist works in a future version, and then all my efforts would most probably be wasted anyway. As he's busy with other things at the moment, it might take a while before we see a new version, so I might fix it some time...

I have thought about adding a volume slider, for all you people that use such a thing. I don't need one myself as I'm a true foobar user    (just kidding).
But, the main problem is that I have to find space (in the look), motivation and time for foo_looks coding. Lately I've been busy with plugin development. Something that in my case involves alot of reading, as I need to read up on C++, foobar's SDK and Windows API.
Title: foo_looks v2.1
Post by: tk32 on 2004-08-06 17:25:52
excellent work everybody

i'm really impressed with all your skills
Title: foo_looks v2.1
Post by: ralesk on 2004-08-09 18:10:13
the foo_looks download page (loodi.com/*) is 404ing at me, the root is 403ing.
Title: foo_looks v2.1
Post by: Timofey on 2004-08-09 18:20:34
Foopilot is very good-looking and useful skin, but loads CPU too much. :-(

On my P-III 1066 Mhz foopilot usually eats 6-11% of CPU time. But after I open and CLOSE the playlist, CPU usage increase to 24-28%! If I open playlist again CPU usage lowers to normal value but only until I closing playlist.

sorry for my terrible english :-)
Title: foo_looks v2.1
Post by: Stalwart on 2004-08-09 20:16:29
I got same prob. But who care if Foopilot RULES!
Title: foo_looks v2.1
Post by: tk32 on 2004-08-10 08:15:17
Quote
the foo_looks download page (loodi.com/*) is 404ing at me, the root is 403ing.


look back a few pages to find a list of 4 working mirrors for the files

ie here (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
Title: foo_looks v2.1
Post by: Hadda on 2004-08-10 16:19:08
Quote
Foopilot is very good-looking and useful skin, but loads CPU too much. :-(

On my P-III 1066 Mhz foopilot usually eats 6-11% of CPU time. But after I open and CLOSE the playlist, CPU usage increase to 24-28%! If I open playlist again CPU usage lowers to normal value but only until I closing playlist.

sorry for my terrible english :-)
[a href="index.php?act=findpost&pid=233159"][{POST_SNAPBACK}][/a]


Yes. Now I see it. In my computer is only 2%. I'll try to fix this bug.
Title: foo_looks v2.1
Post by: Timofey on 2004-08-10 17:25:35
Quote
I'll try to fix this bug.

Thanks, Hadda!

And I have several question: how I can align track title to left side and turn off scrolling? And how I can change EQ button to start Album List?
Title: foo_looks v2.1
Post by: Hadda on 2004-08-10 17:41:59
Quote
Quote
I'll try to fix this bug.

Thanks, Hadda!

And I have several question: how I can align track title to left side and turn off scrolling? And how I can change EQ button to start Album List?
[a href="index.php?act=findpost&pid=233395"][{POST_SNAPBACK}][/a]

1) Try to edit !foopilot_phone_tweak.cfg and make scroll speed 00. When track will longer than area text will go to left side.

2) This eq button will disapired in next version. Now I must go . Write me what you mean "start Album List" Go to first track ?? Tomorow I'll write you answer.
Title: foo_looks v2.1
Post by: Timofey on 2004-08-10 19:28:47
Quote
1) Try to edit !foopilot_phone_tweak.cfg and make scroll speed 00. When track will longer than area text will go to left side.

But short title stay in center. In previous version I edit code foopilot.ski and change align of scroll string. But in last version I can't find right part of code.

Quote
Write me what you mean "start Album List" Go to first track ??

No, I meant component "Album list". I frequently use it for browsing database of my records.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-10 22:16:01
to change equalizer to Album list just find line
Code: [Select]
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end]"}
in foopilot.ski file and change 'Eualizer' to 'Album list' You can try to put it on right button with replace this line into this
Code: [Select]
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end function onrightbuttonup(this) fb2k_prefs('Album list') end]"}


and to make no scroll must replace this part of code:
Code: [Select]
sprite scroll1  
bool enabled false  
bool visible false  
list rendermap int {}  (...>)

(>...) sprite scroll2  
string include scroll  
int halign align.Near  

into this :
Code: [Select]
sprite noscroll  
bool enabled false  
list rendermap int {render.Text}  
list rect int { 172 5 240 11 }  
int fontsize 8  
int layer 4  
list fontcolor color.kolor_tekstu  
string Fspec " :: $if(%artist%,%artist% ) - $if(%title%,%title%,%_filename%) :: "  


:edit: I think that you mean not this window what I write before in configuration but "activate Album list window" (I see it for the first time huh )
just replace in my hint before:
"fb2k_prefs('Album list')" into ->
"fb2k_menuCommand('Components/Album list')"
Title: foo_looks v2.1
Post by: Timofey on 2004-08-11 08:31:15
Thanks, Hadda!
Both "patch" are works fine :-)

And I'm waiting in the hope for a fix to "higher CPU usage after close up playlist" bug. 
Title: foo_looks v2.1
Post by: Hadda on 2004-08-11 14:27:27
I fix this CPU bug rigt now. I can't check it becouse my cpu is using 0-2% with this bug and 0% without. I cut my code and rebuild some parts so becouse of this new version beta6. I hope that all work correctly in this version.

Download:foopilot_beta6 here 106 kB (http://kaczka2k.w.interia.pl/Foopilot_beta6.zip)
Title: foo_looks v2.1
Post by: Timofey on 2004-08-12 07:58:01
Quote
I fix this CPU bug rigt now. I can't check it becouse my cpu is using 0-2% with this bug and 0% without. I cut my code and rebuild some parts so becouse of this new version beta6. I hope that all work correctly in this version.

Yes! Bug is fixed now. Thanks for a your good work. :-)
Title: foo_looks v2.1
Post by: GHammer on 2004-08-12 08:04:15
Quote
I fix this CPU bug rigt now. I can't check it becouse my cpu is using 0-2% with this bug and 0% without. I cut my code and rebuild some parts so becouse of this new version beta6. I hope that all work correctly in this version.

Download:foopilot_beta6 here 106 kB (http://kaczka2k.w.interia.pl/Foopilot_beta6.zip)
[a href="index.php?act=findpost&pid=233618"][{POST_SNAPBACK}][/a]


Hello,

The album art is functioning fine with this release.

For me, using APL files to play APE, I have no CPU use showing via TaskInfo during play with Album Info showing. With playlist showing, I see blips of 0.78%.

Just wondering. If you are still planning to remove the EQ button, how could I use that area for display of the rate/VBR info for a selection?

Thanks again for all your work on this great addition!
Title: foo_looks v2.1
Post by: Timofey on 2004-08-12 08:14:47
Beta 6 has new small bug: if "PL speed" value > 3 then little arrow in bottom left coner of playlist doesn't dissapears after playlist is closed up.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-12 10:52:51
@GHammer: In next version i planinig to make tabs (playlist, info, shortcuts,config )
So this shortcut will added to shortcut tab with other usefull shortcuts and this area will shorten to display only playing status. I can tell you how to make bittrate in Album info tab
@Timofey: i just fixed this bug
Title: foo_looks v2.1
Post by: Hadda on 2004-08-13 11:08:03
Hi
This is new mirror for newest version of Foopilot on GHammer ftp (thanks).
Download: Foopilot beta6 (103kB) (http://www.ghammer.net/hadda/Foopilot_beta6.zip)
Title: foo_looks v2.1
Post by: ralesk on 2004-08-15 16:12:48
Quote
Hi
This is new mirror for newest version of Foopilot on GHammer ftp (thanks).
Download: Foopilot beta6 (103kB) (http://www.ghammer.net/hadda/Foopilot_beta6.zip)
[a href="index.php?act=findpost&pid=234055"][{POST_SNAPBACK}][/a]


Foopilot 6 is great, but when listening to SID music for example, it’s going to paint progress all over the right two buttons and a bit further too (with SIDs, you can’t guess the song length, as far as I’m concerned.)

Also, of course, same goes for modules (IT, S3M, etc.) if they’re set to loop endlessly.

(http://makosteszta.sote.hu/~kylar/foopilotb6-progressbug.png)
Title: foo_looks v2.1
Post by: Hadda on 2004-08-15 17:07:16
I have seen it before. I can stop progress on border. In next update i'll do that.
Thanks ralesk for raporting.
Title: foo_looks v2.1
Post by: ralesk on 2004-08-15 17:29:18
Question: is it possible to equip Foopilot with taking colours from Windows? (is that possible with foo_looks 2.1 at all?) — it would be a great little feature I think 
Title: foo_looks v2.1
Post by: Hadda on 2004-08-15 17:33:26
I'm bored of Foopilot colors too. I hope that Dziuba will make new graph with changing colours.

:edit:
I'll be have new graph next week . And I'll be working on tabs.
Title: foo_looks v2.1
Post by: Storm on 2004-08-16 02:02:54
Is there any other skin that is as good looking and useful as Foopilot out there? And maybe that shows the playlist quicker? Or perhaps Foopilot could be made more swift? It's like 4 frames per second now...
Title: foo_looks v2.1
Post by: Hadda on 2004-08-17 19:43:11
Today i wrote new simply skin. I test some parts of next My and Dziuba skin so this is by-product of it. This skin have only one button  and name "One_key"

(http://www.ghammer.net/hadda/one_key.jpg)

download:One key 3kb here (http://www.ghammer.net/hadda/One_key.zip)


This button can have 13 functions with simly mouse gestures.

:edit:
@Storm:I'm not soo good in English. Is this rhetorical questions ?


In Foopilot anyone can easy change speeds with edit  "!foopilot_phone_tweak.cfg" file.
I Witing posts as less as I can. I hope than enyone not to pissed off of number of my posts here.

Regards Hadda
Title: foo_looks v2.1
Post by: GHammer on 2004-08-18 01:50:49
Quote
Today i wrote new simply skin. I test some parts of next My and Dziuba skin so this is by-product of it. This skin have only one button  and name "One_key"

(http://www.ghammer.net/hadda/one_key.jpg)

download:One key 3kb here (http://www.ghammer.net/hadda/One_key.zip)


This button can have 13 functions with simly mouse gestures.


[a href="index.php?act=findpost&pid=235149"][{POST_SNAPBACK}][/a]

Very cool! I have only one suggestion, please increase the height a bit as it is hard for me to use the verticle mouse gestures. I run out of room going up and down. Probably just me...
Title: foo_looks v2.1
Post by: dano on 2004-08-18 02:00:59
damn, that script is cool Hadda, keep up your great work for foo_looks
height  seems to be fine for me
Title: foo_looks v2.1
Post by: Hadda on 2004-08-19 18:33:24
@dano,GHammer: Thanks.

Today new version of One_key with cool graphics from Dziuba.
(http://www.ghammer.net/hadda/One_key_beta2.jpg)
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 (http://www.ghammer.net/hadda/One_key_beta2.zip)
Title: foo_looks v2.1
Post by: tk32 on 2004-08-19 21:59:42
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
Title: foo_looks v2.1
Post by: ralesk on 2004-08-19 22:22:34
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.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-19 22:51:40
@tk32: Thanks for credit
@ralesk:This is very first version and i see this bugs too. Tomorow I'll try to fix some. 
Title: foo_looks v2.1
Post by: GHammer on 2004-08-20 02:25:08
Quote
Also, the time meter seems to be in remaining time mode every time I start foobar.
[a href="index.php?act=findpost&pid=235631"][{POST_SNAPBACK}][/a]

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.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-20 16:07:22

Soon i implement chousing of time display.
Download:One key beta2.zip (http://www.ghammer.net/hadda/One_key_beta2.zip)
Title: foo_looks v2.1
Post by: atici on 2004-08-20 16:36:13
Thanks Hadda this skin looks much better than foopilot. I have a few suggestions:
Title: foo_looks v2.1
Post by: Hadda on 2004-08-21 10:18:21
@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.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-21 18:15:07
I updated "one key" with two little volume changes. Mute is now fast (ignored buffer) and on double click fast volume change.

Regards Hadda
Title: foo_looks v2.1
Post by: Berto on 2004-08-22 04:50:21
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.
Title: foo_looks v2.1
Post by: Hadda on 2004-08-23 23:20:47
@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
Title: foo_looks v2.1
Post by: spaceships on 2004-08-24 09:43:07
anyone have a link to foo_looks 2.1 the main link does not seem to work.
Title: foo_looks v2.1
Post by: upNorth on 2004-08-24 09:54:38
Quote
anyone have a link to foo_looks 2.1 the main link does not seem to work.
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=236627")

[a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321]mirrors[/url]
Title: foo_looks v2.1
Post by: dano on 2004-08-24 12:15:48
cant we get a moderator to edit the first post of this topic and adding the working mirrors?
Title: foo_looks v2.1
Post by: Wisp on 2004-08-24 21:36:22
The link is really broken...  ???      or it's mu internet connection problems?

    Now i See all ok thanks   
Title: foo_looks v2.1
Post by: Hadda on 2004-08-25 14:09:55
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) (http://www.ghammer.net/hadda/One_key_beta3.zip)
Foopilot beta6.3 (102 kB) (http://www.ghammer.net/hadda/Foopilot_beta6.3.zip)
Title: foo_looks v2.1
Post by: wild on 2004-08-29 14:26:14
Hadda , both link isnt working , can u fix this?
Title: foo_looks v2.1
Post by: GHammer on 2004-08-30 13:05:41
Quote
Hadda , both link isnt working , can u fix this?
[a href="index.php?act=findpost&pid=237859"][{POST_SNAPBACK}][/a]

Try, try again.
Server crashed and DNS has to update.
Working from here at this time. Your's should soon.
Title: foo_looks v2.1
Post by: l12 on 2004-09-03 09:23:53
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!
Title: foo_looks v2.1
Post by: Hadda on 2004-09-03 14:50:39
@l12:
just find line:
Code: [Select]
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end]"}

in foopilot.ski file and change this line into this part
Code: [Select]
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end function onrightbuttonup(this) fb2k_playStop() end]"}


Regards Hadda
Title: foo_looks v2.1
Post by: l12 on 2004-09-06 01:53:05
Wow, fantastic!  Thanks so much Hadda.  Best skin ever!   

Thank you!
L12
Title: foo_looks v2.1
Post by: Hadda on 2004-09-10 17:59:02
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"
(http://www.ghammer.net/hadda/Foopilot_one.jpg)

download Foopilot one 70 kB (http://www.ghammer.net/hadda/Foopilot_one_beta4.zip)
Title: foo_looks v2.1
Post by: dickhead on 2004-09-11 22:04:32
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
Title: foo_looks v2.1
Post by: Hadda on 2004-09-12 09:26:15
@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.
Title: foo_looks v2.1
Post by: upNorth on 2004-09-12 10:23:18
A while back I tried to use this code to remedy the AOT problem:
Code: [Select]
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.
Title: foo_looks v2.1
Post by: dano on 2004-09-12 10:42:24
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?
Title: foo_looks v2.1
Post by: upNorth on 2004-09-12 11:20:33
Quote
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?
[a href="index.php?act=findpost&pid=241145"][{POST_SNAPBACK}][/a]
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
Title: foo_looks v2.1
Post by: ddpham on 2004-09-12 12:58:39
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?
Title: foo_looks v2.1
Post by: Hadda on 2004-09-12 13:20:59
@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: [Select]
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
Title: foo_looks v2.1
Post by: dano on 2004-09-13 14:13:54
I tried your latest Foopilot_one_beta4.zip and I also think it solves the problem
Title: foo_looks v2.1
Post by: Hadda on 2004-09-13 14:36:39
 
So I updated Foopilot with this code too.
I'm happy that for now is possible to write code with no foo_looks bugs .
Title: foo_looks v2.1
Post by: bigboy177 on 2004-09-13 15:09:30
Will there be a playlist... in foopilot_one... ??
Title: foo_looks v2.1
Post by: Hadda on 2004-09-13 15:24:47
@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.
Title: foo_looks v2.1
Post by: KangOl on 2004-09-13 18:59:40
hi !
hadda, i add a little feature to foopilot_one !
file : hadda_progress.ski
Code: [Select]
function onrightbuttonup(this)
    if scanning then
 seek2bar(this)
 scanning=false
    else fb2k_menuCommand("Playback/Copy now playing")
    end

end
Title: foo_looks v2.1
Post by: Hadda on 2004-09-13 19:30:13
@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.
Title: foo_looks v2.1
Post by: GeSomeone on 2004-09-17 12:59:15
I just posted a note to update gdi+
see here (http://www.hydrogenaudio.org/forums/index.php?showtopic=27651)
Title: foo_looks v2.1
Post by: wild on 2004-09-21 11:12:27
Great Work u doing here Hadda .

keep it up man.
Title: foo_looks v2.1
Post by: Hadda on 2004-09-21 11:22:39
Thanks.

In this link You can find instruction for "Foopilot one"
foopilot page (http://www.foopilot.republika.pl)
For now this page is very pure.
Title: foo_looks v2.1
Post by: dano on 2004-09-21 12:31:57
Hadda thats great, making a website for your skin
only the english should be improved 
Title: foo_looks v2.1
Post by: Hadda on 2004-09-21 13:41:20
@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
Title: foo_looks v2.1
Post by: Hawk on 2004-09-21 15:42:06
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!
Title: foo_looks v2.1
Post by: Hadda on 2004-09-21 16:02:57
@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.
Title: foo_looks v2.1
Post by: Hawk on 2004-09-21 19:17:25
Quote
@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.
[a href="index.php?act=findpost&pid=243349"][{POST_SNAPBACK}][/a]



Thanks very much for considering this. I Appreciate it
Title: foo_looks v2.1
Post by: seanyseansean on 2004-09-21 20:06:08
Quote
Hadda thats great, making a website for your skin
only the english should be improved 
[a href="index.php?act=findpost&pid=243302"][{POST_SNAPBACK}][/a]


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
Title: foo_looks v2.1
Post by: Hadda on 2004-09-23 00:55:28
 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 .


(http://www.ghammer.net/hadda/Foopilot_onePL.jpg)

Download here 62kB (http://www.ghammer.net/hadda/Foopilot_onePL.zip)
Title: foo_looks v2.1
Post by: Hadda on 2004-09-24 00:44:56
 Hi . Now I'm waiting for new graphiscs form Dziuba. For now i incresed posibile playlist size up to 80 position
Title: foo_looks v2.1
Post by: Hadda on 2004-09-24 01:06:52
For now with little break i wont to show some Dziuba work and look in some future . I think that Dziuba is not credit enough. So this is his few screens.:

This is upgrades for Foopilot:


(http://www.ghammer.net/hadda/project_jpeg/roller_pr1.jpg)
(http://www.ghammer.net/hadda/project_jpeg/roller_pr2.jpg)
Title: foo_looks v2.1
Post by: Hawk on 2004-09-24 07:59:02
WoW! I am impressed! Dziuba is certainly a great graphic artist.

I'll be looking forward to these and other projects
Title: foo_looks v2.1
Post by: bugmenot on 2004-09-25 09:47:27
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
Title: foo_looks v2.1
Post by: upNorth on 2004-09-25 10:54:52
Quote
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
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=244315")

[a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321]mirrors[/url]
I guess you didn't read through this thread during your months of searching 
Title: foo_looks v2.1
Post by: bugmenot on 2004-09-25 12:34:06
well i didn't know about this forum until a few weeks ago  and i was searching only throught google and some other search sites, but thanks
Title: foo_looks v2.1
Post by: bugmenot on 2004-09-25 14:14:39
Hadda, just a suggestion for you awesome skin, with the "click and drag" function on the main button, could you include the "random" feature?, becuase when you set to the random order and just press "next" it goes to the next song on the PL instead of another Random song, and thus why i want the random feature to be included  it will be much appreciated.

And with your site, i could brush your english up for you if you want (I'm polish living in Australia), and maybe if you want to add anything else you could give me the polish text and i could translate it for you

looking forward to updates of your skin! 

Contact: Xilonmu@gmail.com
Title: foo_looks v2.1
Post by: Hadda on 2004-09-25 18:45:53
Hi. Big thanks too Sanska for cleaning my text. I'll add this text in next update and add on page.
@bugmenot: Thanks for offer help  . Foopilot one will be develop so i saved Your email.
I'll add random button and more function in future.
Title: foo_looks v2.1
Post by: tk32 on 2004-09-26 01:21:32
just posting some 'respect' to the real hard-workers here

namely UpNorth, Hadda (& Dziuba)

you've made my brief break from this thread much less guilty than it should have been

excellent work on your skins Hadda, and thanks for supporting the newbies UpNorth
Title: foo_looks v2.1
Post by: Hadda on 2004-09-27 14:41:40
Hi

I updated "foopilot one PL" with first graphical playlist.  For now all pl buttons not working yet and graphisc is not for this skin
Title: foo_looks v2.1
Post by: Hawk on 2004-09-27 21:27:25
I get the message:

"http://www.ghammer.net/ could not be found"
Title: foo_looks v2.1
Post by: Hadda on 2004-09-27 21:36:35
I don't now why.
Here is mirror:Mirror Foopilot one PL (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_onePL.zip)
Title: foo_looks v2.1
Post by: Hawk on 2004-09-27 21:48:45
Now it works!!

And btw the screenshots look stunning. Makes me very impatient for the new developments.

My compliments to you both!
Title: foo_looks v2.1
Post by: KiloWatts on 2004-09-28 04:06:10
Fucking awesome!  To my knowledge, this is the only Look I've seen with an included playlist.  No bugs here so far (aside from nonfunctional buttons  )

Great work, Hadda
Title: foo_looks v2.1
Post by: Stalwart on 2004-09-28 05:42:51
Quote
To my knowledge, this is the only Look I've seen with an included playlist. [a href="index.php?act=findpost&pid=244964"][{POST_SNAPBACK}][/a]

Original foopilot has working playlist too!
Title: foo_looks v2.1
Post by: KiloWatts on 2004-09-28 06:49:36
oh yeah...  Just tried that one out (took me forever to find the latest version)

Excellent!  I like them both equally.
Title: foo_looks v2.1
Post by: Stalwart on 2004-09-28 13:34:48
Foopilot plus looks too dark.  Where went Dziuba's life-is-beautyful style?
Title: foo_looks v2.1
Post by: tk32 on 2004-09-28 22:25:47
whoa Hadda

i LOVE the new foopilot plus!!!

only 1 problem - it faded away and now i've lost it

edit:

ahh... back now

looking forward to the new graphics - i think Dziuba just gets better & better
Title: foo_looks v2.1
Post by: KiloWatts on 2004-09-29 01:08:32
I think the "PL" means PlayList, not Plus

Where do I find the Red skin?

edit:  nevermind, PL IS Plus
Title: foo_looks v2.1
Post by: chowe on 2004-09-29 03:39:25
Hadda and Dziuba: Thanks for the effort you put into these skins, just loving them!

I was just wondering, is there anyway to make the 'previous' function play the last song played (somehow using the history plugin perhaps?). I tend to leave sort mode on random and sumtimes wanna go back to last song.
Thanks in advance
Ed
Title: foo_looks v2.1
Post by: Hadda on 2004-09-29 12:53:57
Hi
@tk32: Maybe i change bringing back skin from up of sreen not skin .

@chowe: this function is already in foopilot one. You can make 'previous' in two ways. One way is not writing in istruction. It is mouse wheel up on progres bar.

This skin is haven't traditional interface so before using is better read added instruction becouse tooltips are not enough .
(find file:"...Foopilot_one\!Foopilot_one_instruction.txt")

So this instruction I put on this thread :
-----------------------------------------------------------------------------------------------------------------------------------------
(http://www.foopilot.republika.pl/images/foopilot_one.gif)

Instruction
-------------------------------------------------------------------------------------------------------------------------------------------
1) MAIN KEY.

This key offers many functions and can even be configured to offer more. For now and in the original configuration this key provides the following functions:

(Please note that you can cancel all function calls by clicking the other mouse button - as long as the mouse button calling the function is still pressed.)

LMB = Left Mouse Button
RMB = Right Mouse Button


a) [LMB single click]    
(L) Play

b) [RMB single click]   
® Pause on/off

c) [LMB double click]   
(D) Stop

d) [LMB click, drag right short, release]
(L->) Play next

e) [LMB click, drag left short, release]
(<-L) Play previous

   f) [LMB click, drag right long, release]
   (L- ->) Jump next (not yet implemented)
   
   g) [LMB click, drag left long, release]
   (<- -L) Jump previous (not yet implemented)

h) [LMB click, drag upward, release]
(L ^|^) Show foobar preferences ('hide' not implemeted yet)

i) [LMB click, drag downward, release]
(L v|v) Show/Hide foobar main window

j) [RMB click, drag upward, release]
(R ^|^) Show foobar equalizer

k) [RMB click, drag downward, release]
(R v|v) Close foobar

l) Mouse wheel
(W) can be used to change volume.



Both buttons can be configured by editing "!ok_phone_tweak.cfg". For now (R->) (R- ->) (<-R) (<- -R) are unused and can be configured to fullfil one of the implemented functions. All button functions can be changed (except for a),b) and c)), but only for now.

-------------------------------------------------------------------------------------------------------------------------------------------
2) VOLUME AREA

a) (LMB click) Change volume

b) (LMB double click) Change volume fast (ignores foobar buffer; may cause some static)

d) (RMB click) Mute / Unmute

e) (Wheel rotate) Volume up/down

--------------------------------------------------------------------------------------------------------------------------------------------
3) DISPLAY AND PROGRESS BAR

a) (LMB click) Jump within the song playing
-----------------------------------------------------------------------------------------------------------------------------------------------
4) DRAG BUTTON

The drag button can be used to move Foopilot One (FO) or to (de-)activate its 'auto hide mode'. In 'auto hide mode' it will hide itself when a different window is focussed and unhide when you move the mouse cursor over the general area of the player.

a) (LMB click, drag) Move FO

b) (RMB click) Hide mode on/off

The colour indicates whether the Foopilot One window is focussed or not and whether hide mode (HM) is turned on or off.

(Blue) FO is focussed and HM is off
(Red)  FO is focussed and HM is on
(Yellow) FO is not focussed and HM is off
(Grey) FO is not focussed and HM is on (and about to hide)
---------------------------------------------------------------------------------------------------------------------------------------------

[Big thanks to sanska for correct that text]
Title: foo_looks v2.1
Post by: chowe on 2004-09-30 03:36:30
Hey Hadda sorry my last message was a bit unclear
If I use 'previous' it will go to the previous song in the playlist. Since I have my playback order on 'random', I would like the previous function to go to the previous song played, rather than the previous song in the playlist. I know you will have to use the foo_history plugin somehow, and i can assign keyboard shortcuts to this function, but im not sure how to integrate it into foo_looks (I know i have to edit the button.ski somehow). Is it possible?

Thanks again for ur help

Ed
Title: foo_looks v2.1
Post by: Hadda on 2004-09-30 11:31:21
@chowe: Plugin "shuffle" will help you i think. Add it and then change order to shuffle.
Title: foo_looks v2.1
Post by: Hadda on 2004-10-02 00:33:54
I just updated Foopilot one. Now display playlist names and try to use rigt click to swith playlist <->list of playlist. This is very first version .


Hadda
Title: foo_looks v2.1
Post by: DXX on 2004-10-02 19:08:19
I'm using foopilot beta 6.3 (not foopilot one). I thought it didn't have the feature to display album art yet, but reading some of the posts in this thread seemed to indicate otherwise. Maybe I have mistaken a post about another look. But if it's possible to display album art with foopilot, can anybody please enlighten me?

Thanks
Title: foo_looks v2.1
Post by: upNorth on 2004-10-02 19:47:55
Try right clicking at the bottom of the playlist. Where it says "foobar2000".
Title: foo_looks v2.1
Post by: Stalwart on 2004-10-02 20:14:06
Quote
I'm using foopilot beta 6.3 (not foopilot one). I thought it didn't have the feature to display album art yet, but reading some of the posts in this thread seemed to indicate otherwise. Maybe I have mistaken a post about another look. But if it's possible to display album art with foopilot, can anybody please enlighten me?

Thanks
[a href="index.php?act=findpost&pid=245904"][{POST_SNAPBACK}][/a]

Rightclick tag to open playlist then rightclick tiny arrow on playlist's bottom-left
Title: foo_looks v2.1
Post by: bugmenot on 2004-10-03 02:38:19
Awesome work on the playlist there! still lacks in some functionality, like you can't delete directly from the Foopilot Playlist by pressing the delete button. But the project is really coming along great, this is by far the best skin i've ever seen for an Audio Player.

When do you think you will have the playlist finished?
Title: foo_looks v2.1
Post by: DXX on 2004-10-03 16:35:55
Quote
Try right clicking at the bottom of the playlist. Where it says "foobar2000".
[a href="index.php?act=findpost&pid=245921"][{POST_SNAPBACK}][/a]

Quote
Rightclick tag to open playlist then rightclick tiny arrow on playlist's bottom-left
[a href="index.php?act=findpost&pid=245929"][{POST_SNAPBACK}][/a]


Thanks guys. Is there any way to move between the pictures in that folder? It only displays the one with the word "front" in the filename.... Anyway, still cool  .

DXX
Title: foo_looks v2.1
Post by: Hadda on 2004-10-04 01:23:12
@DXX: Maybe i fix this in future. For now i'm working on foopilot one.
(http://www.ghammer.net/hadda/project_jpeg/Foopilot_one_album.png)

Today very firs version foopilot one with album info. To get album info click right mouse button two times on button on playlist (in top rigt corner) or to fast swith you can just click little "i" buttons on playlist.
Download here 90 kB (http://www.ghammer.net/hadda/Foopilot_onePL1.zip)
Title: foo_looks v2.1
Post by: Berto on 2004-10-04 01:53:50
Very depressed that I've been unable to use foopilot one.  Every time I try to load it, Foobar crashes.

I can use the default foo_looks.ski interface, but the various foopilot versions are a no go. 

I'm sure this is a problem with my computer, not foopilot, but I would be ever so grateful if anyone has any ideas what the problem might be.  Any suggestions are appreciated.

I love foopilot!

Sorry this post is so long -- not sure how to make the below scroll within the post.

Quote
[span style='font-size:8pt;line-height:100%']Illegal operation:
Code: C0000090h, flags: 00000000h, address: 00F735A9h
Call path:
WinMain=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00F735A9h):
00F73569h:  0D 50 E8 20 F1 FF FF 83 C4 04 85 C0 75 18 8B 4E
00F73579h:  F0 83 F9 02 8D 46 F0 74 21 50 E8 08 F1 FF FF 83
00F73589h:  C4 04 85 C0 74 14 6A 08 56 53 E8 D8 05 00 00 83
00F73599h:  C4 0C 83 EE 10 E9 1E FA FF FF DD 46 F8 83 EE 10
00F735A9h:  DC 7E F8 DD 5E F8 E9 0D FA FF FF 6A 09 56 53 E8
00F735B9h:  F3 F6 FF FF 83 C4 0C 85 C0 75 0E 68 10 2C F9 00
00F735C9h:  53 E8 81 EC FF FF 83 C4 08 83 EE 10 E9 E7 F9 FF
00F735D9h:  FF 56 C1 EF 06 57 53 E8 DB F7 FF FF C1 E7 04 B8
Stack (0012F9C0h):
0012F9A0h:  00ECDB9C 7C9C76F0 77F643DD 7C9C76F0
0012F9B0h:  00000004 00000000 00ECD0A8 00000000
0012F9C0h:  01DA9730 0153D280 0207BE78 00000000
0012F9D0h:  01CE25C8 01E23A88 01E239D8 00000000
0012F9E0h:  0012FAAC 0012F9F4 00000000 7C9105C8
0012F9F0h:  014B6800 0012FAC0 00000003 00000000
0012FA00h:  00F71D97 01DA9730 0207BE78 0153D290
0012FA10h:  01DA9730 01DA9730 0012FAA8 00000000
0012FA20h:  0207BE78 0012F9D0 00000000 015FD138
0012FA30h:  0012FAFC 00F71F75 01DA9730 0153D280
0012FA40h:  00000000 00F7237B 01DA9730 0012FAC4
0012FA50h:  0153D280 0012FAA8 00000000 01DA9730
0012FA60h:  0153D280 0012FA44 00F72369 0012FB04
0012FA70h:  014B697C 56433230 00000000 00000000
0012FA80h:  77C2C2E3 015FD138 01C783D8 00000001
0012FA90h:  00F72A2E 00000000 00000000 0153D2A0
0012FAA0h:  0153D280 00000001 0012FB10 00F71F51
0012FAB0h:  01DA9730 00F71F60 0012FAC4 00000000
0012FAC0h:  01C783D8 0153D280 00000000 00F37420
0012FAD0h:  01DA9730 00000001 00000000 014F2C7A
Registers:
EAX: 0153D2B0, EBX: 01DA9730, ECX: 00000002, EDX: 00000000
ESI: 0153D2B0, EDI: 0000001B, EBP: 0012F9FC, ESP: 0012F9C0
Crash location: "foo_looks", loaded at 00F30000h - 00F9D000h

Loaded modules:
foobar2000                       loaded at 00400000h - 00452000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                         loaded at 7C800000h - 7C8F4000h
USER32                           loaded at 77D40000h - 77DD0000h
GDI32                            loaded at 77F10000h - 77F56000h
ole32                            loaded at 774E0000h - 7761C000h
msvcrt                           loaded at 77C10000h - 77C68000h
ADVAPI32                         loaded at 77DD0000h - 77E6B000h
RPCRT4                           loaded at 77E70000h - 77F01000h
COMCTL32                         loaded at 773D0000h - 774D2000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
utf8api                          loaded at 10000000h - 1000D000h
comdlg32                         loaded at 763B0000h - 763F9000h
SHELL32                          loaded at 7C9C0000h - 7D1D4000h
foo_albumlist                    loaded at 009E0000h - 009EB000h
foo_ape                          loaded at 009F0000h - 00A0F000h
foo_cdda                         loaded at 00A10000h - 00A1E000h
foo_console                      loaded at 00A20000h - 00A27000h
foo_dbsearch                     loaded at 00A30000h - 00A48000h
foo_diskwriter                   loaded at 00A50000h - 00A62000h
WINMM                            loaded at 76B40000h - 76B6D000h
DrvTrNTm                         loaded at 6BC00000h - 6BC14000h
DrvTrNTl                         loaded at 6BC20000h - 6BC3E000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
pddlghlp                         loaded at 00D40000h - 00D55000h
MSVCP60                          loaded at 76080000h - 760E5000h
LgWndHk                          loaded at 00D60000h - 00D67000h
tabhook                          loaded at 00D70000h - 00D80000h
foo_dsp_continuator              loaded at 00D90000h - 00D99000h
foo_dsp_crossfade                loaded at 00DA0000h - 00DA7000h
foo_dsp_extra                    loaded at 00DB0000h - 00DC5000h
foo_flac                         loaded at 00DD0000h - 00DEC000h
foo_flaccer                      loaded at 00DF0000h - 00E06000h
foo_freedb                       loaded at 00E10000h - 00E3E000h
WS2_32                           loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
foo_id3v2                        loaded at 00E40000h - 00E70000h
foo_infobox                      loaded at 00E70000h - 00E83000h
foo_input_std                    loaded at 00E90000h - 00F2E000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
foo_looks                        loaded at 00F30000h - 00F9D000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_masstag                      loaded at 00FB0000h - 00FC4000h
foo_monkey                       loaded at 00FD0000h - 00FEC000h
foo_output_std                   loaded at 00FF0000h - 00FF9000h
foo_quicktag                     loaded at 01000000h - 01009000h
foo_read_http                    loaded at 01010000h - 01019000h
foo_rgscan                       loaded at 01020000h - 0102D000h
foo_shn                          loaded at 01030000h - 0103F000h
foo_speex                        loaded at 01040000h - 01058000h
foo_ui_columns                   loaded at 01060000h - 0108F000h
foo_ui_std                       loaded at 01090000h - 010A7000h
foo_vis_manager                  loaded at 010B0000h - 010B8000h
foo_vorbisenc                    loaded at 010C0000h - 011D1000h
foo_wavpack                      loaded at 011E0000h - 011F2000h
ctagent                          loaded at 01300000h - 01310000h
iTchHk                           loaded at 01320000h - 01327000h
LgMsgHk                          loaded at 028B0000h - 028CE000h
eventhook                        loaded at 028D0000h - 028D8000h
imagehlp                         loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h
VERSION                          loaded at 77C00000h - 77C08000h

Stack dump analysis:
Address: 7C9105C8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 00F71D97h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F71F75h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F7237Bh, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F72369h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 77C2C2E3h, location: "msvcrt", loaded at 77C10000h - 77C68000h
Symbol: "free" (+000000C8h)
Address: 00F72A2Eh, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F71F51h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F71F60h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F37420h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 77C29CD4h, location: "msvcrt", loaded at 77C10000h - 77C68000h
Symbol: "operator new" (+0000000Fh)
Address: 76082B0Dh, location: "MSVCP60", loaded at 76080000h - 760E5000h
Symbol: "std::basic_string<unsigned short,std::char_traits<unsigned short>,std::allocator<unsigned short> >::_Copy" (+0000005Ch)
Address: 00F80398h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F4C6A3h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F82500h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F4C5DAh, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F681FFh, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F824E0h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F5FBAFh, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F83F39h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F5C483h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 00F85F3Ch, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 77D70494h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetClipboardFormatNameA" (+0000014Fh)
Address: 77D48808h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000171h)
Address: 77D487FFh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000168h)
Address: 77D4C00Eh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyCaret" (+0000005Eh)
Address: 77D484BCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D48564h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D4DE84h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+000000D1h)
Address: 77D4DEC7h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+00000114h)
Address: 77D4DF06h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetWindowLongW" (+00000015h)
Address: 00F659B7h, location: "foo_looks", loaded at 00F30000h - 00F9D000h
Address: 77D48709h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000072h)
Address: 77D54CA6h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CreateIconFromResourceEx" (+000002C2h)
Address: 77D70494h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetClipboardFormatNameA" (+0000014Fh)
Address: 77D54CC8h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CreateIconFromResourceEx" (+000002E4h)
Address: 77D54AF2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CreateIconFromResourceEx" (+0000010Eh)
Address: 77D54CFAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D484BCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D48564h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D54D1Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)

Version info:
foobar2000 v0.8.3
UNICODE[/span]
Title: foo_looks v2.1
Post by: Stalwart on 2004-10-04 05:46:06
15 mins tried to get info box 

To switch between playlist, playlists chooser and info box - rightclick THIS button!

Title: foo_looks v2.1
Post by: spase on 2004-10-04 06:36:58
@Hadda:  I havent used foo_looks in a while.  This might change my ways!

I suppose you plan on making a way to integrate the making of a new playlist, and perhaps an albumlist style thing?

great work in any case.

@everyone else: where can I get other looks?

Edit:  would a site like this: http://foobar.nub4life.net/columns/ (http://foobar.nub4life.net/columns/) prove useful for looks?

I could add a section for looks there.
Title: foo_looks v2.1
Post by: bugmenot on 2004-10-04 07:16:42
He did explain quite well, "button on playlist (in top rigt corner)" pretty much says it all 
Quote
to fast swith you can just click little "i" buttons on playlist
I can't get that to work atm
Once again, nice work!

Could you maybe make scrolling (with the scroll wheel) a bit faster? at the moment it scrolls only ones or two songs on the list and it's a bit slow. Having over 1000 songs in a playlist the little line on the scrollbar is pretty hard to catch

EDIT: and just one suggestion for the album info, maybe you could make it so that right clicking on the button goes to the playlists and left clicking goes to the album info?
Title: foo_looks v2.1
Post by: mobyduck on 2004-10-04 08:49:13
Quote
Could you maybe make scrolling (with the scroll wheel) a bit faster? at the moment it scrolls only ones or two songs on the list and it's a bit slow. Having over 1000 songs in a playlist the little line on the scrollbar is pretty hard to catch
Agreed, and also make scroll wheel work when cursor is on scroll bar...

Really good job, BTW.

And a new feature request: would it be possible to add an info screen displaying the %LYRICS% tag (eventually to be skipped if tag is not present, just to avoid bugging the other happy users of your skin )?

Alessandro
Title: foo_looks v2.1
Post by: chowe on 2004-10-04 10:08:10
Hey all
@Hadda: Hmmm didnt fix my problem im sorry. I guess what i was wondering is if commands listed in the keyboard shortcuts be used in a skin.
Does anyone know if is there a fb2k_menuCommand("") for the history plugin?
Also, i must've missed something and i kno im gonna get angry posts but how the hell do u activate the playlist on foopilot one??? 
I can activate the main window but not the included playlist. Man i feel stupid...

Thanks for your help
Ed
Title: foo_looks v2.1
Post by: mobyduck on 2004-10-04 11:32:52
Quote
how the hell do u activate the playlist on foopilot one???
If I understand correctly what you're asking, should be Right Click on Progress Bar (or whatever its name is, where there's the song title...).

HTH.

Alessandro

[EDIT]Ooops, that's Foopilot one PLus. Not sure about Foopilot one, sorry for the confusion.
Title: foo_looks v2.1
Post by: chowe on 2004-10-04 11:42:35
!!!
Thanks heaps haha at last i know 
man thats embarassing....

Ed
Title: foo_looks v2.1
Post by: rectangle on 2004-10-04 11:43:36
Quote
Quote
to fast swith you can just click little "i" buttons on playlist
I can't get that to work atm
Once again, nice work!

Works fine for me - Left click & hold on the little "i" next to each song in the playlist.
Title: foo_looks v2.1
Post by: Hadda on 2004-10-04 12:51:46
Hi
I said that this is very first version i mean that first time worked on my computer, no tooltips sometimes and some function is lunch with ways (ussually on rigt clicking in some place) only to see how. For now this versions you can use but with purity and not final interface.

I must make new instruction i think.
- I'm not planing faster mouse wheel but planing sth like in ie on mouse swing.
- And i add wheel on scrollbar maybe faster.
- I'll try to make %LYRICS.

@bugmenot: to cath that line is no needed. This sensitive area is up to time display.

i'm sorry for not personal answers but i lost my post when i almoust finish and i have not power to write this again.
Title: foo_looks v2.1
Post by: tk32 on 2004-10-04 15:39:23
Hadda rules

Title: foo_looks v2.1
Post by: bugmenot on 2004-10-05 09:57:01
Quote
Works fine for me - Left click & hold on the little "i" next to each song in the playlist.

I didn't notice those i's, i was thinking of the big I in the actuall info, which sounds really stupid now since it doesn't come up until you actually go into the info  anyway that's pretty cool 
Quote
@bugmenot: to cath that line is no needed. This sensitive area is up to time display.

I see what you mean, that's cool then . btw. are the graphics for the scrollbar going to be updated? the plain line doesn't fit in
Title: foo_looks v2.1
Post by: Hadda on 2004-10-05 13:55:03

Today Foopilot one have integrated instruction (next to Album info). This is the old one but i change this later. But it is nice to get handly instruction. 

(http://kaczka2k.w.interia.pl/foopilot_one/screens/Foopilot_one_instruction.png)

Download here 114 kB (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_onePL1.zip)
Title: foo_looks v2.1
Post by: TomGroove on 2004-10-06 20:52:46
great UI !!! applause....even I needed some time to understand the the different mouse functions and where to click   

is there an easy way to enlarge the hole thing (150% or 200%) within foo_looks ??
Title: foo_looks v2.1
Post by: tk32 on 2004-10-07 01:05:38
i love Hadda's work on this skin

absolutely love everything about it

just 2 quick notes that might help:
Title: foo_looks v2.1
Post by: Hadda on 2004-10-07 18:33:53
 Thanks .
I just updated foopilot one with fixed bug with not correct cover CD. I changed name of ski file to foopilot_onePL so change it in config after unpacking. You can delete old files if u want.

Regards Hadda
Title: foo_looks v2.1
Post by: bugmenot on 2004-10-08 09:00:07
Cool, the scrollbar's (graphics) been changed too  it's great!

I was just wondering how i can activate this theme?
(http://www.ghammer.net/hadda/project_jpeg/Foobilot_onePL_black.png)
Is it a WIP or something?
Title: foo_looks v2.1
Post by: Hadda on 2004-10-08 13:37:12
This black one is not finished yet. I copied playlist to blue one and change some  graph . But it is no official and as you can see on foopilot page version have no playlist.  . Beta versions on page we will add soon.
I do not know what is WIP ?
Title: foo_looks v2.1
Post by: bugmenot on 2004-10-08 14:06:48
Quote
This black one is not finished yet. I copied playlist to blue one and change some  graph . But it is no official and as you can see on foopilot page version have no playlist.  . Beta versions on page we will add soon.
I do not know what is WIP ?
[a href="index.php?act=findpost&pid=247130"][{POST_SNAPBACK}][/a]

WIP = Work In Progress
So will this skin have different colours/themes like Winamp skins do or will they be sort of seperate skins altogether?
Title: foo_looks v2.1
Post by: Hadda on 2004-10-08 16:58:47
If you like cover cd you will like this
Now foopilot have zoomed album info tab. It can be show on rigt mouse button on little "i" too. Many tabs so for now i add mouse wheel to change tabs.
download it from last link. Try use mouse wheel on cover cd too .

@bugmenot: I'm not decided yet but i think this will change from skin and it will can be changed from some config file on begining.
Title: foo_looks v2.1
Post by: Hawk on 2004-10-08 17:12:03
Hadda

I don't mean to bug but will you add actual tabs to the playlist in the future?
Thanks for a wonderfull skin man! You guys rule! 
Title: foo_looks v2.1
Post by: namlet on 2004-10-08 22:36:48
How do I get my album art to display?

I have it placed in each music folders directory.
Title: foo_looks v2.1
Post by: randomtw on 2004-10-09 00:42:44
how do you drag the foopilot skin around?

i clicked every for 10 damn minutes and couldnt move it, wtf?
Title: foo_looks v2.1
Post by: mobyduck on 2004-10-12 10:12:21
Quote
how do you drag the foopilot skin around?

i clicked every for 10 damn minutes and couldnt move it, wtf?
Left click on right edge and drag.

HTH.

Alessandro
Title: foo_looks v2.1
Post by: Hadda on 2004-10-12 11:14:58
Hi after break
@Hawk: We add tabs when we know how this skin will look but now im experiment.
@randomtw: You can drag every skin with alt button.
@namlet: click here (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&st=625#) and see Stalwart screen.

I updated last file so this is changes:
-some bugs fixed

-zoom tab is move to doubleclick on little picture on album info tab.

-I speed up PL scrollin and add it faster to wheel on bar. Double clicking an playlist bar go to playling and right button go to focused.

-I added few tooltips

-I added to the title key more functions. So now you can launch open and open cd with left click far far down mouse move, and random function with left click far far right mouse move. So if you changed "!ok_phone_tweak.cfg" you need to add to string rest of it. And i added to "!ok_phone_tweak.cfg" next in history and previous in history functions but not available in standart configuration of "!ok_phone_tweak.cfg" file.

regards Hadda
Title: foo_looks v2.1
Post by: mobyduck on 2004-10-12 16:27:08
Hi Hadda.

Is http://kaczka2k.w.interia.pl/foopilot_one/...ilot_onePL1.zip (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_onePL1.zip) the correct download link?

I tried but I'm unable to open with Winzip (error is: "does not appear to be a valid archive").

Alessandro
Title: foo_looks v2.1
Post by: Hadda on 2004-10-12 17:14:03
hmm this archive was broken huh i don't know why. Try again  Link was correct
Title: foo_looks v2.1
Post by: pIv on 2004-10-13 05:01:20
This archive create with 7zip. Last WinRar open it.
Title: foo_looks v2.1
Post by: kode54 on 2004-10-13 05:19:16
Looks like plain ZIP to me, it should work fine with most archive tools.
Title: foo_looks v2.1
Post by: WhiteLion on 2004-10-15 17:21:15
Strange things with fool_looks (it doesn't depend on skin used).
I'm a Delphi programmer. When I press key combinations that contain F9 to compile, run, etc. while working on my projects, foo_looks window (always at the screen's right-top corner) starts to cycle colors in it's progress area. After cycling, some regions remain colored.
Is it a feature?
Title: foo_looks v2.1
Post by: WhiteLion on 2004-10-15 17:27:23
Like that:

Changing colors:
(http://img31.exs.cx/img31/4506/looks1.png)

Colored line after cycling:
(http://img36.exs.cx/img36/6108/looks2.png)
Title: foo_looks v2.1
Post by: upNorth on 2004-10-15 18:03:31
Quote
Strange things with fool_looks (it doesn't depend on skin used).
I'm a Delphi programmer. When I press key combinations that contain F9 to compile, run, etc. while working on my projects, foo_looks window (always at the screen's right-top corner) starts to cycle colors in it's progress area. After cycling, some regions remain colored.
Is it a feature?
[a href="index.php?act=findpost&pid=247946"][{POST_SNAPBACK}][/a]
Yes, it's a feature. 'F9' It's used to verify how a look is redrawn. Areas with e.g. scrolling text, will change color every 1/2 second or more likely every 1/15 second. It's also redrawn when you move your mouse over it. Hence the changing colors when you press and hold 'F9 while moving your mouse over a look.
Title: foo_looks v2.1
Post by: WhiteLion on 2004-10-15 18:17:14
Just as I thought  Can it be disabled somehow?
Title: foo_looks v2.1
Post by: Hadda on 2004-10-16 03:39:58
@WhiteLion: I see that you use my& Dziuba skin. I can see in your screens that not refreshing area is steel have color. I use one time drowing sprite becouse tk32 said that render.erase take CPU. And as i can see when i change any border in skin sprite all sprites refreshing and take cpu (when title is scrolling or when progrss bar is changing in foopilot one is increse proporcional to window size).So i cant see a reason why i cant use render erase but this skin i build to save cpu as mouch as i can. So maybe i can show you way to refreshing this "shadow" area to fix this problem. Try change sprite:  "znikajacy_podklad" into this:
Code: [Select]
sprite znikajacy_podklad
    bool enabled false
    list rendermap int {render.erase,render.image}
    list rect int { 0 0 500 30 }
    list srcoff int { 0 30 }
    //list scripts string {"bum"}

but this will work only till you use first time playlist (if will work). So if this will work i can write you how to make this all the time.
Title: foo_looks v2.1
Post by: randomtw on 2004-10-16 20:56:42
exit button for your skin hadda? is there one to close the skin and another to close foobar?
Title: foo_looks v2.1
Post by: Hadda on 2004-10-17 00:40:42
@randomtw: In all skin what i wrote is only way to close foobar  or hide (and back when you decided)  but not close (in sunset skin is not posible to hide ).
Title: foo_looks v2.1
Post by: Gord on 2004-10-17 02:58:04
Quote
Just as I thought  Can it be disabled somehow?
[a href="index.php?act=findpost&pid=247963"][{POST_SNAPBACK}][/a]


It was some debug feature danZ put in that he was going to remove before he got busy.
Title: foo_looks v2.1
Post by: chowe on 2004-10-18 12:32:22
Hey, just wondering, is DocUK still around?
When his carbon skin came out i used it alot, of course now i use foopilot one (which i must say is impressive), but i would like to see development in the carbon skin pick up again. Any chance of that docuk? 

Ed
Title: foo_looks v2.1
Post by: dano on 2004-10-20 20:22:04
Hadda i have a suggestion for your great Foopilot Skin.
Can you make it focus the currently playling track in your skin playlist and in the foobar playlist when you double click in the status bar of Foopilot (on bottom) ?
Title: foo_looks v2.1
Post by: Hadda on 2004-10-20 20:58:11
 I think that i back for moment to foopilot to impelment some functional from foopilot one, like switch cover art, mouse wheel on progress bar to play next/prev. I thing that mouse wheel to change playlist and to switch to album info it will be usefull too. and fast scroll on scroll bar.
Maybe i'll do what you ask
For now you can doubleclick on scrollbar to go to playing track and you can focused it fast. Tooltip said :
D: highlite| but it should be now plaing and selected from tooltip it should be focused. So right click go to focused and double go to now plaing.
Title: foo_looks v2.1
Post by: dano on 2004-10-20 21:28:27
thx, i had overlooked that the scrollbar has more to offer
Title: foo_looks v2.1
Post by: Hadda on 2004-10-22 13:20:20
Before finall version of foopilot one PL something in middle. Foopilot one and foopilot one graphit with extended stuff. This is beta1 version. All works fine. No tooltips for now and few functions .
(http://kaczka2k.w.interia.pl/foopilot_one/screens/Foopilot_ext.jpg)

Download here 170 kB (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_one_ext_rc1.zip)
Title: foo_looks v2.1
Post by: Stalwart on 2004-10-22 14:01:26
WOW! New pilot rocks!  It's beautyful! Blin! =] Rulez forever! Klass! Udachi, Hadda!  Spasibo!
Title: foo_looks v2.1
Post by: Hawk on 2004-10-22 14:13:50
Quote
Before finall version of foopilot one PL something in middle. Foopilot one and foopilot one graphit with extended stuff. This is beta1 version. All works fine. No tooltips for now and few functions .




Wow!! What can I say? Excellent!! Great, fantastic

Some remarks:

* Could you please add the option "open directory" to the "Open menu?
             
* Another thing, in the graphite skin could you also make the background to the
  "play >"  section in graphite colour?
                   
* In the "Info" section were it show the cover, the name of the song is most of the
  time not the songs playing. It shows the name of the song that was selected the
  last time the playlist was opened. Is that going to be changed?


Well done guys!!
This is going to be great!!
Title: foo_looks v2.1
Post by: Hadda on 2004-10-22 14:47:47
 Thanks.
As you can see Dziuba changed his pseudonym to BeRo 
@Hawk:
-So i was tolking with Berro about menu with open some functions from foobar but we need few proposition (so if somenone wont faster access to some functions from foobar just write proposition on this tread). But open menu is great idea so i think i do this menu.
-I do not know when colours will direct to two looks . For now this two have one grey menu.
-About info: i think that is natural go to focused. But Berro not too . So i do this what you wont on doubleclick on info button.
Title: foo_looks v2.1
Post by: mobyduck on 2004-10-22 15:03:24
Hi Hadda.

Sorry but I have trouble again with your last download link (same problem as above): can you check your archive one more time, please?

Thx.

Alessandro
Title: foo_looks v2.1
Post by: Hadda on 2004-10-22 15:19:54
Maybe your conection is break sometimes. This server is Polish free so download menager can help. This archive is zip format created by 7-Zip archiver. Maybe you have old zip version i have no idea (anonyone have problem with this archive ?).  I refreshed file.
Title: foo_looks v2.1
Post by: mobyduck on 2004-10-22 16:12:01
No luck.

I tried Winzip 8.0 (error is: "does not appear to be a valid archive") and Winrar 3.20 (error is: "Unexpected end of archive").



Alessandro
Title: foo_looks v2.1
Post by: Hadda on 2004-10-22 16:22:30
I updated with normal winzip file. Try now
Title: foo_looks v2.1
Post by: mobyduck on 2004-10-22 16:35:49
That worked, thank you very much!

Oh and, congrats for the great job.

Alessandro

[EDIT]
Would it be possible making the area around the play button a drag area? Or at least disable the play/pause functions in these spots...
[/EDIT]
Title: foo_looks v2.1
Post by: Hadda on 2004-10-22 16:53:18
You can drag skin with alt button with all area. Try edit "!ok_phone_tweak.cfg" file . You can simply distable play/pause with change this file.
Title: foo_looks v2.1
Post by: chowe on 2004-10-23 02:41:04
*drools*
Love the new skin
And i didnt realise it before but u DID have "next in history" and "previous in history" already in ur ok!phone tweak
Thanks for adding them!

Ed
Title: foo_looks v2.1
Post by: dano on 2004-10-23 13:07:08
foopilot one gets better and better
Hadda: can you add 2 commands in the !ok_phone_tweak.cfg to jump to the next/previous album?
And in the info field (with album cover etc..), you have that function with double click to change between small and big cover view, maybe you can make the skin resize automaically to the coversize when you doubleclick.
Again, thx to you and your designer!
Title: foo_looks v2.1
Post by: Hadda on 2004-10-24 12:47:24
@dano: I'll try add your proposition to next version. Now i thinking about do scroll and progress from begin to save cpu using.
Title: foo_looks v2.1
Post by: Hadda on 2004-10-24 13:10:00
I have problem with foo_looks. I wont to implement to playlist selection by button and other useful thinks. But problem is becouse i can't dispaly information if track is selected. On designers guide is few function to order playlist:
-------------------------------------------------------------------
1) fb2k_playlistSetFocusSel(index)","void
2) fb2k_playlistSetSel(index, select)","void
3) fb2k_playlistSetFocus(index)","void
4) fb2k_playlistGetFocus()","int
5) fb2k_getNowPlaying()","PLindex [-1 if none]
-------------------------------------------------------------------
1) using this function i can select one track (of index) and focuse them at the same time.
2) in this function i can select one or few tracks.
3) this function is for set focuse of track
4) and this is for get focus.

So one function i missed or i do not know about it . It would call:
fb2k_playlistIsSel(index)"," bool. Becouse i cant display all selected track on playlist , but i can select them.
So if this can't be displayed from foo_looks i wondering if i can dipslay it from some value of strings. In Syntax reference for title formatting for version 0.7 i do not see it but i think that this guide is not complite. Maybe some value of columnUI is help. So if someone know how to get some value if track is selected form foo_looks or string formatting pleace help.
Title: foo_looks v2.1
Post by: Hadda on 2004-10-26 11:51:56
New file avitable.
I add on rigt click and mouse wheel on tabs more functions. So follow tooltips on tabs

I paint playlist a little and this is unofficial file. If you wont to see it replace file:"Foopilot_one\One_pl.png" from "..Foopilot_one\change graph\graphit\One_pl.png"


I'm still waiting for answer my question. This is block me to make full working playlist. This is very basic information on playlist but i can get this  . I need help.

Foopilot_one_ext_rc2.zip ( 230 kB) (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_one_ext_rc2.zip)
Title: foo_looks v2.1
Post by: bugmenot on 2004-10-26 12:30:26
Hadda that is AWESOME!!!!  just trying out the garphite look and it's brilliant!!! your a foo_looks genious lol

The font could be just a bit bigger though, in the info on the right it's pretty small, readable but not very clear;) making it 1px bigger should work , i just love it! keep up the good work! 

oh yeah... could you make the distance between the skin and the playlist smaller? it's quiete a big gap  uhhh i love it!!
Title: foo_looks v2.1
Post by: pIv on 2004-10-26 13:22:13
Hey HADDA!

Your look is greate.

I have one answer - red right bottom button has tooltips"L: stretch PL R: stretch to position".

What is "stretch to position"

pIv
Title: foo_looks v2.1
Post by: Hadda on 2004-10-26 13:51:39
  Thank a lot 

@bugmenot: I think too that this distance is too big. Album info is not ready yet  So your proposition will be added i think. This will display icon of file from foobar icons and on click you will edit tagz or something like that.

@pIv: This is old tooltip. In foopilot onePL when you right click and move- playlist size will not update until you relese right button.
I remove this becouse i was working on playlist state (this is reason why you can see this red diode on playlist). This would be switcher to close playlist if look lose focuse (or not when diode is blue). But i only find next foo_looks bug heh. Maybe i back to this later.
Title: foo_looks v2.1
Post by: LiLFLiP on 2004-10-26 23:14:59
I love the foopilot skin...but I have one minor issue.

Is it possible to make a bottom-docked version of it?  I have an objectdock bar at the top of my screen, so if I put it there, it obstructs the view.

Thanks, if possible.
Title: foo_looks v2.1
Post by: Hadda on 2004-10-26 23:40:37
@LiLFLiP:
Heh. No simply way to do that. This need write skin from begining and harder to write. I think that i can glue skin to down border of screen but this need next streach button on skin. But i have so many thinks to do .
I think that this dock is more natural.
(Maybe i'll do that when the skin will finished. I can't writing and updating to many skins)
Title: foo_looks v2.1
Post by: olivi3r on 2004-10-27 09:33:49
great work guys, loving foo_looks and the newly developed skin.

add. request: is it possible to have the foo_look taskbar instance display the same info as the foobar2000 one? right now it only says 'foo_look', which is not very informative when main foobar is minimized to systray.
Title: foo_looks v2.1
Post by: chowe on 2004-10-27 13:21:31
@olivi3r:
hey, if u mean the tooltip when u mouseover the icon, u have to go into preferences and underneath default user interface click on title formatting. Select the system tray tab and insert tags (eg %album%) as necessary. Im not too sure what the original foobar2000 one says tho...

Ed
Title: foo_looks v2.1
Post by: olivi3r on 2004-10-27 14:56:22
Quote
@olivi3r:
hey, if u mean the tooltip when u mouseover the icon, u have to go into preferences and underneath default user interface click on title formatting. Select the system tray tab and insert tags (eg %album%) as necessary. Im not too sure what the original foobar2000 one says tho...

Ed
[a href="index.php?act=findpost&pid=250384"][{POST_SNAPBACK}][/a]


thanks ed, but i meant the caption of the foo_looks window.
Title: foo_looks v2.1
Post by: olivi3r on 2004-10-28 08:03:17
is it possible to open a new thread for foo_looks skins?

it's quite hard to find general foo_looks info now in this 28-page thread.
Title: foo_looks v2.1
Post by: johnpur on 2004-10-28 18:13:42
Can someone point me to a working DL point for foo_looks? All of the links seem to be down.

Thanks - J
Title: foo_looks v2.1
Post by: upNorth on 2004-10-28 18:26:50
mirrors (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
Title: foo_looks v2.1
Post by: Zulithe on 2004-10-30 06:31:50
I agree, a new thread is needed. The download links are broken in the first couple posts and there is no sign of danZ ever returning, so ...

But even with a new thread, and despite the cool new skin by Hadda, foo_looks appears to be on its last legs ... sad, really.
Title: foo_looks v2.1
Post by: anza on 2004-10-30 09:17:21
I'd just vote for a mod to add the mirrors to the first post on the thread.
Title: foo_looks v2.1
Post by: upNorth on 2004-10-30 09:58:45
I agree with anza, as I think the new thread would get exactly the same contents as this one has had after danZ left.

I also,  think Zulithe has a valid point, and it made me decided to post something I wrote nearly a month ago (with some updates and additions):

Quote
Hadda rules

[a href="index.php?act=findpost&pid=246250"][{POST_SNAPBACK}][/a]
I agree, and that makes it harder to ask this, but do you know if danZ will continue to develop this plugin?

IMHO Hadda/Berro, is just what this project needs to attract attention from other skilled developers. But, as far as I can see, danZ hasn't posted on HA since May, was last active the 7th of July, and if he has abandoned this project, then the future isn't that bright after all.

This plugin works, but he had plans to develop it further (e.g. change playlist implementation), and IIRC he said it could be made into a real UI, but he wouldn't do that untill someone made a full featured skin (pushing the current limits). Now, as Hadda/Berro are starting to fulfill that recuirement, I think it's about time to look at what the future brings. And even decide if there is a future...

I have wanted to say this for some time, but didn't want to, because Hadda/Berro have been working so hard, and alot of people seems to like their work.

Another person that has done alot of important work for this plugin, is tk32, and he isn't around as much as he used to either.

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.

Now, I don't want foo_looks to be another abandoned project, but a developer will be needed at some point. New versions of foobar and the SDK will eventually require that it is recompiled or even modified, even without adding any further features.
Title: foo_looks v2.1
Post by: tk32 on 2004-10-30 19:27:46
Quote
Another person that has done alot of important work for this plugin, is tk32, and he isn't around as much as he used to either.


i'm still here

just realised that i was needed a lot less often lately

Title: foo_looks v2.1
Post by: mitor on 2004-10-30 19:39:26
how can i install foopilot? 
Title: foo_looks v2.1
Post by: boundless on 2004-10-30 20:59:37
Where can I find foo_looks 2? The download link is "Error 404: File not found".

edit: mis-spellings.
Title: foo_looks v2.1
Post by: upNorth on 2004-10-30 21:03:26
mirrors (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
Title: foo_looks v2.1
Post by: olivi3r on 2004-10-31 09:36:00
Quote
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.
Title: foo_looks v2.1
Post by: Hadda on 2004-10-31 13:24:05
I agree with upNorth. This are last moment of foo_looks . 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
Title: foo_looks v2.1
Post by: bugmenot on 2004-10-31 13:47:37
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 

And Hadda your conding doens't only make you happy  your skin is really great and everyone loves it! it just makes foobar that much better
Title: foo_looks v2.1
Post by: chowe on 2004-11-01 08:27:40
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
Title: foo_looks v2.1
Post by: Hadda on 2004-11-02 00:07:34
@chowe: This are wery useful links:
1. tk32 Skins Tutorial (http://www.btinternet.com/~sean.m.kelly/foo_looks/tutorial.htm) (I was started from here.)
2. Foo_looks script reference (http://www.btinternet.com/~sean.m.kelly/foo_looks/script_ref.htm)
3. more here (http://www.btinternet.com/~sean.m.kelly/section_ref.htm)
4. and here (http://www.btinternet.com/~sean.m.kelly/script_ref.htm)
5. and Lua tutorial (http://lua-users.org/wiki/TutorialDirectory)
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  and this forum this thread asking
Title: foo_looks v2.1
Post by: chowe on 2004-11-02 02:28:33
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
Title: foo_looks v2.1
Post by: Hadda on 2004-11-02 16:28:27

New file avitable. Richer info and little changes,some bugs fix.

(http://kaczka2k.w.interia.pl/foopilot_one/screens/graphit.png)
download "Foopilot one RC3" here ~230 kB (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_one_ext_rc3.zip)


: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
Title: foo_looks v2.1
Post by: gob on 2004-11-04 07:28:35
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?
Title: foo_looks v2.1
Post by: Hadda on 2004-11-04 17:09:27
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 .
regards Hadda
Title: foo_looks v2.1
Post by: dano on 2004-11-04 21:01:50
just wanna say that i always try to put Haddas latest version on my mirror (http://foobar.nub4life.net/files/foo_looks/) 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.
Title: foo_looks v2.1
Post by: kalimeru on 2004-11-04 21:20:32
fantastic Hadda
all the icons are working correctly 4 me 2.. ogg/mp3/mpc

@dano : nicely donne.. I was having trouble downloading the latest version  no problem from the location u provided though
Title: foo_looks v2.1
Post by: MD1032 on 2004-11-05 02:12:30
Hey, I can't download it off your site. I get a 404 error when I click on the link.
Title: foo_looks v2.1
Post by: gob on 2004-11-05 06:05:29
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..
(http://p56.ath.cx/piolet.png)
Title: foo_looks v2.1
Post by: chowe on 2004-11-05 06:16:37
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
Title: foo_looks v2.1
Post by: MD1032 on 2004-11-05 13:49:31
Is there any other download location?
Title: foo_looks v2.1
Post by: chiwou on 2004-11-05 14:09:39
Quote
Is there any other download location?
[a href="index.php?act=findpost&pid=252166"][{POST_SNAPBACK}][/a]



yes look on the site 28

on bottom

there where stans "mirrors"
Title: foo_looks v2.1
Post by: Hadda on 2004-11-05 22:51:09
Quote
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
[a href="index.php?act=findpost&pid=252121"][{POST_SNAPBACK}][/a]

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

Code: [Select]
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: [Select]
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.

@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 . It is not so simply to get this .
Title: foo_looks v2.1
Post by: olivi3r on 2004-11-07 21:33:59
thanks for the new version hadda, good work.

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

(http://www.olivierk.cistron.nl/screenshot.png)
Title: foo_looks v2.1
Post by: Hadda on 2004-11-07 23:32:51
This colours are with no gradiend easy to paint. I make this waiting for new graphics from BerRo . I'm happy when i see new modes of foopilot.
Title: foo_looks v2.1
Post by: olivi3r on 2004-11-07 23:57:16
Quote
This colours are with no gradiend easy to paint. I make this waiting for new graphics from BerRo . I'm happy when i see new modes of foopilot.
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=252518")


[a href="http://www.olivierk.cistron.nl/One_pl_g.png]here[/url] is the modified graphics template too if you want it.

gradients like this

(http://www.olivierk.cistron.nl/screenshot2.png)

would be nice, but might be hard to do since the images need to resize?
Title: foo_looks v2.1
Post by: Rika on 2004-11-10 15:50:55
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
Title: foo_looks v2.1
Post by: WhiteLion on 2004-11-10 17:07:30
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.
Title: foo_looks v2.1
Post by: WhiteLion on 2004-11-10 17:07:56
--dupe deleted--
Strange, I've got the SQL error while posting previous message
Title: foo_looks v2.1
Post by: Hadda on 2004-11-10 19:17:18

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.
Title: foo_looks v2.1
Post by: Hadda on 2004-11-10 22:54:12

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 (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_one_ext_rc4.zip)

(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.
Title: foo_looks v2.1
Post by: kalimeru on 2004-11-10 23:56:12
I confirm that bug Hadda...

Hadda I'm posting your skin at a Portuguese forum - givin u full credit of course
keep up..
Title: foo_looks v2.1
Post by: Hadda on 2004-11-11 00:19:51
Quote
I confirm that bug Hadda...

Hadda I'm posting your skin at a Portuguese forum - givin u full credit of course
keep up..
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=253074")


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.

[a href="http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_one_ext_rc4_test.zip]Test file[/url]
Title: foo_looks v2.1
Post by: chowe on 2004-11-11 09:29:34
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
Title: foo_looks v2.1
Post by: Ivegottheskill on 2004-11-11 13:05:06
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)
Title: foo_looks v2.1
Post by: Rika on 2004-11-11 14:20:53
Quote
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.
Title: foo_looks v2.1
Post by: dano on 2004-11-11 19:14:37
Quote
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)
[a href="index.php?act=findpost&pid=253169"][{POST_SNAPBACK}][/a]

No you don't, as stated in the very first post of this thread.
Title: foo_looks v2.1
Post by: Digisurfer on 2004-11-11 21:58:39
Quote
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 (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_one_ext_rc4_test.zip)
[a href="index.php?act=findpost&pid=253082"][{POST_SNAPBACK}][/a]

Tried downloading twice, Winzip says zip file is corrupt.
Title: foo_looks v2.1
Post by: dano on 2004-11-11 22:23:53
@Digisurfer: Use a download manager
Title: foo_looks v2.1
Post by: kalimeru on 2004-11-11 22:52:34
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)
Title: foo_looks v2.1
Post by: kalimeru on 2004-11-11 23:25:15
@Hadda: It's perfect..  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..
Title: foo_looks v2.1
Post by: Hadda on 2004-11-12 15:08:00
@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.
Title: foo_looks v2.1
Post by: Hadda on 2004-11-12 16:58:47
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 (http://kaczka2k.w.interia.pl/foopilot_one/Foopilot_one_ext_rc4.1.zip)
Title: foo_looks v2.1
Post by: kalimeru on 2004-11-12 19:46:25
@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
Title: foo_looks v2.1
Post by: Hadda on 2004-11-12 22:06:46
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 . 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.
Title: foo_looks v2.1
Post by: badrad on 2004-11-13 08:39:24
Hadda, I am new to Foobar and just found Foopilot one. It is amazing! Thank you for all your work on it.
Title: foo_looks v2.1
Post by: Hadda on 2004-11-17 13:12:06
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 . This fact rich foo_looks. So wait for next skins  .

Regards Hadda .
Title: foo_looks v2.1
Post by: SiliconSoul on 2004-11-20 22:06:15
Quote
Quote
Did I mention I now use Gravitron to convert Winamp Users to foobar? ^^
go tk32 go!

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



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

[span style='font-size:8pt;line-height:100%']EDIT: i have a free evening tonight - so i'll be available & adding new features over the next few hours[/span]
[a href="index.php?act=findpost&pid=191199"][{POST_SNAPBACK}][/a]


Please do it is my favorite skin!
Title: foo_looks v2.1
Post by: tberman333 on 2004-11-23 01:46:10
Does anyone know where to download this plugin?  The link http://www.loodi.com/foo_looks.zip (http://www.loodi.com/foo_looks.zip) brings back a 404 error. 

Thanks.
Title: foo_looks v2.1
Post by: upNorth on 2004-11-23 09:29:45
mirrors (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
Title: foo_looks v2.1
Post by: anza on 2004-11-23 10:20:47
Maybe we should start posting the mirror list everytime this thread gets a new page... :B
Title: foo_looks v2.1
Post by: tberman333 on 2004-11-23 13:53:55
Quote
mirrors (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
[a href="index.php?act=findpost&pid=255623"][{POST_SNAPBACK}][/a]



Thanks!
Title: foo_looks v2.1
Post by: tberman333 on 2004-11-23 15:05:51
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?
Title: foo_looks v2.1
Post by: dano on 2004-11-23 17:15:51
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
Title: foo_looks v2.1
Post by: tberman333 on 2004-11-23 19:42:27
Quote
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
[a href="index.php?act=findpost&pid=255723"][{POST_SNAPBACK}][/a]



That worked.  Thanks!!!
Title: foo_looks v2.1
Post by: tberman333 on 2004-11-23 20:26:11
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  .  Thanks for the help!
Title: foo_looks v2.1
Post by: dano on 2004-11-23 21:00:09
You probably need to reactivate the skin:
Components->Look->Show->Activate
Use right-click on the x to close foobar next time.
Title: foo_looks v2.1
Post by: Hadda on 2004-11-24 01:24:48
Hi.
I updated foopilot one because i changed server. Maybe this will be faster.
Here you can find last version of foopilot one (RC 4.2).
Very little changes. Two bugs fixed and blinding pause added.

Download Foopilot from here (http://www.freewebs.com/hadda/)


:edit: fixed bad link
Title: foo_looks v2.1
Post by: Hadda on 2004-11-25 15:43:31
 
Today first test version of "Foopilot one dual".

This is instructions how to use dual look:

1) First step configure your foo_looks in the way that you wont to show playlist (set always on top or not)

2) Now close foobar and copy your foo_looks.dll to foo_lookpl.dll (now you have two files in components folder)

3) Now you can see in your foobar config two looks configs :

. I must find other server fast .

Sory for bad link and wait for good.
:edit2: fixed
Title: foo_looks v2.1
Post by: Gord on 2004-11-27 02:29:28
Quote
heh i do not know how it possible but i cross limit this free server in 3 hour . I must find other server fast .[a href="index.php?act=findpost&pid=256145"][{POST_SNAPBACK}][/a]


If you would like I could set you up a subdomain on frooptech.net. Something like hadda.frooptech.net.

PM or Email me if you want.
Title: foo_looks v2.1
Post by: Hadda on 2004-11-27 12:10:39
@Gord:Thanks a lot. I'm using now FreeWebs's space and seems to work fine for now.

Next Version is avitable (alpha2).
This version have drag area and close, minimize, maximize buttons on playlist. I next version playlist will be magnetic with main skin.

Here newest versions (http://www.freewebs.com/hadda/)
Title: foo_looks v2.1
Post by: tto42 on 2004-11-27 13:16:54
Hi,

have a little problem and I hope one of you can hit me with the obvious?! How can I write this function in a way so it`s working:

look_setSrcOffset(this, this.width, 0)

Everything it does so far is to take 'this' and srcoff it at 0 0. I once started the look with an initial srcoff and by pressing the button it went back to srcoff 0 0. So thats working 

The use should be to have an extra picture for onrightbuttondown.
I can`t use 'toggle' for buttons like Play/Pause neet that already.
Think of picture like:
0
1
2 2
5
6
7 7
Now I have my mousestates Normal, Rollover, Pressed and furthermore in the second row pictures I want to use as RightButtonPressed.

The complete code looks like this
Code: [Select]
lua rightDownToggle
    
    function onrightbuttondown(this)
 look_setSrcOffset(this, this.width, 0)
    end
    
    function onrightbuttonup(this)
 look_setSrcOffset(this, 0, 0)
    end

endlua


I`m sure I only miss something like a bracket, but I tried everything I could think for.

Thanks for any suggestions

to42
Title: foo_looks v2.1
Post by: Gord on 2004-11-27 13:46:48
Quote
@Gord:Thanks a lot. I'm using now FreeWebs's space and seems to work fine for now.[a href="index.php?act=findpost&pid=256395"][{POST_SNAPBACK}][/a]


Not a problem. Offer stays open if you need it in the future though.
Title: foo_looks v2.1
Post by: Hadda on 2004-11-27 20:32:44
Quote
Hi,

have a little problem and I hope one of you can hit me with the obvious?! How can I write this function in a way so it`s working:

look_setSrcOffset(this, this.width, 0)

Everything it does so far is to take 'this' and srcoff it at 0 0. I once started the look with an initial srcoff and by pressing the button it went back to srcoff 0 0. So thats working  

The use should be to have an extra picture for onrightbuttondown.
I can`t use 'toggle' for buttons like Play/Pause neet that already.
Think of picture like:
0
1
2 2
5
6
7 7
Now I have my mousestates Normal, Rollover, Pressed and furthermore in the second row pictures I want to use as RightButtonPressed.

The complete code looks like this
Code: [Select]
lua rightDownToggle
    
    function onrightbuttondown(this)
 look_setSrcOffset(this, this.width, 0)
    end
    
    function onrightbuttonup(this)
 look_setSrcOffset(this, 0, 0)
    end

endlua


I`m sure I only miss something like a bracket, but I tried everything I could think for.

Thanks for any suggestions

to42
[a href="index.php?act=findpost&pid=256398"][{POST_SNAPBACK}][/a]

Function look_setSrcOffset seems to not work fine. I first time use it becouse i used always look_setSrc[X/Y]. You can write this code in your lua to fix problem:

Code: [Select]
function look_setSrcOffset(this, x, y)
    look_setSrcX(this,x)
    look_setSrcY(this,y)
end

Or use look_setSrcX functions to set scroff. If you use lua to set scroff by pressing buttons don't forget to use all mouse possiblities (onrightbuttonup(this)/onrightbuttondown(this) is not enouth to not bugs produce).
You may define scroff in all this functions too:
Code: [Select]
-onrightbuttonupoutside(this)
-onleftbuttonupoutside(this)
-onleftbuttonup(this)


(all up must be used)
Title: foo_looks v2.1
Post by: tto42 on 2004-11-28 09:20:16
Thanks Hadda,

look_setSrcX(this,x) is working fine! I`ve just overseen it  all the time.    And for I only wanted to manipulate X it`s actually the better way.

Although this problem is solved you`ve unsettled me about what else I might have missed.

fb2k_menuCommand('Foobar2000/Activate or hide')
There is no way that foo_look knows if the main window is really hidden or just out of focus?
Pressing this button when foobar is out of focus will make him hide instead of making him active; the opposite effect I want that button to cause.
At the moment I only use fb2k_menuCommand('Foobar2000/Activate'). Not that elegant, but more reliable.

Playlist/Order/Default, Random etc.
I know how a look can tell foobar how to change it. But what if someone changes it in Foobar? Does the look have any capability to know about that?
Right now I`m thinking about leaving this out of the look. There is no real use of a button changing Default-Random-etc if the look can only show the right state if it was changed within the look. But If it was changed in the main foobar window the look has no idea that this has happened.


I`m surprised and relieved that this forum is that active.

Have a nice day
tto42
Title: foo_looks v2.1
Post by: Hadda on 2004-11-28 21:04:14
This is chcek if main window is active really:
Code: [Select]
if fb2k_uiIsActivated() then  
--ACTIVE
else  
--UNACTIVE
end


You can write code to update order (i must do in my skin this heh):
Code: [Select]
lua check

prevControl=fb2k_getFlowControl()

function check_flow(this)
      if fb2k_getFlowControl()~=prevControl then
            prevControl=fb2k_getFlowControl()

           -- HERE WHAT YOU WONT TO DO LIKE look_setText(this,fb2k_getFlowControl())
      end
end

function onupdateplayerstatus(this)
        check_flow(this)
end

endlua

:EDIT: Little bug in code. "!=" i changed to "~="
Title: foo_looks v2.1
Post by: Hadda on 2004-12-01 01:43:27
Hi
I back to my old server heh. Download need download menager but 1GB limit is only on rules text i think.
New file is avitable from Here (http://hadda.mybesthost.com/)
Alpha 4 is packet of foopilot one[graphit] + foopilot one dual[graphite]. Instruction how to use dual mode is some post earlier.
)
2) Playlist heve simply keyboard support. Becouse foo_looks not good servise keyboard arrows to fluently scroll playlist you need to combine space with slow down arrow (try this). For now playlist have basic keyboard functions:
-arrows [^/v]  to move selected (with space button)
- /[Shift+i] to fast info show
- [del] to delete playlist position
- [j]/[F3] to playlist search
-[enter] to play selected

I'm planing to rich keyboard supprt and next do magnetic and move playlist with main belt when playlist is docked to belt (in dual mode). Next i wont to create multi album art multi albums playlist but this take some time. This list will independent from skin and can be order by any skin by simply commands easy to implement (in dual mode. Really not implement but order and can be graphical change to skin colour).


Regards Hadda
:edit: lucky users who download new wersion becouse trasfer limit is croos  (that says the words on link) third in this moth (this is really make me worry). Anonyone know good free server ??. I must make images not frome page but i am to lazy for that.

:EDIT2: I fixed links.

:EDIT3: I fixed link again.
Title: foo_looks v2.1
Post by: AsILayDying on 2004-12-01 19:17:46
ummm.....I installed foolooks 2.1 but when I activate a skin, I only get wired large colored blocks........what did I do wrong??

I am using windows xp sp1 btw.....and foobar 0.8.3
Title: foo_looks v2.1
Post by: DotNoir on 2004-12-01 21:15:40
Quote
........what did I do wrong??
[a href="index.php?act=findpost&pid=257215"][{POST_SNAPBACK}][/a]

......................................[and one for the sake of it].you installed foo_looks
Title: foo_looks v2.1
Post by: Hadda on 2004-12-01 22:02:17
Quote
ummm.....I installed foolooks 2.1 but when I activate a skin, I only get wired large colored blocks........what did I do wrong??

I am using windows xp sp1 btw.....and foobar 0.8.3
[a href="index.php?act=findpost&pid=257215"][{POST_SNAPBACK}][/a]

You are probably using Styles XP aplication. This aplication with foo_looks effect to this simptoms. You can press F9 but with foopilots one this not bring good effect (becouse i'm not refreshing all area to save cpu but i can do speciall path for you). I'm thinking about installing styles and try to byepass this foo_looks bug (if thi is possible).
Title: foo_looks v2.1
Post by: AsILayDying on 2004-12-02 01:26:28
Quote
Quote
ummm.....I installed foolooks 2.1 but when I activate a skin, I only get wired large colored blocks........what did I do wrong??

I am using windows xp sp1 btw.....and foobar 0.8.3
[a href="index.php?act=findpost&pid=257215"][{POST_SNAPBACK}][/a]

You are probably using Styles XP aplication. This aplication with foo_looks effect to this simptoms. You can press F9 but with foopilots one this not bring good effect (becouse i'm not refreshing all area to save cpu but i can do speciall path for you). I'm thinking about installing styles and try to byepass this foo_looks bug (if thi is possible).
[a href="index.php?act=findpost&pid=257245"][{POST_SNAPBACK}][/a]


thank you verymuch I would try this right now, but ummm.....my isp is f-in' up and they only way I get get to hydrogenaudio is through a different isp............different computer.......so when I get home I'll try the F9.....and I am using style xp........
Title: foo_looks v2.1
Post by: fonew on 2004-12-02 05:40:33
Quote
[span style='font-size:14pt;line-height:100%']Version 2.1 Available (http://www.loodi.com/foo_looks.zip)[/span]


mhhm ... it doesn`t go ... has anybody this   foo_looks.zip
for me ?

thx
Title: foo_looks v2.1
Post by: upNorth on 2004-12-02 06:29:50
mirrors (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
Title: foo_looks v2.1
Post by: WhiteLion on 2004-12-02 10:11:50
BTW, again , how can I disable that color cycling by the global F9 hotkey? Patch foo_looks.dll or somehow override it in my currently used look?
Title: foo_looks v2.1
Post by: tto42 on 2004-12-02 12:35:33
Hi Hadda and Hi to everyone,

I retried fb2k_uiIsActivated but it didn`t work right.
On my machine Foobar "Hides" to the tray. Therefore "fb2k_uiIsActivated" is answering the question if foobar is hiding in the tray or not.
What it does not answer, if foobar is not in the tray but I can`t see it for it is behind some other windows.

I originally wanted to have a button that`ll bring foobar to front:
a) if it`s hiding
b) if it`s active but out-of -focuse.
To me as the user a) and b) are the same: I can`t see foobar. - Unfortunatly fb2k_uiIsActivated can only check for a).

To check that for syntax errors:
Code: [Select]
    function onleftbuttonup(this)
 if fb2k_uiIsActivated() then
     fb2k_menuCommand('Foobar2000/Hide')
 else
     fb2k_menuCommand('Foobar2000/Activate')
 end
    end


The hint with fb2k_getFlowControl()~=prevControl works perfect!! I used fb2k_getFlowControl()==prevControl, but anyhow 

have a nice day

tto42
Title: foo_looks v2.1
Post by: fonew on 2004-12-02 13:36:52
Quote
mirrors (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=257300")


thx  i have installed foo:looks Version 2.1

...but all skins from [a href="http://www.barciaonline.com/aural/foobarlooks/looks01.htm] this[/url]page are not possible to load ...

error in foobar like this :
INFO (foo_looks) : Initializing GDI+
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 31] Token = 'show.Always'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 90] Token = 'command.foobar2000_config'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 98] Token = 'command.foobar2000_config'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 131] Token = 'show.IsPlaying'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 153] Token = 'command.playlist_adddirectory'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 178] Token = 'command.look_close'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 195] Token = 'command.foobar2000_exit'
WARNING (foo_looks) : [Warning] Undefined value - default used - [Line: 213] Token = 'command.volume_mute_toggle'
INFO (CORE) : startup time: 219 ms


what can i do ? ... i want regular a winamp gui

can anybody help ?


cu
Title: foo_looks v2.1
Post by: AsILayDying on 2004-12-02 16:02:16
@ Hadda, thanks my foo_looks works perfectly.....


Question umm.....is there a way to diable the foolooks always being on top??
Title: foo_looks v2.1
Post by: mobyduck on 2004-12-02 17:19:57
Quote
Question umm.....is there a way to diable the foolooks always being on top??
Components --> Look --> Show

HTH.

Alessandro
Title: foo_looks v2.1
Post by: Hadda on 2004-12-02 19:59:08
Quote
(...)
I originally wanted to have a button that`ll bring foobar to front:
a) if it`s hiding
b) if it`s active but out-of -focuse.
To me as the user a) and b) are the same: I can`t see foobar. - Unfortunatly fb2k_uiIsActivated can only check for a). (...)
[a href="index.php?act=findpost&pid=257352"][{POST_SNAPBACK}][/a]


Try code like this. This is bring foobar on front always i think (I'm not tested this).

Code: [Select]
    
function onleftbuttonup(this)
   if fb2k_uiIsActivated() then
        fb2k_menuCommand("Foobar2000/Activate or hide main window")
        fb2k_menuCommand("Foobar2000/Activate or hide main window")
   else
         fb2k_menuCommand("Foobar2000/Activate or hide main window")
    end
end


@fonew: This looks are not compatibile in foo_looks 2.1.
@WhiteLion: This is global hotkey and i tryed to block it form skin with no luck. I think that this need foo_looks chage.
Title: foo_looks v2.1
Post by: AsILayDying on 2004-12-02 20:53:45
Quote
Quote
Question umm.....is there a way to diable the foolooks always being on top??
Components --> Look --> Show

HTH.

Alessandro
[a href="index.php?act=findpost&pid=257408"][{POST_SNAPBACK}][/a]


thank you very much.......
Title: foo_looks v2.1
Post by: fonew on 2004-12-02 21:22:44
mhhm,

wich skins are compatible with " foo_looks_2.1" ?

is there any source ?
Title: foo_looks v2.1
Post by: upNorth on 2004-12-02 22:23:28
Quote
mhhm,

wich skins are compatible with " foo_looks_2.1" ?

is there any source ?
[a href="index.php?act=findpost&pid=257450"][{POST_SNAPBACK}][/a]
IIRC, it's pretty much the ones posted in this thread. If the links still work, that is.

Sadly, the future of foo_looks is a bit uncertain at the moment, as danZ, the developer, hasn't been around for quite some time. So, for now, enjoy Hadda's and BerRo's work, and lets hope the future will bring further developments of foo_looks itself.
Title: foo_looks v2.1
Post by: kalimeru on 2004-12-06 10:41:33
@whitelion : is it not possible to configure the foobar global hotkeys or the Styles XP global hotkeys so that it doesn't make that error?

(I don't use StyleXP so sorry if my sugestion is an ignorant one)
Title: foo_looks v2.1
Post by: WhiteLion on 2004-12-06 11:35:41
Quote
@whitelion : is it not possible to configure the foobar global hotkeys or the Styles XP global hotkeys so that it doesn't make that error?

(I don't use StyleXP so sorry if my sugestion is an ignorant one)
[a href="index.php?act=findpost&pid=258014"][{POST_SNAPBACK}][/a]

F9 is not the foobar's hotkey, AFAIK it is hardcoded in foo_looks.dll for look developers' testing purposes - cycling colors to indicate active look areas or smth (correct me if I'm wrong here). So my PROBLEM: I'm a Borland Delphi developer, I have to use F9 key in my everyminute work eg. for compiling my projects, and the amazing Hadda's graphite look turns into a bunch of colored rectangles and lines because of foo_looks behaviour
Though look gets refreshed when the playing track info changes and info area covers almost entire look area, Foopilot Graphite look will always 'look' like this:

'foo_looks+StyleXP' is another different problem, BTW not mine but AsILayDying's, and it is not related to F9. Hadda just advises AsILayDying to try pressing F9 because it is the way to refresh foo_looks window (besides cycling colors).

Personally, I do not use StyleXP too.
Title: foo_looks v2.1
Post by: Hadda on 2004-12-06 12:05:32
@WhiteLion: I can do refresh button in skin. On doubleclick on diode for example.
Title: foo_looks v2.1
Post by: Oedipax on 2004-12-15 12:48:44
Is anyone else unable to get the foo_looks zip file off the site?
Title: foo_looks v2.1
Post by: Hadda on 2004-12-15 12:57:52
Foo_looks mirror here (http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321)
Title: foo_looks v2.1
Post by: chowe on 2004-12-15 23:32:24
Hey hadda!
long time no talk, been busy with exams and stuff. I dont have much time b4 i leave on holidays but id like to finish a simple skin before i go.
About the transparent sprites, where would i put ur "lua unacive" code? Do i have to place it in a new .ski file and ask the main file to import it?
eg: import foo_look_transparent.ski
Right now im using
list rendermap int { render.Erase,render.Fill ,render.Image,render.Text }
under each sprite, which is working, but is a bit inefficient.
Thanks

Ed
Title: foo_looks v2.1
Post by: Hadda on 2004-12-16 00:30:09
This code you can put when you wont but separate from all sprite arrangement. And lunch it by
Code: [Select]
list scripts string {"unacive"}
in sprites that you wont.

Then you can erase render.erase in this sprite.
Use this lua in sprites that are using olny for show images but not in sprite that change graph with some actions. You can in this cases use two sprites. One to put shadow areas and next on top of it to display changing area without shadow. But for now simply try it and see what this lua do.
Title: foo_looks v2.1
Post by: chowe on 2004-12-17 02:53:24
ok thanks hadda!
Btw, do u suggest putting all lua scripts in a seperate ski file? It doesnt seem to work if i chuck it into the original ski file. I also hope someone is willing to take up development of this plugin.......

Ed
Title: foo_looks v2.1
Post by: Melomane on 2004-12-17 09:54:13
Hadda, can you help me?

when i use this fonction
look_shellExec('http://www.slothradio.com/covers/?artist=%artist%&album=%album%','Open')

browser start at slothradio but search is for "%artist%" "%album%" , not artist and album selected in playlist
Title: foo_looks v2.1
Post by: upNorth on 2004-12-17 10:10:30
Quote
when i use this fonction
look_shellExec('http://www.slothradio.com/covers/?artist=%artist%&album=%album%','Open')

browser start at slothradio but search is for "%artist%" "%album%" , not artist and album selected in playlist
[a href="index.php?act=findpost&pid=260286"][{POST_SNAPBACK}][/a]
Maybe you could use this:
Code: [Select]
fb2k_formatTitle(fb2k_playlistGetFocus(),"%artist%",)

Turning it into:
Code: [Select]
look_shellExec('http://www.slothradio.com/covers/?fb2k_formatTitle(fb2k_playlistGetFocus(),"'artist='%artist%'&album='%album%",)','Open')
I haven't tested it, and you might need to change it a little.
Title: foo_looks v2.1
Post by: Melomane on 2004-12-17 12:24:34
Quote
Code: [Select]
look_shellExec('http://www.slothradio.com/covers/?fb2k_formatTitle(fb2k_playlistGetFocus(),"'artist='%artist%'&album='%album%",)','Open')
I haven't tested it, and you might need to change it a little.
[a href="index.php?act=findpost&pid=260294"][{POST_SNAPBACK}][/a]


thank you upNorth!
work as this:
Code: [Select]
look_shellExec( fb2k_formatTitle(fb2k_playlistGetFocus(),"http://www.slothradio.com/covers/?artist=$if(%album artist%,,%artist%)&album=%album%"),'Open')

Title: foo_looks v2.1
Post by: Melomane on 2004-12-17 13:05:22
search coverart (http://www.hydrogenaudio.org/forums/index.php?showtopic=20187&view=findpost&p=197981)

- right click and release OUTSIDE look open browser with google search for artist.

- right click and release INSIDE look open browser with slothradio cover search AND open directory, now simply drag and drop image in directory!!!

- Mousewhell open dsp manager and equalizer

- left double click hide foobar AND coverart (if preferences/minimise to system tray is activated)

- when no cover , display default little image.
Title: foo_looks v2.1
Post by: Hadda on 2004-12-17 15:11:40
I tryed this skin and it crash in line 3 becouse you forgot move " case.
You may fix it.
So great idea of search coverart. I think that mouse controlls are little unconfortable. Anyway good work.
Title: foo_looks v2.1
Post by: Melomane on 2004-12-18 06:10:24
Quote
I tryed this skin and it crash in line 3 becouse you forgot move " case.
You may fix it.
So great idea of search coverart. I think that mouse controlls are little unconfortable. Anyway good work.
[a href="index.php?act=findpost&pid=260332"][{POST_SNAPBACK}][/a]


Fixed, thank you.
about mouse controlls,  it's true, they are little unconfortable: have you a idea to make it more confortable?
Title: foo_looks v2.1
Post by: MrEnergizer on 2005-01-02 18:36:08
Hadda just had to sign up and say a big THANKYOU for the foopilot .
Its the best skin Iv seen so far ITS got everything I need (well nearly
java script:add_smilie(";)")
wink.gif
I thought the skins were drying up but Hadda youv took it to a next level!!
Big thanks to all the other designers etc. not taking anything away from you all - Iv been using Foobar for over a year now and it is the best player by far.
I just wish I was a programmer so I could add something - but maybe in the future.
Title: foo_looks v2.1
Post by: Hadda on 2005-01-02 22:53:48
@MrEnergizer: Thanks for good words:). From some time not see interesting in this tread so i stoped work on foopilot. I had planing to make multi album art playlist with configurable columns like in column ui but i losting my motivation. (Playlist like this easy to implement direct from other skin in dual mode by simply commands can resurect Foo_looks i think)

I'm planing to finish last version of foopilot one dual before i'll go (do something different). I heve stable version with no bugs, and glue playlist to main bar, and next way to configure Foo_looks but i wait with this untill i finish instruction and finish dual hide mode (playlist may be autohide when not focused independent from main bar and with own diode) . I have seen foo_ui_gfx so maybe i translate foopilot one in future for this plugin when this will possible.

I greet all in new year 

[span style='font-size:7pt;line-height:100%'](PS. I added replay of Melomane in his thread here (http://www.hydrogenaudio.org/forums/index.php?showtopic=20187&st=25#).)[/span]
Title: foo_looks v2.1
Post by: Jimbo51 on 2005-01-08 06:03:12
Hi,

Is there a way with Foopilot to set preferences so that i can have it open with autohide enabled and the playlist window showing?

Thanks,

Jimbo

EDIT: Never mind, i got it, not looking hard enough  Great work
Title: foo_looks v2.1
Post by: dajabo on 2005-01-22 12:27:38
er, is anyone else having problems downloading foo_looks.zip ??

I've tried from the top of this forum, from http://www.btinternet.com/~sean.m.kelly/foo_looks/ (http://www.btinternet.com/~sean.m.kelly/foo_looks/)

but the zip I get is empty!

a google search turned up an old version

it seems loodi.com is down

any mirrors about?
Title: foo_looks v2.1
Post by: Strictly4me on 2005-01-22 12:38:30
Maybe from here?
LINK! (http://www.barciaonline.com/aural/foobarlooks/foobarlooks.htm)

EDIT: Upps, go to the same page, sorry!

((((( Strictly4me )))))
Title: foo_looks v2.1
Post by: dano on 2005-01-22 12:53:47
mirror mirror mirror
http://www.hydrogenaudio.org/forums/index....showtopic=29046 (http://www.hydrogenaudio.org/forums/index.php?showtopic=29046)
Title: foo_looks v2.1
Post by: dajabo on 2005-01-22 12:55:23
Quote
er, is anyone else having problems downloading foo_looks.zip ??

any mirrors about?
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=267242")


woops, shoulda looked harder...

[a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=19310&view=findpost&p=228321]Link to Mirrors[/url]
Title: foo_looks v2.1
Post by: midgetspy on 2005-01-27 22:09:56
Is there a list of skins compiled somewhere or do I have to go through all 32 pages of this thread (and 24 of the last one)?

I'm using the default skin right now on the smallest mode and I would like to check out other skins that are similar (that have a mini mode).

There aren't really any good resources for this awesome plugin! The home page says it hasn't been updated since February and that other foo_looks site only has skins for 1.0 :-(

Thanks,

Nic
Title: foo_looks v2.1
Post by: adrianmak on 2005-01-27 23:07:45
is it compatiable with column_ui ?
Title: foo_looks v2.1
Post by: kalimeru on 2005-01-28 01:12:30
@midgetspy: just check the last few pages... you'll find the last versions of:
- foopilot one dual
- foopilot one

tbo by hadda and berro

there's also an another ""adon"" by melomane a few pages back

- - i don't think u need to look furtherback from the pages qhere the last versions are since no one else has been developin' skins that i can recall beein posted here (on a regular basis at least, sorry if i'm mistaken)...
however there are many questions related to these skins thatr where explained by hadda along these 32 pages

@adrianmak: yes (I'm not havin any problems at least)
Title: foo_looks v2.1
Post by: midgetspy on 2005-01-31 05:15:57
Hadda this Foopilot One skin is AMAZING!! I love the mouse guestures instead of the winamp-style 20-button skins. It's so nice and simple yet it lets you do anything you want! I'd love to be able to change the font size on the playlist (or change the size of the playlist window) but other than that I can't think of a better skin!

Thanks for extending the functionality of foobar with this great skin.

Nic
Title: foo_looks v2.1
Post by: Hadda on 2005-02-02 19:47:12
Hi. Big thanks .

Foopilot now is stock becouse i do not have much time letely.Graphical instruction and new version is almost finished. I waiting for new graphics from Berro for new simply old buttons and new graphics for colums_ui buttons with foopilot style. Then i will make new thread of foopilot finall.  So everyone who like foopilot just wait two weeks. Now i do not planing to make in PL columns or v-resize.
But first i develop instruction next week in this thread.


Regards all Hadda
Title: foo_looks v2.1
Post by: Hawk on 2005-02-02 20:27:39
Thanks for all the work you both have put in this Hadda! I will be looking forward to what you guys will be cooking up.
Title: foo_looks v2.1
Post by: badrad on 2005-02-04 02:39:35
Foo Pilot is indeed amazing.

Does anyone know what the status of foo_looks is? Is there any continuing development? Is the developer still around? With the main sites ethier down or not updated in a year, I begin to wonder what its future will hold....? Does anyone have the source to it?

Foobar and its components are amazing, but there is a large amount of disorginization in this community. The "offical" plugin site is not linked to anywhere on the main foobar page, and is missing many components. Why must I search through 30 page forum threads for something like this?
Title: foo_looks v2.1
Post by: chowe on 2005-02-06 11:02:07
This was brought up in previous threads, and most of us agreed that the developer has pretty much left this project. The future of foo_looks isnt all that bright with very few skin developers apart from Hadda. Atm there is a new plugin which from memory i think is called gfx, a skinning plugin which you may want to give a try. I however will stick to Hadda's all too functional graphite skin
Thanks Hadda for all the work you put into your skins. Its only when u attempt to make one that u realise how difficult it really is .

Ed
Title: foo_looks v2.1
Post by: badrad on 2005-02-07 19:05:22
Oh I agree, I will stick with Hadda's amazing skin as well, but its sad that Foo_looks is dead, thanks for confirming what I had already thought.

When will a fully functional, skinnable interface replacement be made? The world may never know.
Title: foo_looks v2.1
Post by: Melomane on 2005-02-09 22:41:36
Question

it is possible to copy value, for exemple

fb2k_formatTitle(fb2k_playlistGetFocus(),"%artist%",)

to CLIPBOARD ?

thanks
Title: foo_looks v2.1
Post by: Hadda on 2005-02-10 20:58:21
Quote
Question

it is possible to copy value, for exemple

fb2k_formatTitle(fb2k_playlistGetFocus(),"%artist%",)

to CLIPBOARD ?

thanks
[a href="index.php?act=findpost&pid=272172"][{POST_SNAPBACK}][/a]

I do not trayed this but maybe this will work :
Thi will do not what You wont but copy selected song(s) info to clipard

Code: [Select]
fb2k_menuCommand("Playback/Copy name(s)")

This only copy selected song(s) info not only artist. Maybe you should run from foobar something like this:
Code: [Select]
look_shellExec( fb2k_formatTitle(fb2k_playlistGetFocus(),"copy_to_clipard %artist%"),'Open')

But i do not know how from comand line copy text to the clipboard. So if You will know just replace copy_to_clipard  maybe will work.

Sorry all for late with instruction and update thah i promised. I have so much work and i must lern so many thinks in my work. I waiting for little breathe to write part of code to skin.

Regards
Hadda
Title: foo_looks v2.1
Post by: Hadda on 2005-02-14 23:17:16
So this is only work instructions (not oficial even alpha ) but you can discover some functional. Sory for my english but i write it so fast. This instruction is for dual foopilot one.
(http://img205.exs.cx/img205/300/instrukcja9ai.png) (http://www.imageshack.us)

1) MAIN KEY

This key offers many functions and can even be configured to offer more. For now and in the original configuration this key provides the

following functions:

(Please note that you can cancel all function calls by clicking the other mouse button - as long as the mouse button calling the function is

still pressed.)

LMB = Left Mouse Button
RMB = Right Mouse Button


a) [LMB single click]
(L) Play

b) [RMB single click]
® Pause on/off

c) [LMB double click]
(D) Stop

d) [LMB click, drag right short, release]
(L->) Play next

e) [LMB click, drag left short, release]
(<-L) Play previous

f) [LMB click, drag right long, release]
(L- ->) Jump next (5 tracks)

g) [LMB click, drag left long, release]
(<- -L) Jump previous (5 tracks)

h) [LMB click, drag upward, release]
(L ^|^) Show foobar preferences ('hide' not implemeted yet)

i) [LMB click, drag downward, release]
(L v|v) Show/Hide foobar main window

j) [RMB click, drag upward, release]
(R ^|^) Show foobar equalizer

k) [RMB click, drag downward, release]
(R v|v) Close foobar

l) Mouse wheel
(W) can be used to change volume.

m) [RMB click, drag right short, release]
(R ->) Next album (next directory when album is unknown)

m) [RMB click, drag left short, release]
(<--R) Previous album (previous  directory when album is unknown)

n) [LMB click, drag downward long, release]
(L v|vv) open file

o) [LMB click, drag downward super long, release]
(L v|vvv) open CD

p) [LMB click, drag right super long, release]
(L- - ->) random

Both buttons can be configured by editing "!ok_phone_tweak.cfg". For now (R->) (R- ->) (<-R) (<- -R) are unused and can be configured to

fullfil one of the implemented functions. All button functions can be changed (except for a),b) and c)), but only for now. This config offer

more than basic functions (like next in history ).

2) VOLUME AREA

a) (LMB click) Change volume

b) (LMB double click) Change volume fast (ignores foobar buffer; may cause some static)

d) (RMB click) Mute / Unmute (this mute ignores foobar buffer too)

e) (Wheel rotate) Volume up/down

3) DISPLAY AND PROGRESS BAR

a) (LMB click) Jump within the song playing

b) (RMB click) Show/hide extended infos

4) DRAG BUTTON

The drag button can be used to move Foopilot One (FO) or to (de-)activate its 'auto hide mode'. In 'auto hide mode' it will hide itself when

a different window is focussed and unhide when you move the mouse cursor over the general area of the player.

a) (LMB click, drag) Move FO

b) (RMB click) Hide mode on/off

c) (Wheel rotate) this will change graphical mode (from blue to graphit and back) [this future is allowed from RC1 not now]

The colour indicates whether the Foopilot One window is focussed or not and whether hide mode (HM) is turned on or off.

(Blue) FO is focussed and HM is off
(Red) FO is focussed and HM is on
(Yellow) FO is not focussed and HM is off
(Grey) FO is not focussed and HM is on (and about to hide)

5) (LMB drag) This area is just drag extended info

6) (LMB click) Open file [in future this will show open menu]

7) (LMB click) Open CD

8) (LMB click) Show playlist

(RMB click) Show list of playlist

(Wheel rotate) next/previous playlist

9) (LMB click) show info about played song and set it on focus

(RMB click) show info about focused song

10) (RMB/LMB click) change order

(Wheel rotate) next/previous order

11) (LMB click) about info

12) (LMB click) minimize playlist to 9 position (or another info)

13) (LMB click) maximize playlist up to size playlist or screen size or 80 positions (max allowed)

14) (LMB click) hide playlist (or next info)

15) (LMB click) go to position

(RMB click) go to focused

(Double LMB click) go to now playing

16) (LMB click) file info (and set focused)

(RMB click) big art info

(when you relese button back to playlist)

17) (LMB click) set focused

(RMB click) context menu

(Double LMB click) play this song

18) (Double LMB click) swith big art to small and back

(Wheel rotate) next/previous image in directory

19) (Double LMB click / RMB click) conext menu

20) streach playlist
(this button will have diode and can will switch playlist style. In this area will be alowed to see hidding mode about playlist independent

from main bar and olso playlist can be glued to main bar)

Playlist and main bar have basic keyboard support
[F3/j] search
[arrows] go up or down
[relese arrow and then push space and hold] go up continued (this way is becouse foo_looks don't allow do this simpler)
[enter] play focused
[i/shift+i] info/big info
Title: foo_looks v2.1
Post by: jhupton on 2005-02-17 02:39:50
Does anybody know how to change the number of bands on the spectrum sprite after its initial declaration?

I have a little script on a skin I'm changing around that moves and resizes the spectrum given a certain event, but I also want to change the value of "int bands" from 10 to 20.

sprite declaration (from memory, so I don't remember the location numbers):

sprite spectrum
list rect { ... }
list srcoff int { ... }
int bands 10


and then the script that is called on the window event:

look_setVisible(spectrum,false)
look_setEnabled(spectrum,false)
look_setX(spectrum, ...)
look_setY(spectrum, ...)
look_setWidth(spectrum, ...)
look_setHeight(spectrum, ...)
look_setEnabled(spectrum,true)
look_setVisible(spectrum,true)


There is no "setBands()" mutator or "setValue(sprite,valName,newVal)" or anything like that in foo_looks as far as I know, and I can't simply create another sprite, it won't work without the reserved name "spectrum," so I'm out of ideas.  If anybody knows what else I can try, it'd be helpful :)

Thanks.
Title: foo_looks v2.1
Post by: Hadda on 2005-02-17 20:30:43
@jhupton:
You can define two differend sprites with 20 and 10 bands value. In your script you can just switch betwean this sprites  (hide 10 and show 20 and back)
Title: foo_looks v2.1
Post by: jhupton on 2005-02-19 00:27:41
Hadda...

I'm not sure I understand.  Unless the sprite is called "spectrum" it won't display the visualization, and I can't have two sprites with the same name, it'll just be a redeclaration of the first.  Unless there's some way to get the spectrum to display without using the "spectrum" sprite name, and I just don't know about it.
Title: foo_looks v2.1
Post by: Hadda on 2005-02-19 10:22:03
@jhupton:

mhm I did not used any time spectrum. But this problem can be solved (if name is importand) by call next skin in script. If your code is not complicated . Make secound skin with differend spectrum and run it when you wont to change spectrum.
in your skin with spectrum 10 use comand:
Code: [Select]
fb2k_menuCommand('Components/Look/Looks/skin_spectrum20.ski')
and in same place in spectrum 20 use this with spectrum 10.

I'm using this trick in my skin. If you wont to save some varibles this can be more complicated. (I'm using for it create playlist with interesting values, this playlist have key (for example "val##:" in name and rest values), when next skin is loading searching in playlists this key, change values and delete playlist.)
Title: foo_looks v2.1
Post by: GHammer on 2005-03-02 16:16:08
I'd like to see a skin like this.
Nice amount of info (what's playing, what's next, what just played.)
Gives the file info (rate, type, size, length)
Ability to rate on a 1-5 scale if you want.
The playback control is clear (to me anyway).

(http://ghammer.net/niceskin.jpg)
Title: foo_looks v2.1
Post by: Hadda on 2005-03-03 18:32:18
Very nice project. Simply ane can be atractive to many users. I like idea od next plaing and previous with little cover arts.
Title: foo_looks v2.1
Post by: Keen on 2005-04-05 22:36:05
Whoops, I bumped the old thread before seeing that a new one was started -.-;
Quote
New look:

Aero has updated his AeroAmp look which should work with any Winamp 2.X skin (provided you extract the assets from the zip file) with only slight modifications (fonts, colors, etc.).

AeroAmp (http://www.loodi.com/aeroamp.zip)
[a href="index.php?act=findpost&pid=173806"][{POST_SNAPBACK}][/a]

Erm, anyone have a valid URL to this?
Title: foo_looks v2.1
Post by: chowe on 2005-04-06 12:22:53
man its been a while since anything has happened in the foo_looks department.
I have a feeling development has (finally) ceased, although im not sure what Hadda is up to atm. You'd be hardpressed to find many working links for foo_look skins (except for hadda's or course)
Hadda if your still around..are you still creating skins??
If only we could find a new developer for this....its a shame this is going to waste
Title: foo_looks v2.1
Post by: Hadda on 2005-04-06 13:30:09
Yes i'm still here. I have no time to write next part of skin. But i still planing to finish work. Be patient.
Title: foo_looks v2.1
Post by: bjebb on 2005-06-12 10:19:27
First of all, I really love what foo_looks+foopilot does to foobar. Great work!

One thing I miss in foopilot is to be able to set hide mode on as default, I guess that it's possible to change one of the configfiles to do that but that's how long it goes. If someone feel they have some time to help me I would be really happy!
Title: foo_looks v2.1
Post by: Hadda on 2005-06-12 10:36:26
Quote
First of all, I really love what foo_looks+foopilot does to foobar. Great work!

One thing I miss in foopilot is to be able to set hide mode on as default, I guess that it's possible to change one of the configfiles to do that but that's how long it goes. If someone feel they have some time to help me I would be really happy!
[a href="index.php?act=findpost&pid=305473"][{POST_SNAPBACK}][/a]

Thanks.

Try edit files : !ok_phone_tweak.cfg and !ok_phone_tweak_2.cfg to change conf.
But newest version of foopilot one remember last configuration.
Title: foo_looks v2.1
Post by: wild on 2005-06-23 21:57:01
is Foo_looks support v0.9beta yet??
Title: foo_looks v2.1
Post by: upNorth on 2005-06-23 22:11:45
Quote
is Foo_looks support v0.9beta yet??[a href="index.php?act=findpost&pid=308429"][{POST_SNAPBACK}][/a]
The developer, danZ , was last active on the 7th of July 2004 at 01:03 PM...

For short:
foo_looks is dead.

To my knowledge, he never released the source.
Title: foo_looks v2.1
Post by: Fiend Angelical on 2005-06-23 22:21:17
Gah, damn. Anyone managed to contact him?
Title: foo_looks v2.1
Post by: kiba on 2005-06-24 02:09:31
foo_looks doesn't work with foobar 0.9 ???
Then I'll have to stay with foobar 0.8.3 till the end of days.

I think i can live with 0.8.3, BUT I CAN'T LIVE WITHOUT FOO_LOOKS - my daily inspiration.

 
Title: foo_looks v2.1
Post by: Hadda on 2005-06-25 08:45:30
;(  ;(  ;(
I'm thinking about independent foopilot plugin.
Title: foo_looks v2.1
Post by: WhiteLion on 2005-06-25 10:52:05
Quote
;(  ;(  ;(
I'm thinking about independent foopilot plugin.
[a href="index.php?act=findpost&pid=308736"][{POST_SNAPBACK}][/a]

Title: foo_looks v2.1
Post by: Hawk on 2005-06-25 11:37:40
Quote
Quote
;(  ;(  ;(
I'm thinking about independent foopilot plugin.
[a href="index.php?act=findpost&pid=308736"][{POST_SNAPBACK}][/a]


[a href="index.php?act=findpost&pid=308752"][{POST_SNAPBACK}][/a]


Title: foo_looks v2.1
Post by: kalimeru on 2005-07-11 18:32:32
@hadda: I know I won't upgrade to foopilot's new version unless I am able to get your skins on it
Title: foo_looks v2.1
Post by: Murmex on 2005-07-18 21:33:02
I've just installed Foobar 0.9 beta6, and damn just after I've found out about Foopilot  That's not fair, I want that ^^

/me is gonna do some incantations for the dev of the indepedent foo_pilot plugin...

Oh, and now I'll be able to promote foobar2000 with the "It has a wonderful skin"  ^^
Title: foo_looks v2.1
Post by: blammo on 2005-07-19 10:15:24
Foopilot is absolute genius.  Now if I could only see my playlist tree without opening the main Foobar window....
Title: foo_looks v2.1
Post by: blammo on 2005-07-19 10:31:52
[edit]  Cracked it.  I needed the dual look fix.

Hi Hadda.

I downloaded dual foopilot one but dont see the little buttons at the top of the playlist.  Have I done something wrong?
Title: foo_looks v2.1
Post by: blammo on 2005-07-19 12:53:00
Anyway I can prevent the Foopilot playlist from dissapearing as soon as my mouse leaves the top of the screen?
Title: foo_looks v2.1
Post by: Murmex on 2005-07-21 02:38:31
You should read a little bit more carefully the home page of Foopilot. To see your play list, right click on the middle part of the Foopilot bar. To prevent Foopilot from disapearing, right click on the little sphere at the right of the bar. And take the time to read the popups when you point at an element :
L : left click
R : right click
D : double click (left)
W : wheel
< L or R > : maintain the click and drag it left, right, top or bottom

If you want to cancel a clic (Right or Left), clic on the opposite button...
Title: foo_looks v2.1
Post by: blammo on 2005-07-22 10:37:35
Quote
You should read a little bit more carefully the home page of Foopilot. To see your play list, right click on the middle part of the Foopilot bar. To prevent Foopilot from disapearing, right click on the little sphere at the right of the bar. And take the time to read the popups when you point at an element :
L : left click
R : right click
D : double click (left)
W : wheel
< L or R > : maintain the click and drag it left, right, top or bottom

If you want to cancel a clic (Right or Left), clic on the opposite button...
[a href="index.php?act=findpost&pid=314994"][{POST_SNAPBACK}][/a]



Thanks.  I know about that.  The problem is with dual look.  With single look the playlist only dissapears when the mouse pointer leaves is.  With dual look the playlist dissapears as soon as the mouse pointer leaves the top edge of the screen.
Title: foo_looks v2.1
Post by: Hadda on 2005-07-22 20:45:35
Quote
Quote
You should read a little bit more carefully the home page of Foopilot. To see your play list, right click on the middle part of the Foopilot bar. To prevent Foopilot from disapearing, right click on the little sphere at the right of the bar. And take the time to read the popups when you point at an element :
L : left click
R : right click
D : double click (left)
W : wheel
< L or R > : maintain the click and drag it left, right, top or bottom

If you want to cancel a clic (Right or Left), clic on the opposite button...
[a href="index.php?act=findpost&pid=314994"][{POST_SNAPBACK}][/a]



Thanks.  I know about that.  The problem is with dual look.  With single look the playlist only dissapears when the mouse pointer leaves is.  With dual look the playlist dissapears as soon as the mouse pointer leaves the top edge of the screen.
[a href="index.php?act=findpost&pid=315274"][{POST_SNAPBACK}][/a]


I know it is a bug in dual look. Not fixed from time that i left writting foopilot. Now i do not see sens of writting it. Only in writting plugin. Anyway thanks for all good words. I wish that i find power to write this plug.
Title: foo_looks v2.1
Post by: GHammer on 2005-07-23 04:53:41
Quote
I know it is a bug in dual look. Not fixed from time that i left writting foopilot. Now i do not see sens of writting it. Only in writting plugin. Anyway thanks for all good words. I wish that i find power to write this plug.
[a href="index.php?act=findpost&pid=315383"][{POST_SNAPBACK}][/a]


I hope you do. Your work has been excellent since the first.
And actually, I still like your first effort.

Thanks!
Title: foo_looks v2.1
Post by: Sicter on 2005-08-12 19:00:34
Hadda, first of all, thank you for foo_pilot, it's a beauty. I probably wouldn't have been using foobar at all if it wasn't for this look.

One thing that I would like to suggest is changing the mouse wheel function when hoovering over the time bar. As it is now, it's a next/prev function, which already exists in another form ( <-L-> on the left part of the bar )
How about changing this into "seek back/forward" ( 5 sec or something ) ? I think it would be a great addition to the functionality of foopilot.

Also, good luck on making foopilot independent ( if you haven't given up that is  )
Title: foo_looks v2.1
Post by: MenZa on 2005-08-12 20:44:43
Uh, and I don't seem to be able to install FooPilot. I unzip it to C:\Program Files\foobar2000\components\ yet I don't have it in my components list:

(http://www.menza.org/gallery/foo.png)
Title: foo_looks v2.1
Post by: anza on 2005-08-12 21:10:58
Check under "Look" in the list.
Title: foo_looks v2.1
Post by: Romance D Amour on 2005-10-02 20:52:03
I think this is just me

but i'm really confused on the whole Foolooks and Foo pilot thing

.....

i extracted foolooks to the components directory and everything and then i went to the site about how to install foopilot and it talks about copying a Foo_looks.dll file into the Foo_lookpl.dll but i don't (or can't find) the Foo_lookpl.dll file anywhere!

ANy help much appreciated!
Title: foo_looks v2.1
Post by: Hadda on 2005-10-04 20:36:24
You need two foo_looks files. This files is the same but with different names. simply way is copy file somewere and change name and then copy to the destination dir. You don't need  Foo_lookpl.dll only  Foo_looks.dll
Title: foo_looks v2.1
Post by: mazzarin01 on 2005-10-14 07:11:26
Hi, sorry if this is in the wrong place but it deals with the last few posts. I'm trying to install foopilot, I have foo looks working fine.  I downloaded a couple of different versions of foopilot, extracted the file straight to components dir, and try to load the .ski file in the main components dir that relates to foopilot. But I just end up getting a long string of errors. What am I doing wrong? Thank you for your assistance

Code: [Select]
ERROR (foo_lookpl) : Failed to load 'C:\Program Files\foobar2000\components\Foopilot_one.ski'
ERROR (foo_lookpl) : [Error] [Line: 8] Token = 'import'
ERROR (foo_lookpl) : [Error] [Line: 9] Token = 'Foopilot_one\hadda_volume_vertical.ski'
ERROR (foo_lookpl) : [Error] [Line: 11] Token = 'import'
ERROR (foo_lookpl) : [Error] [Line: 12] Token = 'Foopilot_one\hide.ski'
ERROR (foo_lookpl) : [Error] [Line: 14] Token = 'import'
ERROR (foo_lookpl) : [Error] [Line: 15] Token = 'Foopilot_one\command.ski'
ERROR (foo_lookpl) : [Error] [Line: 20] Token = '{255'
ERROR (foo_lookpl) : [Error] [Line: 20] Token = '255}'
ERROR (foo_lookpl) : [Error] [Line: 21] Token = 'tlo'
ERROR (foo_lookpl) : [Error] [Line: 21] Token = '55'
ERROR (foo_lookpl) : [Error] [Line: 22] Token = 'int{'
ERROR (foo_lookpl) : [Error] [Line: 22] Token = '255'
ERROR (foo_lookpl) : [Error] [Line: 23] Token = 'int{'
ERROR (foo_lookpl) : [Error] [Line: 23] Token = '60'
ERROR (foo_lookpl) : [Error] [Line: 24] Token = 'int{'
ERROR (foo_lookpl) : [Error] [Line: 24] Token = '5'
ERROR (foo_lookpl) : [Error] [Line: 25] Token = '{95'
ERROR (foo_lookpl) : [Error] [Line: 25] Token = '255}'
ERROR (foo_lookpl) : [Error] [Line: 28] Token = 'globals'
ERROR (foo_lookpl) : [Error] [Line: 29] Token = 'textflags.NoWrap'
ERROR (foo_lookpl) : [Error] [Line: 30] Token = 'align.Center'
ERROR (foo_lookpl) : [Error] [Line: 31] Token = 'align.Center'
ERROR (foo_lookpl) : [Error] [Line: 32] Token = 'trimming.Character'
ERROR (foo_lookpl) : [Error] [Line: 33] Token = 'texthint.AntiAlias'

and it goes on and on to line 225 or something like that

Not quite sure what I am doing wrong, any ideas?
Title: foo_looks v2.1
Post by: Hadda on 2005-10-15 19:51:39
I thing that Foo_looks do not see rest of files. maybe you extract only one file.
Title: foo_looks v2.1
Post by: l12 on 2005-10-25 00:08:44
Dear Foopilot programmer,

I really appreciate your effort on Foopilot, but I miss the version that had buttons.  This mouse gestures thing is really not for everyone, it's kind of annoying to do on laptops for example, and it's not like the interface is so small that it saves space by having no buttons.

I really like the original foopilot which had a few buttons, I have been using it along with the stop button mod you told me about.  Just wondering if you will ever work on that again, it would be great if it could be thinner vertically, and even shrinkable horizontally too. 

Thanks much,
l12

P.S.  Also, for people who don't know about that version, is it still downloadable anywhere?  I could put it up somewhere if not, it was a very nice skin and I'm sorry to see it disappear.
Title: foo_looks v2.1
Post by: randomtw on 2005-11-15 06:06:28
any chance somebody wants to help me fix the carbon skin so that right clicking on the x button would close foobar?

this is for me only, i wont rerelease this skin or w/e
Title: foo_looks v2.1
Post by: randomtw on 2005-11-15 06:07:26
l12 please post it and any other foopilot skins you may have

maybe an archive of old foopilot skins could be added?
Title: foo_looks v2.1
Post by: dano on 2005-11-15 11:19:34
I have some skins mirrored here (http://foobar.nub4life.net/files/foo_looks/)
And have you tried this carbon (http://krebs.uk.com/carbon/) script?
Title: foo_looks v2.1
Post by: randomtw on 2005-11-16 05:22:00
i can't see any of the buttons

also how do i configure it to has it start at 0.00 instead of -0.00
Title: foo_looks v2.1
Post by: randomtw on 2005-11-16 05:22:17
for carbon 2.0

i like black better also heh
Title: foo_looks v2.1
Post by: shrinkmail on 2005-11-16 07:11:37
thank you dano for foolooks. i think your effort has not been recognised or appreciated enough in the fb2k community. i hope you will take the time and effort to port it to 0.9 once sdk is available.
thanks again
Title: foo_looks v2.1
Post by: dano on 2005-11-16 11:42:30
danZ made foo_looks, not me
Title: foo_looks v2.1
Post by: ronyzyz1 on 2005-11-21 20:19:59
Quote
any chance somebody wants to help me fix the carbon skin so that right clicking on the x button would close foobar?

this is for me only, i wont rerelease this skin or w/e
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=341904")

Quote
I have some skins mirrored [a href="http://foobar.nub4life.net/files/foo_looks/]here[/url]
And have you tried this carbon (http://krebs.uk.com/carbon/) script?
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=341967")

Quote
i can't see any of the buttons

also how do i configure it to has it start at 0.00 instead of -0.00
[a href="index.php?act=findpost&pid=342190"][{POST_SNAPBACK}][/a]

Quote
for carbon 2.0

i like black better also heh
[a href="index.php?act=findpost&pid=342191"][{POST_SNAPBACK}][/a]


Hi I'm the author of Carbon, so I figured it was my responsibility to provide some help with modifying it. Here are some of my posts describing this:

[a href="http://www.hydrogenaudio.org/forums/index.php?act=ST&f=33&t=19310&hl=&view=findpost&p=223102]Release notes - preset descriptions, changelog.[/url]

How to change the time from remaining (-0.00) to elapsed (0.00). (http://www.hydrogenaudio.org/forums/index.php?act=ST&f=33&t=19310&hl=&view=findpost&p=223433)

How to resize the look. (http://www.hydrogenaudio.org/forums/index.php?act=ST&f=33&t=19310&hl=&view=findpost&p=223433)

How to save your custom colour settings. (http://www.hydrogenaudio.org/forums/index.php?act=ST&f=33&t=19310&hl=&view=findpost&p=223941)

How to get the cool colours back from pre-2.0 Carbon versions. (http://www.hydrogenaudio.org/forums/index.php?act=ST&f=33&t=19310&hl=&view=findpost&p=225038)

Hope this helps
Title: foo_looks v2.1
Post by: ocluke on 2005-11-22 02:05:43
I'm just starting to use Foobar2000 v0.9 beta 10, so I thought I would download Foo Looks 2.1.  I thought I followed the instructions correctly, but I got an error when starting Foobar, and the Foo Looks component is not listed in the components drop down menu (though it is in the directory).

What I did was extract the Foo Looks files (foo_looks folder with various files + foo_looks.dll) into the components directory of Foobar and then tried to start the program.  The following error occurred:
This application has failed to start because utf8api.dll was not found. Reinstalling the application may fix this problem.

Can someone please help me with this?  Am I missing something?  My OS is Windows XP.
Title: foo_looks v2.1
Post by: anza on 2005-11-22 05:31:37
You need to use v0.8 series for foo_looks to work.
Title: foo_looks v2.1
Post by: chowe on 2005-11-22 08:24:04
omg!!!! DocUK you are alive!
I remember agges ago trying to get in touch with you about that carbon skin.
Pity that I learned to live without foolooks. Probably a good thing now since noone seems to be developing it into v9.
Have a good one.
Title: foo_looks v2.1
Post by: ocluke on 2005-11-22 16:57:05
Quote
You need to use v0.8 series for foo_looks to work.
[a href="index.php?act=findpost&pid=344042"][{POST_SNAPBACK}][/a]

Is there a similar program that has been developed for Foobar2000 v.9?
Title: foo_looks v2.1
Post by: ANT on 2005-11-22 17:30:27
Quote
Quote
You need to use v0.8 series for foo_looks to work.
[a href="index.php?act=findpost&pid=344042"][{POST_SNAPBACK}][/a]

Is there a similar program that has been developed for Foobar2000 v.9?
[a href="index.php?act=findpost&pid=344192"][{POST_SNAPBACK}][/a]


no
Title: foo_looks v2.1
Post by: kalimeru on 2005-11-22 20:35:44
but there are some skins with stand alone capabilities (i.e. wich do not require any component to run).. check other topics
Title: foo_looks v2.1
Post by: ocluke on 2005-11-22 22:41:52
Quote
but there are some skins with stand alone capabilities (i.e. wich do not require any component to run).. check other topics
[a href="index.php?act=findpost&pid=344228"][{POST_SNAPBACK}][/a]

I switched to V 8.3 because it appears most of the work that's been developed on Foobar is in this version.  With that said, I'm having the darnedest time trying to apply other cool themes and skins to Foobar.  I have seen some really cool dynamic screenshots out there and I was wondering if those come pre-packaged, or if that's just something I have to tweak around with and spend hours on to achieve.  If someone knows where I can get some of these themes pre-made, please post the link here.

Thanks!
Title: foo_looks v2.1
Post by: elenhil on 2005-11-24 21:15:20
Is it possible to run foo_looks (with foopilot) without the main foobar window (that is, to run foobar with foo_looks and without the default UI)?
Title: foo_looks v2.1
Post by: chowe on 2005-11-25 00:05:31
@elenhil
I dont think that is possible.

@ocluke
Could you post a screenshot of what you would like? Are you referring to the actual playlist when you open foobar? (eg like ones in this screenshot thread (http://www.hydrogenaudio.org/forums/index.php?showtopic=30988&st=1825))?
If so, you are better off asking in there, you will need Columns UI (http://www.hydrogenaudio.org/forums/index.php?showtopic=28647), get the stable version (0.1.2) if you are still using 0.8.3. Most of the newer configs shown on that thread are using the beta 9, if you go back a bit you can find some configs that will work using 0.1.2. You can also go here (http://foobar.nub4life.net/columns/pafiledb.php?action=category&id=5) to find configs. To use these configs, go to foobar preferences, go to the "Other" tab in the columns UI option and then click import, and find where you downloaded the config (should be an .fcs file).

Hope this helps.
Title: foo_looks v2.1
Post by: elenhil on 2005-11-25 09:08:19
Is it possible to select multiple files in foopilot's playlist (just like in default UI)?
Title: foo_looks v2.1
Post by: chowe on 2005-11-26 09:16:02
I guess you will have to ask Hadda (the creator of foopilot). Hopefully he is around. Perhaps an option would be to make your original foobar playlist look like foo pilot (at least thats kind of possible colour wise...wouldnt look as matching though).
Title: foo_looks v2.1
Post by: Hadda on 2005-11-26 17:10:52
Quote
Is it possible to select multiple files in foopilot's playlist (just like in default UI)?
[a href="index.php?act=findpost&pid=344841"][{POST_SNAPBACK}][/a]

This is not possible because of that foo_looks don't heve this.
Title: foo_looks v2.1
Post by: elenhil on 2005-11-27 10:36:28
Oh, thanks! Another question, then: can I make foopilot use UTF-7 codepage?
Title: foo_looks v2.1
Post by: ocluke on 2005-11-27 10:40:22
This may sound like a basic question, but how do you disable and enable Foolooks.  Sometimes I do not want the foolooks toolbar to be displayed and just want to use the default UI, and I can't figure it out.  Thanks.
Title: foo_looks v2.1
Post by: Fermion on 2005-11-27 13:01:29
I just love foo_looks! You can do almost anything with it.  I kind of made it a replacement for the Toaster plugin. It shows up 5secs before song end, dissapears either automatically in 10 secs if I don't hover over it, or by clicking. I can also activate it manually by just moving mouse cursor to the corner of the screen. The info/albumart part of the window can be hidden/shown with one right-click. Still needs much work though, play controls and other stuff, better layout etc..

(http://koti.mbnet.fi/ta2/foo/foo_looks_fermion_01.png)
Title: foo_looks v2.1
Post by: Fermion on 2005-11-27 13:13:11
Quote
This may sound like a basic question, but how do you disable and enable Foolooks.  Sometimes I do not want the foolooks toolbar to be displayed and just want to use the default UI, and I can't figure it out.  Thanks.
[a href="index.php?act=findpost&pid=345504"][{POST_SNAPBACK}][/a]

I guess it depends on the config if this works, but you can try clicking "Look->Show->Activate".
Title: foo_looks v2.1
Post by: randomtw on 2005-11-29 05:50:08
for carbon 2 somehow i get black blocks where the buttons are?
Title: foo_looks v2.1
Post by: ronyzyz1 on 2005-11-29 09:21:36
Quote
for carbon 2 somehow i get black blocks where the buttons are?
[a href="index.php?act=findpost&pid=346168"][{POST_SNAPBACK}][/a]


Did you extract all the files from the archive? Did you install the Silkscreen font properly?
Title: foo_looks v2.1
Post by: elenhil on 2005-12-03 00:26:23
I've made a small improvement to foopilot's autohide code - others might just find it useful. If you made autohide enabled by default (set first digit to "1" in !ok_phone_tweak_2.cfg string text), you've probably noticed that foopilot autohides each time you start foobar (because it is not focused).

Now, you might want to make foobar linger just a bit longer after it starts by changing the every first function hide(this) in hide.ski to this:

Code: [Select]
delay=380
function hide(this)
    if delay>0 then
 delay=delay-10
    else
 if alpha>0  then alpha=alpha-11 window_setAlpha(alpha)
 elseif alpha<0 then alpha=0   window_setAlpha(alpha) look_setText(master_command,'pcr 0') end

    end
end


Notice that it only delays autohide after foopilot's start. Regular autohide (after you, say, occasionally hovered your cursor over it or changed the volume and shifted your focus back to another window) has no delay, just as it was.


Another autohide tweak that might come handy is to make foopilot show again for a couple of seconds each time a new track starts - just to see what's playing now. For that you should change the sixth function onupdate (this) in hide.ski to this:

Code: [Select]
function onupdate (this)
    if warunekdisable==false then
 set_warunek (this)
 if warunek then hide(this) else show(this) end
    else
 show(this)
 if delay>0 then delay=delay-10
 else warunekdisable=false end
    end
end


and also intoduce a new function just next to it:

Code: [Select]
function onplaybacknewtrack(this)
    warunekdisable=true
    delay=380

end


and insert a new variable definition just below the fourth line of the original hide.ski:

Code: [Select]
warunekdisable=false
Title: foo_looks v2.1
Post by: ocluke on 2005-12-03 00:41:23
Quote
Quote
This may sound like a basic question, but how do you disable and enable Foolooks.  Sometimes I do not want the foolooks toolbar to be displayed and just want to use the default UI, and I can't figure it out.  Thanks.
[a href="index.php?act=findpost&pid=345504"][{POST_SNAPBACK}][/a]

I guess it depends on the config if this works, but you can try clicking "Look->Show->Activate".
[a href="index.php?act=findpost&pid=345544"][{POST_SNAPBACK}][/a]

Thank you.  I feel stupid now.  I didn't try that because it was an "activate" not a "de-activate" button. 
Title: foo_looks v2.1
Post by: ikejam on 2005-12-05 06:16:13
I hope I'm not posting this big log at the wrong forum. if so pls tell me so that i can delete it. Trouble is i cant figure out how to install foo pilot one. ive installed foo looks and that seems fine, but whenever i try to load foopilot i get the following. Ive tried shifting around the skin and foopilot folder here and there.

Anybody can give some exact instructions on how/where to extract to? thnx. ike


Quote
ERROR (foo_looks) : Failed to load 'C:\Program Files\foobar2000\components\foo_looks\Foopilot_one_graphite.ski'
ERROR (foo_looks) : [Error] [Line: 8] Token = 'import'
ERROR (foo_looks) : [Error] [Line: 9] Token = 'Foopilot_one\hadda_volume_vertical.ski'
ERROR (foo_looks) : [Error] [Line: 11] Token = 'import'
ERROR (foo_looks) : [Error] [Line: 12] Token = 'Foopilot_one\hide.ski'
ERROR (foo_looks) : [Error] [Line: 14] Token = 'import'
ERROR (foo_looks) : [Error] [Line: 15] Token = 'Foopilot_one\command.ski'
ERROR (foo_looks) : [Error] [Line: 20] Token = '{255'
ERROR (foo_looks) : [Error] [Line: 20] Token = '255}'
ERROR (foo_looks) : [Error] [Line: 21] Token = 'tlo'
ERROR (foo_looks) : [Error] [Line: 21] Token = '55'
ERROR (foo_looks) : [Error] [Line: 22] Token = 'int{'
ERROR (foo_looks) : [Error] [Line: 22] Token = '255'
ERROR (foo_looks) : [Error] [Line: 23] Token = 'int{'
ERROR (foo_looks) : [Error] [Line: 23] Token = '60'
ERROR (foo_looks) : [Error] [Line: 24] Token = 'int{'
ERROR (foo_looks) : [Error] [Line: 24] Token = '5'
ERROR (foo_looks) : [Error] [Line: 25] Token = '{95'
ERROR (foo_looks) : [Error] [Line: 25] Token = '255}'
ERROR (foo_looks) : [Error] [Line: 28] Token = 'globals'
ERROR (foo_looks) : [Error] [Line: 29] Token = 'textflags.NoWrap'
ERROR (foo_looks) : [Error] [Line: 30] Token = 'align.Center'
ERROR (foo_looks) : [Error] [Line: 31] Token = 'align.Center'
ERROR (foo_looks) : [Error] [Line: 32] Token = 'trimming.Character'
ERROR (foo_looks) : [Error] [Line: 33] Token = 'texthint.AntiAlias'
ERROR (foo_looks) : [Error] [Line: 34] Token = '0'
ERROR (foo_looks) : [Error] [Line: 34] Token = '0'
ERROR (foo_looks) : [Error] [Line: 34] Token = '0'
ERROR (foo_looks) : [Error] [Line: 34] Token = '}'
ERROR (foo_looks) : [Error] [Line: 35] Token = 'Arial'
ERROR (foo_looks) : [Error] [Line: 36] Token = '1'
ERROR (foo_looks) : [Error] [Line: 37] Token = 'Foopilot_one/One_pl_g.png'
ERROR (foo_looks) : [Error] [Line: 45] Token = 'int{'
ERROR (foo_looks) : [Error] [Line: 45] Token = '66'
ERROR (foo_looks) : [Error] [Line: 46] Token = 'int{'
ERROR (foo_looks) : [Error] [Line: 46] Token = '228'
ERROR (foo_looks) : [Error] [Line: 50] Token = '{}'
ERROR (foo_looks) : [Error] [Line: 52] Token = 'config'
ERROR (foo_looks) : [Error] [Line: 53] Token = 'include'
ERROR (foo_looks) : [Error] [Line: 54] Token = 'fspec'
ERROR (foo_looks) : [Error] [Line: 56] Token = 'button_config'
ERROR (foo_looks) : [Error] [Line: 57] Token = 'configuration'
ERROR (foo_looks) : [Error] [Line: 60] Token = 'sprite'
ERROR (foo_looks) : [Error] [Line: 61] Token = 'include'
ERROR (foo_looks) : [Error] [Line: 70] Token = 'Foopilot_one\!ok_phone_tweak_2.cfg'
ERROR (foo_looks) : [Error] [Line: 103] Token = 'znikajacy_podklad'
ERROR (foo_looks) : [Error] [Line: 104] Token = 'image'
ERROR (foo_looks) : [Error] [Line: 105] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 106] Token = 'rendermap'
ERROR (foo_looks) : [Error] [Line: 109] Token = '{"bum"}'
ERROR (foo_looks) : [Error] [Line: 111] Token = 'begin'
ERROR (foo_looks) : [Error] [Line: 112] Token = 'image'
ERROR (foo_looks) : [Error] [Line: 113] Token = 'layer'
ERROR (foo_looks) : [Error] [Line: 114] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 115] Token = 'rendermap'
ERROR (foo_looks) : [Error] [Line: 123] Token = 'hide_area'
ERROR (foo_looks) : [Error] [Line: 124] Token = 'rendermap'
ERROR (foo_looks) : [Error] [Line: 129] Token = 'sprite'
ERROR (foo_looks) : [Error] [Line: 130] Token = 'image'
ERROR (foo_looks) : [Error] [Line: 131] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 131] Token = '0'
ERROR (foo_looks) : [Error] [Line: 131] Token = '30'
ERROR (foo_looks) : [Error] [Line: 132] Token = 'srcoff'
ERROR (foo_looks) : [Error] [Line: 132] Token = '0'
ERROR (foo_looks) : [Error] [Line: 133] Token = '{render.image}'
ERROR (foo_looks) : [Error] [Line: 133] Token = '{render.image}'
ERROR (foo_looks) : [Error] [Line: 134] Token = 'scripts'
ERROR (foo_looks) : [Error] [Line: 134] Token = 'button'
ERROR (foo_looks) : [Error] [Line: 135] Token = 'tooltip'
ERROR (foo_looks) : [Error] [Line: 139] Token = 'show_hide'
ERROR (foo_looks) : [Error] [Line: 140] Token = 'Foopilot_one/One_key2g.png'
ERROR (foo_looks) : [Error] [Line: 142] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 142] Token = '451'
ERROR (foo_looks) : [Error] [Line: 142] Token = '25'
ERROR (foo_looks) : [Error] [Line: 143] Token = 'srcoff'
ERROR (foo_looks) : [Error] [Line: 143] Token = '451'
ERROR (foo_looks) : [Error] [Line: 158] Token = '{render.Text}'
ERROR (foo_looks) : [Error] [Line: 158] Token = '{render.Text}'
ERROR (foo_looks) : [Error] [Line: 159] Token = 'fontcolor'
ERROR (foo_looks) : [Error] [Line: 160] Token = 'fontsize'
ERROR (foo_looks) : [Error] [Line: 161] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 162] Token = 'layer'
ERROR (foo_looks) : [Error] [Line: 163] Token = 'trimming'
ERROR (foo_looks) : [Error] [Line: 165] Token = 'scroll1'
ERROR (foo_looks) : [Error] [Line: 166] Token = 'scroll'
ERROR (foo_looks) : [Error] [Line: 167] Token = 'align.Far'
ERROR (foo_looks) : [Error] [Line: 173] Token = 'sprite'
ERROR (foo_looks) : [Error] [Line: 174] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 174] Token = '130'
ERROR (foo_looks) : [Error] [Line: 174] Token = '22'
ERROR (foo_looks) : [Error] [Line: 175] Token = 'fspec'
ERROR (foo_looks) : [Error] [Line: 177] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 178] Token = 'visible'
ERROR (foo_looks) : [Error] [Line: 179] Token = 'rendermap'
ERROR (foo_looks) : [Error] [Line: 185] Token = 'sprite'
ERROR (foo_looks) : [Error] [Line: 186] Token = 'image'
ERROR (foo_looks) : [Error] [Line: 187] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 188] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 188] Token = '130'
ERROR (foo_looks) : [Error] [Line: 188] Token = '25'
ERROR (foo_looks) : [Error] [Line: 189] Token = 'srcoff'
ERROR (foo_looks) : [Error] [Line: 189] Token = '130'
ERROR (foo_looks) : [Error] [Line: 190] Token = '{render.image}'
ERROR (foo_looks) : [Error] [Line: 192] Token = 'progress2'
ERROR (foo_looks) : [Error] [Line: 193] Token = 'image'
ERROR (foo_looks) : [Error] [Line: 194] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 195] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 195] Token = '130'
ERROR (foo_looks) : [Error] [Line: 195] Token = '25'
ERROR (foo_looks) : [Error] [Line: 196] Token = 'srcoff'
ERROR (foo_looks) : [Error] [Line: 196] Token = '130'
ERROR (foo_looks) : [Error] [Line: 197] Token = '{render.image}'
ERROR (foo_looks) : [Error] [Line: 199] Token = 'progress_sensitive_area'
ERROR (foo_looks) : [Error] [Line: 200] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 200] Token = '130'
ERROR (foo_looks) : [Error] [Line: 200] Token = '25'
ERROR (foo_looks) : [Error] [Line: 201] Token = 'visible'
ERROR (foo_looks) : [Error] [Line: 202] Token = 'rendermap'
ERROR (foo_looks) : [Error] [Line: 202] Token = '}'
ERROR (foo_looks) : [Error] [Line: 203] Token = '1'
ERROR (foo_looks) : [Error] [Line: 204] Token = '}'
ERROR (foo_looks) : [Error] [Line: 206] Token = '$if(%album%,| album: %album%)$if(%date%, | %date% r.)| %_LENGTH% | $ext(%_filename_ext%)$if(%__bitrate%, | %__bitrate% kbps ) | $div(%__samplerate%,1000) kHz | L: seek|R: PL|W: next/prev '
ERROR (foo_looks) : [Error] [Line: 215] Token = '{render.image}'
ERROR (foo_looks) : [Error] [Line: 217] Token = 'volume1'
ERROR (foo_looks) : [Error] [Line: 218] Token = 'image'
ERROR (foo_looks) : [Error] [Line: 219] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 220] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 220] Token = '90'
ERROR (foo_looks) : [Error] [Line: 220] Token = '18'
ERROR (foo_looks) : [Error] [Line: 221] Token = 'srcoff'
ERROR (foo_looks) : [Error] [Line: 221] Token = '90'
ERROR (foo_looks) : [Error] [Line: 222] Token = '{render.image}'
ERROR (foo_looks) : [Error] [Line: 224] Token = 'volume2'
ERROR (foo_looks) : [Error] [Line: 225] Token = 'image'
ERROR (foo_looks) : [Error] [Line: 226] Token = 'enabled'
ERROR (foo_looks) : [Error] [Line: 227] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 227] Token = '90'
ERROR (foo_looks) : [Error] [Line: 227] Token = '18'
ERROR (foo_looks) : [Error] [Line: 228] Token = 'srcoff'
ERROR (foo_looks) : [Error] [Line: 228] Token = '146'
ERROR (foo_looks) : [Error] [Line: 229] Token = '{render.image}'
ERROR (foo_looks) : [Error] [Line: 231] Token = 'volume_sensitive'
ERROR (foo_looks) : [Error] [Line: 232] Token = 'layer'
ERROR (foo_looks) : [Error] [Line: 233] Token = 'visible'
ERROR (foo_looks) : [Error] [Line: 234] Token = 'rect'
ERROR (foo_looks) : [Error] [Line: 234] Token = '90'
ERROR (foo_looks) : [Error] [Line: 234] Token = '18'
ERROR (foo_looks) : [Error] [Line: 235] Token = 'rendermap'
Title: foo_looks v2.1
Post by: Xanis on 2006-02-16 03:34:26
Hey there,
although I already used the search, I couldn't find a fix for this problem:

My foo_looks skin loses the always on top option every time foobar starts. I have to check always on top twice every startup until it finally stays on top of every window - very annoying. Does anyone know a workaround?

Xanis
Title: foo_looks v2.1
Post by: tomatin on 2006-02-16 05:37:29
I used to use Foobar several years ago...my foobar looked awesome but I only copied and pasted someone else's code.

Can someone tell me where to start so I can my foobar to look like someone's here, or can I get someone's code so mine will display album names, and look nice?  Send me a personal message if you can help me.
Title: foo_looks v2.1
Post by: ReDirEct__ on 2006-02-16 19:43:26
Guys where i can download other skins for foo_looks 2.1????
Title: foo_looks v2.1
Post by: Duble0Syx on 2006-02-16 19:49:11
Quote
I just love foo_looks! You can do almost anything with it.  I kind of made it a replacement for the Toaster plugin. It shows up 5secs before song end, dissapears either automatically in 10 secs if I don't hover over it, or by clicking. I can also activate it manually by just moving mouse cursor to the corner of the screen. The info/albumart part of the window can be hidden/shown with one right-click. Still needs much work though, play controls and other stuff, better layout etc..

(http://koti.mbnet.fi/ta2/foo/foo_looks_fermion_01.png)
[a href="index.php?act=findpost&pid=345541"][{POST_SNAPBACK}][/a]

you've got to share that, it would be perfect for what I was wanting to do.  I'd take the time and figure it out myself but I've come down with a cold today.  This would be awesome in the meantime.
Title: foo_looks v2.1
Post by: ryboto on 2006-02-18 16:31:21
I've had foobar2000 for a while...just heard about foo_looks...installed 2.1 on foobar 0.8.3, and when I activate it, the main foobar window stays, and a smaller window with bright solid colors appears.  So, basically, the plugin isn't working for me....and it doesn't give me any errors.  If i try to download and install a different skin and use it, i get errors with those that usually say "can't find random.png".....any ideas?
Title: foo_looks v2.1
Post by: rewbs on 2006-02-19 00:58:34
Quote
installed 2.1 on foobar 0.8.3, and when I activate it, the main foobar window stays, and a smaller window with bright solid colors appears.
[a href="index.php?act=findpost&pid=365323"][{POST_SNAPBACK}][/a]

I get exactly the same problem... any help would be appreciated.
Title: foo_looks v2.1
Post by: Hadda on 2006-02-23 21:54:04
Quote
Hey there,
although I already used the search, I couldn't find a fix for this problem:

My foo_looks skin loses the always on top option every time foobar starts. I have to check always on top twice every startup until it finally stays on top of every window - very annoying. Does anyone know a workaround?

Xanis
[a href="index.php?act=findpost&pid=364669"][{POST_SNAPBACK}][/a]


Code: [Select]
//  upNorth show how to do it :) this is function for fix always on top bug

lua stayAOT
function onattach()
    look_aot(false)
    look_aot(true)
end
endlua

Very nice look !


I see some people still making looks. So i can do sth too. Next version can't wait longer  ....

:edit:
O my page with beta v. do not work too hmm....
Title: foo_looks v2.1
Post by: Hadda on 2006-02-23 22:07:50
Quote
Quote
installed 2.1 on foobar 0.8.3, and when I activate it, the main foobar window stays, and a smaller window with bright solid colors appears.
[a href="index.php?act=findpost&pid=365323"][{POST_SNAPBACK}][/a]

I get exactly the same problem... any help would be appreciated.
[a href="index.php?act=findpost&pid=365444"][{POST_SNAPBACK}][/a]


Maybe pressing F9 button help you. I guess tha you are using Style XP. You can use pathed uxtheme.dll (in system 32 folder) and load XP skins without program.
Title: foo_looks v2.1
Post by: Xanis on 2006-02-23 22:40:40
@Hadda

Thank you very much, but I'm afraid it's not working correctly. I used to keep foobar in the tray, so when it starts and shows up in the tray only, your fix is not working and foo_looks still hides. It only works when starting foobar showing its window ... damn. I don't want it to act as a program in the programs overview (alt-tab) and the taskbar (I know there is a plugin, but it doesn't hide it from alt-tab, does it?)

But anyway - thank you  .
Title: foo_looks v2.1
Post by: Hadda on 2006-02-23 23:19:49
@Xanis:
This bug is very streanch. In foo_looks it important what plugins (and plugins sequence) are instaled. I set AOT in one configuration and this code work to keep this. You can try to rename some plugins to change sequence (experiment on it).

More bugs that i know are:

1) In some sequence of plugins, look show title of song before, and cover art too (this can be fixed).

2) Mouse wheel don't work on first time.

And this AOT bug can be fixed too, but i do not really know how but only have some hinds.
Title: foo_looks v2.1
Post by: rewbs on 2006-03-01 18:34:08
Quote
This bug is very streanch. In foo_looks it important what plugins (and plugins sequence) are instaled.

Yes it appears to be due to a conflict with another plugin. I tried foo_looks 2.1 with the foobar2000 "lite" installer, and it worked fine. I'll try to narrow down which components are causing trouble.

Edit: I was able to add all components back into foobar without recreating the bug - must be a component order issue as you mentionned.
Thanks!
Title: foo_looks v2.1
Post by: mleko on 2006-03-11 18:16:35
is foo_looks avaiable for foobat 0.9 RC?
Title: foo_looks v2.1
Post by: saviormoney on 2006-03-13 07:18:48
Hi, I installed and reinstalled foo_looks as well as foobar 8.3 itself but it keeps crashing... I thought I read somewhere something about getting some "lua dlls" or something... really I have no idea why it is crashing.

What happens is this:

with "foo_looks.dll" in components, as well as the foo_looks tree in components

and interface set to "default"

it starts and draws both the main foobar 2000 standard interface, as well as a little tiny hovering window with album cover that was never there before - presumably something to do with the foo_looks interface even tho i haven't activated it yet.

so i go to the preferences tree which opens just fine
but as soon as I actually click on the "Looks" entry under the components portion of the tree, it crashes

any ideas?
Title: foo_looks v2.1
Post by: Gord on 2006-03-13 07:58:10
Quote
is foo_looks avaiable for foobat 0.9 RC?
[a href="index.php?act=findpost&pid=370841"][{POST_SNAPBACK}][/a]


It's not and probably won't be. DanZ has vanished from the face of the earth and he never released any sources which makes the tweaking needed to get it working with 0.9 and recompiling impossible.
Title: foo_looks v2.1
Post by: Johnnylighton on 2006-03-24 21:36:04
Does this mean I can't use FooPilot with foobar 0.9?
Title: foo_looks v2.1
Post by: mobyduck on 2006-03-25 08:49:34
Quote
Does this mean I can't use FooPilot with foobar 0.9?
Yes.

Alessandro
Title: foo_looks v2.1
Post by: vlada on 2006-04-09 12:53:19
Quote
Does this mean I can't use FooPilot with foobar 0.9?
Yes.

Alessandro


That's a very bad news    I hoped somebody has the sources to compile foo_looks with 0.9 SDK.
Title: foo_looks v2.1
Post by: Johnnylighton on 2006-04-10 17:42:09
I'm really bummed.  I used FooPilot all the time.  Is there another plug-in that's similar?  Thanks. 
Title: foo_looks v2.1
Post by: vlada on 2006-04-11 23:19:52
And this (http://www.hydrogenaudio.org/forums/index.php?showtopic=30281&hl=gfx&st=0) component seems to be dead too 

Is anybody interested to do a somponent which would enable something like a "winshade mode" for foobar2000. This is the last thing I'm missing in v0.9.
Title: foo_looks v2.1
Post by: Kwb on 2006-04-30 15:43:24
Sorry guys, i have a problem installing this component.
I receive this error:
Code: [Select]
Failed to load DLL: foo_looks.dll
Reason: This component is missing a required dependency, or was made for different version of foobar2000.


Thx for the help!

Kwb
Title: foo_looks v2.1
Post by: Gord on 2006-04-30 16:03:43
What version of foobar are you trying to run it in?

It doesn't work in the latest 0.9 only in 0.8.3 downwards.
Title: foo_looks v2.1
Post by: Kwb on 2006-04-30 18:03:13
Uff, what a pity!
Will be this plugin compatible with the newest foobar?

Sorry for my poor english
Title: foo_looks v2.1
Post by: picmixer on 2006-04-30 23:40:14
Alright, since this component has been out of development for a very long time I'll lock this thread now. In case anyone ever picks up development on it again then please simply open a new thread for discussion.