HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: qwertz on 2009-05-02 12:28:08

Title: FooNight FooDay
Post by: qwertz on 2009-05-02 12:28:08
Night:
(http://img8.imageshack.us/img8/3994/clipboard02ezo.th.jpg) (http://img8.imageshack.us/my.php?image=clipboard02ezo.jpg)

Day:
(http://img397.imageshack.us/img397/9609/clipboard01m.th.jpg) (http://img397.imageshack.us/my.php?image=clipboard01m.jpg)

Download Old Version (Including FooDay) (http://qwasio.deviantart.com/art/FooNight-FooDay-121164027)

(http://img24.imageshack.us/img24/7949/previewhve.th.jpg) (http://img24.imageshack.us/my.php?image=previewhve.jpg)

Download Version 1.1 (http://qwasio.deviantart.com/art/FooNight-v1-1-121835729)

For installation instructions read the included READ ME.txt

v1.1

- added compact mode
- added 2nd playlist
- added optional Playlist Tabs (turned off by default)
- bug fixes
- dropped FooDay

Title: FooNight FooDay
Post by: bubi jackson on 2009-05-02 12:33:18
minimalistic and very nice.
Title: FooNight FooDay
Post by: lokioki on 2009-05-02 12:48:05
Thanks qwertz :3
Title: FooNight FooDay
Post by: ludowam on 2009-05-02 13:27:28
Many thanks ! Nice & usefull.
Title: FooNight FooDay
Post by: VILLA21 on 2009-05-02 13:32:16
i got the following error msg:
"The layout import was aborted because the following required panels are not installed,
library tree
Textbox
biography"
Title: FooNight FooDay
Post by: qwertz on 2009-05-02 15:16:06
minimalistic and very nice.


Thanks
Title: FooNight FooDay
Post by: swmmng on 2009-05-03 13:50:39
Could you provide some explanation for the six buttons to the right of the search box? I kind of know what the first three and the last one do, but it would be nice to be sure about all of them.
Title: FooNight FooDay
Post by: qwertz on 2009-05-03 22:01:32
It's:
Quicksearch same Artist / Album / Title / Genre
Activate Now Playing
Scrollbar Show / Hide
Title: FooNight FooDay
Post by: Cablespider on 2009-05-04 01:29:12
Just wanted to say thanks!
Title: FooNight FooDay
Post by: Hawk on 2009-05-04 05:15:01
Can I get the artist image in the left panel instead of the album cover and how do I achieve that? Thanks for a very cool config.
Title: FooNight FooDay
Post by: Jny on 2009-05-04 06:38:37
good job

what about background pic? wallpaper/cover/artist (like Falstaff configs)
Title: FooNight FooDay
Post by: qwertz on 2009-05-04 08:47:47
@Hawk

Right click on menu -> Script -> Per Track: Replace
'G:\MP3\_Artist_\'%artist%'.jpg'
with your artist path

Right click on cover -> Script -> Per Track: Replace
$get_ps_global(cover.path)
with
$get_ps_global(artist.path)

Or you could simply point Biography View to your custom images.

@Jny

I deliberatly passed on transparency. There is still code for background images in the script though. Search for //------------Background in the main PSS.
Title: FooNight FooDay
Post by: FavioD on 2009-05-04 09:41:39
i think this will be the first custom config i'll actually stick with

thanks!
Title: FooNight FooDay
Post by: pee_wee on 2009-05-04 19:01:47
I like it. Does everything I want it to do. Going to tweak some colors and its good to go. thanks.  (might change the buttons on bottom also).
Title: FooNight FooDay
Post by: Hawk on 2009-05-04 22:32:00
@Hawk

Right click on menu -> Script -> Per Track: Replace
'G:\MP3\_Artist_\'%artist%'.jpg'
with your artist path

Right click on cover -> Script -> Per Track: Replace
$get_ps_global(cover.path)
with
$get_ps_global(artist.path)

Or you could simply point Biography View to your custom images.

@Jny

I deliberatly passed on transparency. There is still code for background images in the script though. Search for //------------Background in the main PSS.


Thanks!
Title: FooNight FooDay
Post by: kenboldt on 2009-05-05 14:11:54
First off, fantastic config.  It is clean, simple, great.  If I can make a request though, would it be possible to place a button next to the star rating buttons below the album cover on the left for setting mood on/off (sets Last.FM loved to yes or no).  I know that Falstaff has it in some of his configs and I have used it a lot. 

The relavent code from Falstaffs kameleon config is below:
Code: [Select]
// MOOD TAG SET/UNSET to feed automatically auto-playlist for my iPod or iPhone
$if($stricmp('FOO_LASTFM',$left(%path%,10)),
$imageabs2(12,12,0,0,0,0,61,1,$get(img)'/bt/mood0.png',nokeepaspect)
,
$ifgreater($if2(%MOOD%,0),0,
$button(61,1,0,0,12,12,$get(img)'/bt/mood1.png',$get(img)'/bt/mood0.png',TAG:SET:MOOD:0,TOOLTIP:"Unset")
,
$button(61,1,0,0,12,12,$get(img)'/bt/mood0.png',$get(img)'/bt/mood1.png',TAG:SET:MOOD:1,TOOLTIP:"Set")
)
)

// SKIP TAG SET/UNSET
$if($stricmp('FOO_LASTFM',$left(%path%,10)),
$imageabs2(12,12,0,0,0,0,75,2,$get(img)'/bt/skip0.png',nokeepaspect)
,
$ifgreater($if2(%SKIP%,0),0,
$button(75,2,0,0,12,12,$get(img)'/bt/skip1.png',$get(img)'/bt/skip0.png',TAG:SET:SKIP:0,TOOLTIP:"Unset")
,
$button(75,2,0,0,12,12,$get(img)'/bt/skip0.png',$get(img)'/bt/skip1.png',TAG:SET:SKIP:1,TOOLTIP:"Set")
)
)

Thanks in advance for even considering this request.
Cheers,
Ken
Title: FooNight FooDay
Post by: tgpo on 2009-05-05 17:48:53
Easily the best PSS config yet. Great job.
Title: FooNight FooDay
Post by: qwertz on 2009-05-05 20:05:04
@kenboldt

Probably not, this weekend I finally replaced Trackinfo Mod with WSH Mod, and WSH Mod is a constant struggle for me (that I'm losing btw), so I won't add things I'm not using myself.

But you already posted the code for Trackinfo, and it really isn't a big deal to implement mood/skip yourself.

First copy mood0.png, mood1.png, skip0.png, skip1.png to foobar2000\images\foonightday\bt\

Then right click on the cover -> Script -> Per Track and replace

$movepanel_c(Rating,$div($sub($get_ps_global(l.panel.w),60),2),$add($get_ps_global(cover.size),$el_scale(30,$get_ps_global(cover.size)),20),60,12)

with

$movepanel_c(Rating,$div($sub($get_ps_global(l.panel.w),90),2),$add($get_ps_global(cover.size),$el_scale(30,$get_ps_global(cover.size)),20),90,14)

Lastly open Trackinfo and insert the following code at the end of the script:

Code: [Select]
// MOOD TAG SET/UNSET to feed automatically auto-playlist for my iPod or iPhone
$if($stricmp('FOO_LASTFM',$left(%path%,10)),
$imageabs2(12,12,0,0,0,0,61,1,$get(z)'/bt/mood0.png',nokeepaspect)
,
$ifgreater($if2(%MOOD%,0),0,
$button(61,1,0,0,12,12,$get(z)'/bt/mood1.png',$get(z)'/bt/mood0.png',TAG:SET:MOOD:0,TOOLTIP:"Unset")
,
$button(61,1,0,0,12,12,$get(z)'/bt/mood0.png',$get(z)'/bt/mood1.png',TAG:SET:MOOD:1,TOOLTIP:"Set")
)
)

// SKIP TAG SET/UNSET
$if($stricmp('FOO_LASTFM',$left(%path%,10)),
$imageabs2(12,12,0,0,0,0,75,2,$get(z)'/bt/skip0.png',nokeepaspect)
,
$ifgreater($if2(%SKIP%,0),0,
$button(75,2,0,0,12,12,$get(z)'/bt/skip1.png',$get(z)'/bt/skip0.png',TAG:SET:SKIP:0,TOOLTIP:"Unset")
,
$button(75,2,0,0,12,12,$get(z)'/bt/skip0.png',$get(z)'/bt/skip1.png',TAG:SET:SKIP:1,TOOLTIP:"Set")
)
)


(I only fixed the paths) By the by, the only thing the lastfm part of the code does, is to deactivate the buttons, while listening to it.

@tgpo

Thanks
Title: FooNight FooDay
Post by: kenboldt on 2009-05-05 21:47:48
WOW, that worked perfectly.  Thanks so much, that's awesome!
Title: FooNight FooDay
Post by: Hawk on 2009-05-06 15:15:17
After playing around with this config I am really satisfied by the result. It is light, fast, and exactly how I like it.

qwertz thanks a lot for designing it. It's really great! 
Title: FooNight FooDay
Post by: barty on 2009-05-06 22:58:59
Thanks for this theme.  It's nice and light.

Noob questions:

1) I have lousy eyesight and I've managed to increase the font size for most things except the artist/album/genre filter panel.  possible?

2) I'd like to increase the size of the play trackbar/seeker at the bottom too, like maybe double in height.

3) is there a way to add playlist horizontal tabs at the top or bottom (my preference) to switch playlist?  I tried to do it and managed to replace my whole play list with the playlist switcher panel, which isn't what I want anyway.

thanks in advance for your help.
Title: FooNight FooDay
Post by: qwertz on 2009-05-07 07:56:11
1) Preferences -> Columns UI -> Colours and Fonts

2) Couple of things to change:

$puts(bottom.h,40) -> increase the toolbar height at the bottom
$puts(play.button.top,$sub(%_height%,36)) -> adjust top position of playback buttons
$puts(play.button2.top,$sub(%_height%,33)) -> adjust top position of play list switcher
$imagebutton($sub(%_width%,32),$sub(%_height%,40),22,35,$get_ps_global(image.path)'/icons/logo_off1.png',$get_ps_global(image.path)'/icons/logo_on1.png',WINDOWSIZE:$if2(%foonight_default_width%,820):$if2(%foonight_default_height%,620);REFRESH,,) -> change $sub(%_height%,40) and adjust top position of resize button
finally:
$movepanel_c(Seekbar,10,$sub(%_height%,8),$sub(%_width%,150),5)
$movepanel_c(Volume,$sub(%_width%,130),$sub(%_height%,8),120,5)
where $sub(%_height%,8) is the top position and 5 is the height of the bars

3) Well we certainly had the same idea, I already implemented it

(http://img24.imageshack.us/img24/9357/clipboard01xvr.th.jpg) (http://img24.imageshack.us/my.php?image=clipboard01xvr.jpg)
Title: FooNight FooDay
Post by: tgpo on 2009-05-07 14:11:47
I'm not a fan on having a config always taking up a lot of space, so one customization on my list to do is to add a collapse/expand button that shrinks the window to look like this:

(http://tgpo.org/images/foobar.jpg)
Title: FooNight FooDay
Post by: pee_wee on 2009-05-07 15:49:01
great idea, and a great band tgpo
Title: FooNight FooDay
Post by: Hatredcopter on 2009-05-07 16:29:30
You can set the following variables in foo exvar:

Code: [Select]
                            Default:
fooday_bg_color             246-246-248-255
foonight_bg_color           015-015-016-255

fooday_left_panel_width     300
foonight_left_panel_width   300

foonight_default_width      820
foonight_default_height     620
fooday_default_width        820
fooday_default_height       620


I'm kinda new with this tweaking thing 
And im stuck in this step, could someone guide me through? 
Thanks in advance
Title: FooNight FooDay
Post by: barty on 2009-05-07 19:59:49
2) Couple of things to change:

$puts(bottom.h,40) -> increase the toolbar height at the bottom
$puts(play.button.top,$sub(%_height%,36)) -> adjust top position of playback buttons
$puts(play.button2.top,$sub(%_height%,33)) -> adjust top position of play list switcher
$imagebutton($sub(%_width%,32),$sub(%_height%,40),22,35,$get_ps_global(image.path)'/icons/logo_off1.png',$get_ps_global(image.path)'/icons/logo_on1.png',WINDOWSIZE:$if2(%foonight_default_width%,820):$if2(%foonight_default_height%,620);REFRESH,,) -> change $sub(%_height%,40) and adjust top position of resize button
finally:
$movepanel_c(Seekbar,10,$sub(%_height%,8),$sub(%_width%,150),5)
$movepanel_c(Volume,$sub(%_width%,130),$sub(%_height%,8),120,5)
where $sub(%_height%,8) is the top position and 5 is the height of the bars


pardon my ignorance, but I can't figure out where to put this.  I tried placing in script > track list and script > per second but it had no effect (I took out your comments, of course).

edit: sorry, never mind, I found it.  right on empty spot in panel and select splitter settings.

3) Well we certainly had the same idea, I already implemented it

(http://img24.imageshack.us/img24/9357/clipboard01xvr.th.jpg) (http://img24.imageshack.us/my.php?image=clipboard01xvr.jpg)


fantastic!  please add it to your package when you have a chance.
Title: FooNight FooDay
Post by: qwertz on 2009-05-08 08:29:59
@tgpo

Yes, no problem, maybe I'll also add a small playlist

@Hatredcopter

Install foo_exvar and enter the variables, as seen in the screenshot.

(http://img8.imageshack.us/img8/6373/clipboard01dyo.th.jpg) (http://img8.imageshack.us/my.php?image=clipboard01dyo.jpg)

Remember to restart foobar

It's purely optional, foo_exvar has to be installed, entering variables is up to you.

@barty

These are the default variables you have to change, if you want to increase the height of the seek- volume bars. For example, change $puts(bottom.h,40) to perhaps $puts(bottom.h,55), to increase the bottom toolbar size. Now the position of the buttons is incorrect, so you'll adjust $puts(play.button.top,$sub(%_height%,36)) etc.
Title: FooNight FooDay
Post by: tgpo on 2009-05-08 13:12:53
@tgpo

Yes, no problem, maybe I'll also add a small playlist


Something like this?

(http://tgpo.org/images/foobar2.jpg)
Title: FooNight FooDay
Post by: qwertz on 2009-05-08 15:04:27
New Version:

v1.1

- added compact mode
- added 2nd playlist
- added optional Playlist Tabs (turned off by default)
- bug fixes
- dropped FooDay
Title: FooNight FooDay
Post by: pee_wee on 2009-05-08 15:07:22
ugh I use fooday, anyway to implement the compact mode into it?
Title: FooNight FooDay
Post by: qwertz on 2009-05-08 15:11:44
Easier to change the foonight colors.


Title: FooNight FooDay
Post by: Hatredcopter on 2009-05-08 16:05:31
@Hatredcopter

Install foo_exvar and enter the variables, as seen in the screenshot.

[a href="http://img8.imageshack.us/my.php?image=clipboard01dyo.jpg" target="_blank"]

So far this is how the theme looks like
(http://i43.tinypic.com/dgrn8z.png)
I got an error on the Ratings thingy :|

Sorry for the bother hope you could help me
Title: FooNight FooDay
Post by: qwertz on 2009-05-08 16:29:03
Re-download the archive, I forgot to include the rating stars to the pack.

Do not import foorun_nightday.xml, or you will lose your Run Service settings. Open it with notepad and copy/paste the settings manually to Preferences -> Run Services.

For album art:
Right click on the left panel menu to open PSS -> Script -> per Track, and search for:
$replace(%path%,%filename_ext%,)folder.jpg
replace it with:
$replace(%path%,%filename_ext%,)cover.jpg

The same applies for ELPlaylist: Right click on the Playlist -> Settings -> field definition -> __ART.COVER__




Title: FooNight FooDay
Post by: Hatredcopter on 2009-05-08 17:10:40
Done dude, is that all i need to do?
Thanks for your help.
By the way is there any chance to change the title bar?
Title: FooNight FooDay
Post by: pee_wee on 2009-05-08 18:41:59
I seen the script error on the ratings was gonna post but ya beat me to it.
Title: FooNight FooDay
Post by: vvs on 2009-05-08 18:57:52
By the way is there any chance to change the title bar?


Yes, changing your windows theme. Google will help you, if do not know how to do it.
Title: FooNight FooDay
Post by: tgpo on 2009-05-08 20:36:58
Am I missing a component to make the ratings work?  I'm getting the same script error using a fresh download.
Title: FooNight FooDay
Post by: Erich_2 on 2009-05-08 21:34:24
Am I missing a component to make the ratings work?  I'm getting the same script error using a fresh download.

"Re-download the archive, I forgot to include the rating stars to the pack."
Do it again. It works.
Title: FooNight FooDay
Post by: qwertz on 2009-05-08 21:34:52
What version of WSH Mod are you using? Should be 1.1.7.
Title: FooNight FooDay
Post by: naserbaser on 2009-05-09 00:00:24
Just wanted to say thanks alot for this, looks great!
Thanks
Title: FooNight FooDay
Post by: Hawk on 2009-05-10 00:12:10
Since implementing the new 1.1b I have only two choices in the 'Filter' panel. Just Albums/Artist or Year/Artist.
How do I get the 3th one back? So I can see Artist/Album/Year?

:edit:

I found how to solve my 'problem'.

Preferences|Columns UI|Add vertical Splitter|Filter.

Title: FooNight FooDay
Post by: pee_wee on 2009-05-10 04:48:07
any thoughts as to why I am getting this?

(http://img.photobucket.com/albums/v159/Wimpy/rating.jpg)
Title: FooNight FooDay
Post by: qwertz on 2009-05-10 09:34:36
You changed the font. If it doesn't work with the default font either, turn on unicode in windows.
Title: FooNight FooDay
Post by: pee_wee on 2009-05-10 13:49:02
thanks, helped a bunch when I have the language pack installed.
Title: FooNight FooDay
Post by: Erich_2 on 2009-05-10 14:04:42
thanks, helped a bunch when I have the language pack installed.

@pee_wee
What language pack?    Windows? - Foobar? - Fonts?   
Tell us more where to find and what to do. What font did help?

Erich
Title: FooNight FooDay
Post by: pee_wee on 2009-05-10 16:06:57
I had to get mine off my windows xp disk. google enable unicode.
Title: FooNight FooDay
Post by: foo_peter on 2009-05-10 17:15:33
Thanks for this great layout

(http://img224.imageshack.us/img224/9973/bild3.jpg) (http://img224.imageshack.us/my.php?image=bild3.jpg)
Title: FooNight FooDay
Post by: tgpo on 2009-05-11 19:46:06
Just did a fresh install of Foobar to latest stable, and a fresh install of this theme.  The ratings show up now, but now the cover artwork doesn't refresh when the song changes.  If I click on an item at the top (Info/Bio/etc) and click back to the artwork it shows the proper cover.

If I click next to navigate through songs, the cover is always one behind. It's always showing the cover for the song I last played.
Title: FooNight FooDay
Post by: qwertz on 2009-05-11 20:25:29
I only noticed this right after importing the config, once foobar is restarted, it works fine. I think WSH Mod is the culprit here.
Title: FooNight FooDay
Post by: tgpo on 2009-05-11 20:31:18
I re-re-installed the theme, and all is well now.  No idea what the problem was since my installation is exactly the same, using exactly the same files, but it's working now. Weird.
Title: FooNight FooDay
Post by: barty on 2009-05-12 01:55:17
qwertz: thanks for this mod.  I made some changes to suit me and got it pretty much like I want it (until you come up with more cool stuff

(http://img12.imageshack.us/img12/1523/foobarnitemod.th.jpg) (http://img12.imageshack.us/my.php?image=foobarnitemod.jpg)

Yes, everything is real big b/c I have lousy eyesight and a big screen.
Title: FooNight FooDay
Post by: qwertz on 2009-05-12 08:45:11
I think you'll be happier with blank_off2.png / blank_on2.png, as menu buttons and use these

http://img514.imageshack.us/img514/1797/btnoteoff.png (http://img514.imageshack.us/img514/1797/btnoteoff.png)
http://img514.imageshack.us/img514/6776/btnoteon.png (http://img514.imageshack.us/img514/6776/btnoteon.png)

now playing buttons.
Title: FooNight FooDay
Post by: bionx on 2009-05-17 17:23:51
at where can I cahnge window header and taskbar titles?

i.e. now playing looks as "Penta | 07. We're From The Future | 4:48 (6:47)" in taskbar and window header

I want to make it like ; Penta - We're From The Future
Title: FooNight FooDay
Post by: pngraf on 2009-05-23 11:53:27
@qwertz
In my foobar with FooNight skin ver. 1.1 rating doesn't work. For now I've copy rating script from another skin (DarkOne ver. 1.5.2) and it's work. Can You do something with it? Anyway I like Your skin very much.
Regards
Title: FooNight FooDay
Post by: tedgo on 2009-05-23 13:12:48
@pngraf
You may know that DarkOne v1.5.2 Rating Script is not a "normal" rating script and may refuse to work under certain conditions...
It needs the full bunch of rating stars from the DarkOne folder and its full functionality is only available with foo_playcount.

EDIT:
I tried FooNight now and its rating script is working well, but it only rates files in the media library since it rates to database only.
You should add your musics to the media library (Preferences --> Media Library --> "Add" and choose the folder your music is stored in)
Title: FooNight FooDay
Post by: pngraf on 2009-05-24 06:27:55
@pngraf
I tried FooNight now and its rating script is working well, but it only rates files in the media library since it rates to database only.
You should add your musics to the media library (Preferences --> Media Library --> "Add" and choose the folder your music is stored in)


@tedgo
I simply removed my music folder from Media Library and added it again. Now rating is working normally.
Thank You, tedgo
Title: FooNight FooDay
Post by: qwertz on 2009-05-24 08:21:11
EDIT:
I tried FooNight now and its rating script is working well, but it only rates files in the media library since it rates to database only.
You should add your musics to the media library (Preferences --> Media Library --> "Add" and choose the folder your music is stored in)


I mentioned this in the Read Me. Those, who want the rating in files should use this (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=70363&view=findpost&p=631210)code.

@pngraf

For the future, you should use, right click -> Playback Statistics -> Import Statistics from File Tags
Title: FooNight FooDay
Post by: shiphtfour on 2009-05-27 01:12:45
Awesome skin, great job, now I wish I new columns UI and PSS better (or at all really) so that I could tweak it to my liking.

Any chance you could show me where in the code I need to change to make the panel backgrounds transparent so I can add a background/wallpaper image?
Also, I want the cover art to always show, so the tabbed panels on the left show up underneath the image, where the spectrum and track info are (like the playlist switcher I think), where in the code should I look to mess around at?
Title: FooNight FooDay
Post by: qwertz on 2009-05-27 17:43:48
Any chance you could show me where in the code I need to change to make the panel backgrounds transparent so I can add a background/wallpaper image?


For transparency there are quite a few things to change, so I'll just give you rough directions. There already is a code snippet in for background images, it's under //------------Background in the main PSS. You can activate it by removing the '//' at the beginning of each line. You'll also have to fix the image paths and activate transparency for every PSS and ELP. Change the alpha value of the background color and bg.rec.color.A, bg.rec.color.B to your liking. Finally  search every PSS for $drawrect() $drawroundrect() and change the alpha value for colors, that are not set globally. In ELP all colors are set in the field definition tab, change them accordingly.

Quote
Also, I want the cover art to always show, so the tabbed panels on the left show up underneath the image, where the spectrum and track info are (like the playlist switcher I think), where in the code should I look to mess around at?


That's easier. Replace in every line, apart from $movepanel_c(cover), under //------------Left Panel

$get(l.panel.top)
$get(l.panel.h)

with

$get(playswitch.top)
$get(playswitch.h)

and paste

$puts(playswitch.top,$add($get(toolbar.h),$get_ps_global(cover.size),$get_ps_global(cover.top),5))
$puts(playswitch.h,$sub(%_height%,$get(playswitch.top),$get(bottom.h),0))

directly under //------------Left Panel
Title: FooNight FooDay
Post by: Krelkor on 2009-05-28 18:43:53
Random question. I have no idea what I'm doing with respect to changing scripts or coding or anything. Tried to do some rudimentary stuff but I am coming up short of a solution.

Currently I use foo_upnp to stream my library from home to work. It can embed the cover art into the stream so the standard album art viewers pick it up.

I think it creates a variable called %UPNPALBUMARTURL% which translates into http://server:port/albumart/7575/"number".jpg (http://server:port/albumart/7575/"number".jpg)
Everything stays the same in that url, except the final number.jpg which changes when the song changes.

I have tried to call %UPNPALBUMARTURL% in the track script as you said in the readme, I get this

$replace(%UPNPALBUMARTURL%,,).jpg)

This results in the global variable cover.path being http://server:port/albumart/7575/"number".jpg (http://server:port/albumart/7575/"number".jpg)
However, nothing happens, I cannot get the art to load

any thoughts? thanks for an amazing skin.
Title: FooNight FooDay
Post by: aboutblank2 on 2009-05-28 22:04:31
hi, awesome skin. I really like it.

a couple of questions:

is there a way to let me rate songs I'm not currently playing?
and
how can i customize the tab bar above album art? [ Al  Fil  Lyr  Bio  Info  Utils ]

I'm new to using column ui so I'd appreciate any sort of information or tips on using it.
Title: FooNight FooDay
Post by: qwertz on 2009-05-29 08:25:58
@kelkor

You will have to install foo_covers. Set %path% as the cover path in PSS (%el_group_first_path% in ELP). Then search PSS for the $drawimage() lines, that include $get_ps_global(cover.path), replace

nokeepaspect
with
artreader_front nokeepaspect

IN ELP, search for the $imageabs() lines that include $get(e.cover), replace

nokeepaspect
with
artreader_front nokeepaspect


@aboutblank2

Right-click on the track, Playback Statistics/Rating/1-5
What to you want to change?
Title: FooNight FooDay
Post by: aboutblank2 on 2009-05-29 14:02:45
@aboutblank2

Right-click on the track, Playback Statistics/Rating/1-5
What to you want to change?


ah okay. thank you.

is there a way i can customize the tabs above the album cover?
Title: FooNight FooDay
Post by: qwertz on 2009-05-29 17:26:05
and again I ask you what you want to change? There are 100s of ways to customize the left panel, but I'm not going to explain them all.
Title: FooNight FooDay
Post by: aboutblank2 on 2009-05-29 19:13:44
and again I ask you what you want to change? There are 100s of ways to customize the left panel, but I'm not going to explain them all.


o okay sorry I didn't see that last line.

I wanted to remove the Bio and Utils bar then center the rest.
Title: FooNight FooDay
Post by: geektastic on 2009-05-30 00:29:18
Hey, I'm just contemplating switching to foobar2000 and this is by far my favorite custom skin. Great work!

The only problem is that most of my album art is embedded, not stored in folders and I'd rather not spend probably days re-downloading and organizing all those images. Is there any way to tweak the code so the album art view accesses the embedded image? I tried replacing the art display with the newer Album Art component which supports embedded images, but due to the way everything is layered and arranged I wasn't able to swap it out properly.

Thanks!
Title: FooNight FooDay
Post by: qwertz on 2009-05-30 08:50:28
@aboutblank2

Honestly, if you're familiar with PSS, it isn't that hard, and should a concrete question emerge, I'll help you, otherwise it's pretty much Mission Impossible, sorry.

@geektastic

I described the procedure in post #62 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=71633&view=findpost&p=637672)
Title: FooNight FooDay
Post by: Erich_2 on 2009-05-30 12:53:00
@qwertz, thank you for this great FOONIGHT! I highly value your work.
I use foonight night and day - because a fast color change is not so easy to get "fooday".

My question is:
how to put "Playlists Dropdown v0.7.2" just in the middle between
"quick search" and button "just playing".
I tried it, but had only bad results.
There is so much space between, it should be used!

A second try endet also in a miserable failure:
I tried to place the bottomline upstairs the head of foonight.
Seems to be complicated. 

Erich

Title: FooNight FooDay
Post by: qwertz on 2009-05-30 13:38:25
Search the layout for the PSS that contains Quicksearch Toolbar. Insert Playlist Dropdown into that PSS. Now open the PSS and insert:

$movepanel_c(Playlists,$div($sub(%_width%,150),2),8,150,20)

into Script/per Track (that centers Playlist Dropdown in the panel, so you might want to change these values).

Lastly, activate "Forced Layout" for "Playlists" in the Script tab.
Title: FooNight FooDay
Post by: Erich_2 on 2009-05-30 15:19:01
Quote
Search the layout for the PSS that contains Quicksearch Toolbar. Insert Playlist Dropdown into that PSS. Now open the PSS and insert:
$movepanel_c(Playlists,$div($sub(%_width%,150),2),8,150,20)
into Script/per Track (that centers Playlist Dropdown in the panel, so you might want to change these values).
Lastly, activate "Forced Layout" for "Playlists" in the Script tab.

@qwertz
It works, thank you! 
Title: FooNight FooDay
Post by: geektastic on 2009-05-30 15:43:34
@geektastic

I described the procedure in post #62 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=71633&view=findpost&p=637672)


I wasn't sure if the same process would work. It's working for the main cover art, but not for the playlist at the moment. I'm more concerned about the main display though, so thanks!
Title: FooNight FooDay
Post by: qwertz on 2009-05-30 19:31:24
Yes, sorry I forgot one part. You have to deactivate or delete this part:

Code: [Select]
$if($strcmp($left(%path%,7),'http://')
,
    $puts(e.cover,$get(image.path)'/cover/radio.png')
)
$if($findfile($get(e.cover)),
,
    $puts(e.cover,$get(image.path)'/cover/nocover.png')
)


in Track List and Group Header
Title: FooNight FooDay
Post by: Hatredcopter on 2009-06-01 04:20:50
Hey there qwertz
I was wondering if there is a way to add Text on the Links so its easier to use.
Like the one on the Tagging.

(http://i41.tinypic.com/348krw8.png)
Title: FooNight FooDay
Post by: starchaos on 2009-06-01 04:25:21
Hey there qwertz
I was wondering if there is a way to add Text on the Links so its easier to use.
Like the one on the Tagging.


Title: FooNight FooDay
Post by: qwertz on 2009-06-01 17:16:33
I have no idea why the images weren't embedded. Anyway, I have uploaded them here (http://www.mediafire.com/file/mzonnjizwl5/links.zip).

For Installation: Right click on the Utils Panel -> Splitter Settings -> Links -> configure
and import links.fcb.

These are all "normal" CUI button panels on purpose btw, so they are easy and fast to configure.
Title: FooNight FooDay
Post by: starchaos on 2009-06-02 01:54:38
Thank you qwertz, all is working now.
Title: FooNight FooDay
Post by: shiphtfour on 2009-06-02 07:34:51
Thanks for your help qwertz! I haven't had time to try implementing the code you suggested yet, but I will soon. One thing that just started happening, which I can't fix even with a fresh install and re-downloading and re-importing the fcl, is the album art displayed is from the track before it. In other words, when I change the track, the album art remains as the art for the track before it, and if I change tracks again, the art will switch to the art for the track I tried playing right before the new track. Any ideas why this might be happening?
Title: FooNight FooDay
Post by: Erich_2 on 2009-06-02 11:19:59
Quote
In other words, when I change the track, the album art remains as the art for the track before it, and if I change tracks again, the art will switch to the art for the track I tried playing right before the new track. Any ideas why this might be happening?

@shiphtfour and @qwertz

I spent much time to find out what the cause is: WHS Panel Mode!
Newest foo_uie_wsh_panel_mod.dll from 01.06.2009 is the cause, 
switching back to foo_uie_wsh_panel_mod.dll v.1.1.7 from 5.5.2009 and now it's ok again. 

I hope that helps with your foobar too!
Title: FooNight FooDay
Post by: tedgo on 2009-06-02 12:57:23
@Erich_2
Sorry, what a nonsense...
Cover art display in FooNight has nothing to do with wsh panel mod!
This behaviour seems to be caused by PSS and a some time bad refresh of the $get_ps_global(cover.path) in the child panel...
Title: FooNight FooDay
Post by: qwertz on 2009-06-02 13:08:10
It's an odd bug between PSS and WSH mod. To fix this issue, activate pseudo transparency in the cover panel.

Right-click on the cover -> Splitter Settings -> Behaviour -> pseudo transparent

Also works with the latest WSH Mod v.1.1.8
Title: FooNight FooDay
Post by: tedgo on 2009-06-02 13:14:17
Another fix would be to create the global variable in the cover panel instead of the main splitter...
Title: FooNight FooDay
Post by: qwertz on 2009-06-02 13:23:23
Wouldn't need a global variable then, wouldn't I

Somehow WSH interferes with the refresh of the panel, and that only if the panel is a child panel, I never had this problem in a parent panel. Still it's only a small issue, until v.1.1.8 it only occurred right after importing the skin, a restart of foobar fixed the problem.
Title: FooNight FooDay
Post by: tedgo on 2009-06-02 13:28:55
You're right, you wouldn't need a global variable then

Another workaround:
Disable transparency in WSH Panel mod and add this as first line to function on_paint(gr):
gr.FillSolidRect(0, 0, window.Width, window.Height, RGB(15, 15, 16));

Seems that both panels, PSS and WSH Panel mod, need to have pseudo transparent or not...
But its still a refresh problem of PSS, not WSH Panel mod.
Title: FooNight FooDay
Post by: qwertz on 2009-06-02 13:43:05
Thanks tedgo

A shame really, but I never had the nerve delve in WSH Mod.
Title: FooNight FooDay
Post by: vip on 2009-06-02 15:07:00
Quick question, not really pertaining to this layout ... but since this is the default layout I use ... I thought it would be ok to ask here.  I have all my album art working fine for albums, but I have several songs that I don't have the albums for.  How do I get album art for those single songs ... as they are all just in a general folder?
Title: FooNight FooDay
Post by: qwertz on 2009-06-02 17:50:10
I suppose the covers are embedded in the files? Then you'll have to install foo_covers as mentioned in this thread.
Title: FooNight FooDay
Post by: geektastic on 2009-06-02 23:47:48
Edit: It looks like the problem was an incorrect version of WSH Panel Mod, after redownloading the 1.1.7 the seek bar and ratings appear properly.

Strangely, still no luck on the images for the Utils links as mentioned previously, even though the import went fine and the image paths are all correct. Also, still having issues with the playlist covers.
Title: FooNight FooDay
Post by: qwertz on 2009-06-03 07:20:23
@all

I forgot to mention it yesterday, but tedgo's solution, with gr.FillSolidRect() isn't ideal. Depending on the width of the left panel, the rating will at least partially reach into the cover reflection. So transparency is required, that's why I switched to WSH Mod in the first place.

@geektastic

You probably don't have libgpng.dll and zlib.dll (http://yuo.be/columns.php) installed (required for Columns UI)
Title: FooNight FooDay
Post by: tedgo on 2009-06-03 07:38:35
@qwertz
Sorry, haven't thought about a smaller side panel
So, the best way is to enable "Pseudo transparent" mode for both panels (Child panel that builds the Left Panel and WSH Panel mod that contains the rating script)
Title: FooNight FooDay
Post by: qwertz on 2009-06-03 07:56:00
No need to be sorry, I made the damn thing, and even I forgot about it
Title: FooNight FooDay
Post by: Hatredcopter on 2009-06-03 08:14:56
I have no idea why the images weren't embedded. Anyway, I have uploaded them here (http://www.mediafire.com/file/mzonnjizwl5/links.zip).

For Installation: Right click on the Utils Panel -> Splitter Settings -> Links -> configure
and import links.fcb.

These are all "normal" CUI button panels on purpose btw, so they are easy and fast to configure.



(http://i40.tinypic.com/10hj7z8.png)

I think its not working because of the path should be in C:\Documents and Settings am i correct?
Title: FooNight FooDay
Post by: nopants on 2009-06-04 14:39:03
Hi all,

Has anyone else had problems with the quicksearch bar not accepting the skin?

(http://img34.imageshack.us/img34/3729/foodayproblem.png)

I've looked at the code a little (read: I'm a scrub) but I can't seem to find the problem. Thanks for anyone who can help.

By the way I also wanted to mention this a really well-supported skin by the creator. One of the easiest times I've had getting everything to work for a skin as good-looking as his.
Title: FooNight FooDay
Post by: tedgo on 2009-06-04 14:47:24
Background colour of QuickSearch Toolbar isn't stored in the FCL.
You need to change it by hand.
Preferences --> Media Library --> Quick Search Toolbar
Change Text colour and background here.
Title: FooNight FooDay
Post by: nopants on 2009-06-04 17:32:52
Background colour of QuickSearch Toolbar isn't stored in the FCL.
You need to change it by hand.
Preferences --> Media Library --> Quick Search Toolbar
Change Text colour and background here.


oops, thanks tedgo. for some reason the screenshots gave me the impression it was skinned or something.
Title: FooNight FooDay
Post by: geektastic on 2009-06-04 23:09:26
@geektastic

You probably don't have libgpng.dll and zlib.dll (http://yuo.be/columns.php) installed (required for Columns UI)


Thanks! Everything seems to be working now.
Title: FooNight FooDay
Post by: shiphtfour on 2009-06-05 03:39:25
Hey qwertz, thanks again for helping all of us tweak your skin to our liking. I went ahead and tried implementing the changes you suggested to make the album art always showing and have a background image with transparent panels. As far as making the left panel tabs draw their top under the album art, the code you gave me worked great, they now draw their tops under the album art, except the album art isn't displayed when a tab is active (shown by the red arrow). As far as transparent panels, I was able to make most of them transparent, except for the playlist. Mind giving me a hint as to how to make the grey background the yellow arrow is pointing to transparent? Couldn't make the album list or playswitch tabs transparent either, but I have a feeling they are just foobar utilities that you can't make the backgrounds transparent for, am I correct? Anyways, thanks again!

(http://img195.imageshack.us/img195/2982/screenshotxlu.jpg)

By the way, making the album art splitter use pseudotransparency fixed the wrong art being displayed for each track, thanks!
Title: FooNight FooDay
Post by: qwertz on 2009-06-06 09:13:11
Yes, I forgot one thing, you have to replace
$movepanel_c(Cover,0,0,0,0)
with
$movepanel_c(Cover,$get(l.panel.left),$get(l.panel.top),$get_ps_global(l.panel.w),$add($get(l.panel.h),5))
and replace
PANELSHOW:Cover:0;
with
PANELSHOW:Cover:1;
under //------------Left Panel

In ELP, the background is drawn with $drawrect(), deactivate these lines. You'll also have to change the alpha settings of some variables, like BG.RECT.COLOR etc.

Yes, playlist switcher doesn't support transparency.
Title: FooNight FooDay
Post by: magn3tik on 2009-06-06 18:11:34
Probably a stupid question.. but I don't find where I can import the FooNight v1.1.fcl

Need help, thanks !
Title: FooNight FooDay
Post by: shiphtfour on 2009-06-06 23:12:05
@magn3tik

First, make sure you have the Columns UI component. Then, go to preferences in foobar (ctrl+p), and navigate to Display > Columns UI > FCL Importing & Exporting > Import... Then import all the settings. Hope that helped.

@qwertz

I actually was able to figure out the cover thing shortly before you posted, thanks again though. I'm starting to understand the PSS code a little bit (sort of). Still have to learn on a trial and error basis though, so its often frustrating. Anyways, I'm still unable to get the EPL background transparent.

I'm assuming the code for the background rectangle is this:

$drawrect(,,,,$get(bg.color),$get(bg.color),)

but I tried deactivating it, but to no avail. Under field definitions, I have both BG.RECT.COLOR A and B set to 0-0-0-0 (The last 0 is the alpha, right?). I also have pseudo transparency activated under style if that makes a difference.

Two more things - 1. I cannot figure out how to move the Playtab buttons from the top of the config to the bottom (shown by the green arrow). They seem to be embedded in the "toolbar" space.

In other words, I try changing the $puts(l.panel.button.top,10) value to something like 30, which moves it down, but the images get clipped once they move outside the toolbar space.

(http://img261.imageshack.us/img261/4483/screenshoteqq.jpg)

And 2. You might not have any ideas on this, but I thought I might try anyways. When the background of the cover panel is transparent, using the $gradientrect method for drawing an album art reflection doesn't work anymore (right now I just have the reflected images use an alpha of 100 as you can see from the screenshot) . Somehow, I need to do a gradient transparency on the reflected image to make it look good. My only idea for this was to draw the scaled, reflected image 100 times but clip each image to only a 1 pixel high line, make the tope line's alpha 255, the next line 245, and so forth until the bottom line's alpha was 0. This would give the effect of gradient transparency, but I don't know how to clip/crop images using the $imageabs function, and it might be a bit resource intensive method. I wanted to try it, but was wondering if you knew how to clip/crop images with the $imageabs function or if it is something I should ask ssenna to include in his next release?

Again, thank you so much for your help, this is my first time attempting to mess with a foobar skin, so I know very little about it.
Title: FooNight FooDay
Post by: magn3tik on 2009-06-07 12:29:19
Aww thanks.. but why the column ui isn't in the the component directory ?

Second question, I don't know why, but covert art are sometimes 1 song too late.
Title: FooNight FooDay
Post by: shiphtfour on 2009-06-07 20:12:47

@magn3tik

Columns UI isn't in the components folder because qwertz didn't include it in his release. You have to download it yourself.

To fix the album art displaying 1 song too late, first download the newest version of WSH Mod (http://foo-wsh-panel-mod.googlecode.com/files/foo_uie_wsh_panel_mod-1.1.8.7z), put it in your components folder, then open foobar with the foonight config loaded, right click on the cover art, go to splitter settings, click the behaviour tab, and check the box that says "psuedo transparent." It appears to be a glitch with WSH Mod, but doing this is a temporary fix.
Title: FooNight FooDay
Post by: qwertz on 2009-06-07 22:02:52
@shiphtfour

There is also a rectangle under Cover Art + Background. It's best to search scripts in an external editor, you're bound to overlook things otherwise. Apart from text color, you have to change every color in Field Definition. And don't forget that there also is a rectangle in the PSS, that contains ELP.

You have to adapt
$puts(l.panel.button.top,10)
$puts(l.panel.text.top,11)

Well, I didn't try it lately, but $gradientrect(), with or without transparency, always worked for me.
Title: FooNight FooDay
Post by: Big Olmec Head on 2009-06-12 02:02:44
Hi
I just want to say that your config is really cool. Also I have one question, Why did you dropped Fooday? It does look really cool too! It woul be nice to have them both.
Title: FooNight FooDay
Post by: Hawk on 2009-06-12 11:23:27
Hi
I just want to say that your config is really cool. Also I have one question, Why did you dropped Fooday? It does look really cool too! It woul be nice to have them both.


You can still get Fooday. Its right here:

http://qwasio.deviantart.com/art/FooNight-FooDay-121164027 (http://qwasio.deviantart.com/art/FooNight-FooDay-121164027)
Title: FooNight FooDay
Post by: antropoid on 2009-06-12 16:13:12
Hi
I just want to say that your config is really cool. Also I have one question, Why did you dropped Fooday? It does look really cool too! It woul be nice to have them both.


You can still get Fooday. Its right here:

http://qwasio.deviantart.com/art/FooNight-FooDay-121164027 (http://qwasio.deviantart.com/art/FooNight-FooDay-121164027)

Yes indeed but the rating symbols below the album art are displayed kind of funny. I Think qwertz realize that there was an error there and dropped the confing. I want to clarify that I am not lazy, just in case you are thinking"why does this guy does not make the correction", but I do note get how to code that (I am not programmer illuminatti). One thing that I like of foonight is that qwertz was kind and clever enough to include everything you need in order that his config works with out a problem the very first time you install it.
Title: FooNight FooDay
Post by: Big Olmec Head on 2009-06-13 15:29:08
My apologies, fooday works perfect, the only thing you have to do is read the included text file and type the proper variables and their values in  foo exvar
Title: FooNight FooDay
Post by: CVM87 on 2009-06-19 00:48:58
first, i'd like to say thank you for this configuration. its very clean and nice.

one question i have is in reference to the album art. I store my art in "C:\Documents and Settings\Owner\My Documents\My Pictures\Album Art" and the images are saved as the title of the album. How would i modify the code "$replace(%path%,%filename_ext%,)folder.jpg" to work? sorry, im new to the coding/title formatting. thank you in advance
Title: FooNight FooDay
Post by: raven3k on 2009-06-19 02:11:24
Thanks for this skin qwerty but my problem is also album art related.

How do i modify so it reads embedded album art ie album art inside the mp3! as well as the normal stuff.

Thanks again, love the skin big time!!
Title: FooNight FooDay
Post by: qwertz on 2009-06-19 12:31:44
@Big Olmec Head

Then the path is:

'C:\Documents and Settings\Owner\My Documents\My Pictures\Album Art\'%album%'.jpg'

@raven3k

You'll have to use foo_covers, as mentioned in this thread.
Title: FooNight FooDay
Post by: raven3k on 2009-06-19 16:25:11
@Big Olmec Head

Then the path is:

'C:\Documents and Settings\Owner\My Documents\My Pictures\Album Art\'%album%'.jpg'

@raven3k

You'll have to use foo_covers, as mentioned in this thread.


thanks for the reply
but the foo_covers thread says this:
Quote
WARNING: It does NOT support the images embedded in the audio files.


Which is what i want to achieve with your skin.
Title: FooNight FooDay
Post by: qwertz on 2009-06-20 11:37:10
Strange, it works for me, could be of course, that PSS can handle embedded art now.
Title: FooNight FooDay
Post by: raven3k on 2009-06-20 15:51:29
Strange, it works for me, could be of course, that PSS can handle embedded art now.


any chance of posting your config with the embedded stuff??
Title: FooNight FooDay
Post by: qwertz on 2009-06-23 08:02:55
Look at the code of this (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=31027&view=findpost&p=642895) config, you'll have to change a few variables to adapt it for foonight, but the principle should be clear.
Title: FooNight FooDay
Post by: raven3k on 2009-06-23 15:31:08
Look at the code of this (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=31027&view=findpost&p=642895) config, you'll have to change a few variables to adapt it for foonight, but the principle should be clear.


thanx will fiddle around, your work is greatly appreciated!
Title: FooNight FooDay
Post by: CVM87 on 2009-06-23 21:00:03
thanks for the help regarding the album art earlier. ive decided to just transfer the files to the folder so that i can display artwork from albums which have characters that filenames wont support.

i have one more question. how would i go about changing the transparency of the ellipse on the album art?
Title: FooNight FooDay
Post by: qwertz on 2009-06-24 08:37:32
I'm not sure what you want to change, maybe post a screenshot?
Title: FooNight FooDay
Post by: katzy687 on 2009-06-24 14:48:42
a couple problems.

the navigation buttons at the bottom, and the ones near the quicksearch are there, cuz i can press them, but they are not visible?  Do I have to manually attach images?

there was some other stuff, but i cant remember right now.

Title: FooNight FooDay
Post by: CVM87 on 2009-06-25 14:18:19
I'm not sure what you want to change, maybe post a screenshot?


sorry, maybe ellipse isnt the right word
http://img170.imageshack.us/img170/7808/10798562.jpg (http://img170.imageshack.us/img170/7808/10798562.jpg)
Title: FooNight FooDay
Post by: katzy687 on 2009-06-25 22:15:33
@kelkor

You will have to install foo_covers. Set %path% as the cover path in PSS (%el_group_first_path% in ELP). Then search PSS for the $drawimage() lines, that include $get_ps_global(cover.path), replace

nokeepaspect
with
artreader_front nokeepaspect

IN ELP, search for the $imageabs() lines that include $get(e.cover), replace

nokeepaspect
with
artreader_front nokeepaspect

I assume i just misunderstood how to enter the script, it is not working for me.  My album art was embeded into the ID3 tags using itunes. default foobar art reader can read them.  anyways (i installed foo_covers .04)
My current script:
//------------Cover Art

$if(%ps_isplaying%
,
      $if($stricmp('FOO_LASTFM',$left(%path%,cover path)) (did i do this right? what exactly is the cover path?)
      ,
      $drawimage($get_ps_global(cover.left),$get_ps_global(cover.top),$get_ps_global(cover.size),$get_ps_global(cover.size),%path%,artreader,nokeepaspect,)
      $drawimage($get_ps_global(cover.left),$get_ps_global(cover.top),$get_ps_global(cover.size),$get_ps_global(cover.size),$get_ps_global(image.path)'\cover\case2.png',nokeepaspect,,)
      ,
      $drawimage($get_ps_global(cover.left),$get_ps_global(cover.top),$get_ps_global(cover.size),$get_ps_global(cover.size),$get_ps_global(image.path)'\cover\nocover.png',nokeepaspect,,)
      $drawimage($get_ps_global(cover.left),$get_ps_global(cover.top),$get_ps_global(cover.size),$get_ps_global(cover.size),$get_ps_global(cover.path),artreader_front nokeepaspect,,)
     
$drawimage($get_ps_global(cover.left),$get_ps_global(cover.top),$get_ps_global(cover.size),$get_ps_global(cover.size),$get_ps_global(image.path)'\cover\case2.png',nokeepaspect,,)
      )
,
$drawimage($get_ps_global(cover.left),$get_ps_global(cover.top),$get_ps_global(cover.size),$get_ps_global(cover.size),$get_ps_global(image.path)'\cover\nocover.png',nokeepaspect,,)
$drawimage($get_ps_global(cover.left),$get_ps_global(cover.top),$get_ps_global(cover.size),$get_ps_global(cover.size),$get_ps_global(image.path)'\cover\case2.png',nokeepaspect,,)
)


EL:
//------------ Cover Art + Background

$enabledraw(1)
$setworldtransform(2)
$puts(art.top,2)
$puts(art.left,%ART.MARGIN%)
$puts(e.cover,%__ART.COVER__%)

$drawrect(,$mul(%el_item_count%,%el_row_height%),,,$get(bg.color),$get(bg.color),)

$if($strcmp($left(%path%,7),'http://')
,
   $puts(e.cover,$get(image.path)'/cover/radio.png')
)
$if($findfile($get(e.cover)),
,
   $puts(e.cover,$get(image.path)'/cover/nocover.png')
)

//$puts(e.cover,$findfile($get(e.cover)))

$ifequal(%ON.ART.IN.LIST%,1
                ,
     $if($stricmp('FOO_LASTFM',$left(%el_group_first_path%,10)) (enter here?)
   ,
   $imageabs($get(art.left),$get(art.top),$get(art.size),$get(art.size),%path%,artreader,nokeepaspect,)
   $imageabs($get(art.left),$get(art.top),$get(art.size),$get(art.size),$get(image.path)'\cover\case2.png',nokeepaspect,)
                ,
                $imageabs($get(art.left),$get(art.top),$get(art.size),$get(art.size),$get(e.cover),artreader_front nokeepaspect,)
   $imageabs($get(art.left),$get(art.top),$get(art.size),$get(art.size),$get(image.path)'\cover\case2.png',nokeepaspect,)
   )

what did i do wrong?

additionally:
I cant solve the problem with the ratings script error.  I redownloaded the latest stable foobar, columns UI, and the foonight archive. the script error wont go away 

my ratings script:
//------------Rating

$if(%ps_isplaying%
,
$showpanel_c(Rating,1)
$movepanel_c(Rating,$div($sub($get_ps_global(l.panel.w),120),2),$add($get_ps_global(cover.size),$el_scale(30,$get_ps_global(cover.size)),14),120,24)
,
$showpanel_c(Rating,0)
$movepanel_c(Rating,0,0,0,0)
)

Finally:  I still cant see any of the playback buttons.  i am a lil frustrated, but this skin is such rape i wanna make it work.
Title: FooNight FooDay
Post by: nopants on 2009-06-26 02:09:14
sorry if this has been already asked, but can somebody explain the functions of the icon bar in the utilities panel? some functions didn't get mapped and I want to rectify that. Thanks!
Title: FooNight FooDay
Post by: qwertz on 2009-06-26 07:14:20
@raven3k
Replace case2.png in the images directory.

@katzy687
For Last.fm you don't have to change anything, for the rest see Post #113

@nopants
Those are custom scripts, for Masstagger, Converter, etc. The buttons are the usual CUI buttons, so they are easily customizable via Preferences -> Layout or Right Click -> Splitter Settings -> Name of the button bar
Title: FooNight FooDay
Post by: qwertz on 2009-06-26 08:42:30
Small (final) update:

- Fixed the issue with delayed cover display
- Since you should always use the latest components I removed them from the pack.

Needed components:
foo_exvar.dll link (http://www.skipyrich.com/wiki/Foobar2000:Extended_Variables)
foo_ui_columns.dll
foo_uie_biography.dll
foo_uie_elplaylist.dll
foo_uie_library_tree.dll
foo_uie_lyrics.dll
foo_uie_panel_splitter.dll
foo_uie_quicksearch.dll
foo_uie_textbox.dll link (http://blog.99ravens.net/index.php?e=270)
foo_uie_vis_channel_spectrum.dll
foo_uie_wsh_panel_mod.dll

A good list for components:
link (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9)
Title: FooNight FooDay
Post by: raven3k on 2009-06-26 13:12:13
@raven3k
Replace case2.png in the images directory.

@katzy687
For Last.fm you don't have to change anything, for the rest see Post #113

@nopants
Those are custom scripts, for Masstagger, Converter, etc. The buttons are the usual CUI buttons, so they are easily customizable via Preferences -> Layout or Right Click -> Splitter Settings -> Name of the button bar


I am bit lost? Still having no luck working this thing.
Title: FooNight FooDay
Post by: Egoist_Hedonist on 2009-06-26 15:32:43
Small (final) update:

- Fixed the issue with delayed cover display
- Since you should always use the latest components I removed them from the pack.

Needed components:
foo_exvar.dll link (http://www.skipyrich.com/wiki/Foobar2000:Extended_Variables)
foo_ui_columns.dll
foo_uie_biography.dll
foo_uie_elplaylist.dll
foo_uie_library_tree.dll
foo_uie_lyrics.dll
foo_uie_panel_splitter.dll
foo_uie_quicksearch.dll
foo_uie_textbox.dll link (http://blog.99ravens.net/index.php?e=270)
foo_uie_vis_channel_spectrum.dll
foo_uie_wsh_panel_mod.dll

A good list for components:
link (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9)


And where can I find this update?
Title: FooNight FooDay
Post by: CVM87 on 2009-06-26 15:48:36
I noticed in the readme it says:
Quote
Included in the pack is foorun_nightday.xml, DO NOT IMPORT IT INTO FOOBAR, it will overwrite your settings. Instead open it with notepad and import the settings manually.

where do i go to import the settings manually?
Title: FooNight FooDay
Post by: Cablespider on 2009-06-26 18:38:35
Small (final) update:

- Fixed the issue with delayed cover display
- Since you should always use the latest components I removed them from the pack.

Needed components:
foo_exvar.dll link (http://www.skipyrich.com/wiki/Foobar2000:Extended_Variables)
foo_ui_columns.dll
foo_uie_biography.dll
foo_uie_elplaylist.dll
foo_uie_library_tree.dll
foo_uie_lyrics.dll
foo_uie_panel_splitter.dll
foo_uie_quicksearch.dll
foo_uie_textbox.dll link (http://blog.99ravens.net/index.php?e=270)
foo_uie_vis_channel_spectrum.dll
foo_uie_wsh_panel_mod.dll

A good list for components:
link (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9)


And where can I find this update?



DA..... http://qwasio.deviantart.com/art/FooNight-v1-1c-121835729 (http://qwasio.deviantart.com/art/FooNight-v1-1c-121835729)

1.1c
Title: FooNight FooDay
Post by: Gås on 2009-06-29 13:10:33
I am kind of new to Foobar2000, and especially skinning it, so I find the settings menu very confusing, so many options. I have this little problem that I always have to right-click somewhere in the view, go Sort > preset default, or it won't sort the tracks in the right order - the track numbers get mixed. I don't know how to make it use this "preset default" sort setting by default.

Very grateful for any help - thanks in advance!
Title: FooNight FooDay
Post by: Hmd on 2009-06-29 14:23:39
Thanks and great work!!!
Title: FooNight FooDay
Post by: glib on 2009-07-01 16:22:47
First off, thanks very much for this awesome setup! This finally got me to change from older, buggier ones using panels ui and specific versions of old foobar/components. Its nice to be up to date!

Next, I've got the same issue as Gås: every time music is displayed, files are all over the place. I constantly need to right click and sort by default preset. I've poked around in the settings for ELPLaylist, but as far as I can tell it SHOULD be doing this be default? Have I missed a setting?

Here's a pic of what's going on:
(not inlined due to hugeness)
http://imgur.com/Yt8SR.jpg (http://imgur.com/Yt8SR.jpg)

Title: FooNight FooDay
Post by: Gås on 2009-07-01 19:35:44
First off, thanks very much for this awesome setup! This finally got me to change from older, buggier ones using panels ui and specific versions of old foobar/components. Its nice to be up to date!

Next, I've got the same issue as Gås: every time music is displayed, files are all over the place. I constantly need to right click and sort by default preset. I've poked around in the settings for ELPLaylist, but as far as I can tell it SHOULD be doing this be default? Have I missed a setting?

Here's a pic of what's going on:
(not inlined due to hugeness)
http://imgur.com/Yt8SR.jpg (http://imgur.com/Yt8SR.jpg)


I solved half the problem; going Ctrl+P > General > Sort Incoming Files By

and changing it from %path_sort% to %ALBUM ARTIST% - %DATE% - %ALBUM% - %DISCNUMBER% - %TRACKNUMBER% - %TITLE%

at least when you sort the files under the "Al" button they will show up properly. They will still be weird under the "Fil" category though.
Title: FooNight FooDay
Post by: qwertz on 2009-07-01 20:44:05
Filter and Library Tree have the same options.
Title: FooNight FooDay
Post by: glib on 2009-07-01 20:48:30
First off, thanks very much for this awesome setup! This finally got me to change from older, buggier ones using panels ui and specific versions of old foobar/components. Its nice to be up to date!

Next, I've got the same issue as Gås: every time music is displayed, files are all over the place. I constantly need to right click and sort by default preset. I've poked around in the settings for ELPLaylist, but as far as I can tell it SHOULD be doing this be default? Have I missed a setting?

Here's a pic of what's going on:
(not inlined due to hugeness)
http://imgur.com/Yt8SR.jpg (http://imgur.com/Yt8SR.jpg)


I solved half the problem; going Ctrl+P > General > Sort Incoming Files By

and changing it from %path_sort% to %ALBUM ARTIST% - %DATE% - %ALBUM% - %DISCNUMBER% - %TRACKNUMBER% - %TITLE%

at least when you sort the files under the "Al" button they will show up properly. They will still be weird under the "Fil" category though.

Didn't solve the songs under 'Al' for me. That input seems to be just the sorting for newly added files to the library, not adding files from the library to the playlist? I could be wrong though.

I can't figure out where ELPlaylist picks up its default sort values from. The tracks that are out of order seem to be in no particular order at all (ie. everything is right in a certain album 1..2..3...4..5.., but track 4 appears at the top of it all, or just track 2 or something). The tags, file locations etc are all right, I've checked and rechecked.

Confused.
Title: FooNight FooDay
Post by: glib on 2009-07-01 20:52:00
Filter and Library Tree have the same options.

Ahhhhh...

Now I get it.

In the library view ('Al'), right click on the headers (ie. 'Artist' or 'Album') and paste the same string that ELPlaylist uses as a default sort into the 'Sort format when sending the selected tracks to the target playlist' field:
%album artist% - $if($not(%album%),,%date%) - %album% - %discnumber% - %tracknumber% - %title%

Solved it for me!
Title: FooNight FooDay
Post by: Gås on 2009-07-02 04:39:01
Filter and Library Tree have the same options.

Ahhhhh...

Now I get it.

In the library view ('Al'), right click on the headers (ie. 'Artist' or 'Album') and paste the same string that ELPlaylist uses as a default sort into the 'Sort format when sending the selected tracks to the target playlist' field:
%album artist% - $if($not(%album%),,%date%) - %album% - %discnumber% - %tracknumber% - %title%

Solved it for me!


Even after pasting that string under [Right click on Artist group under 'Al'] > Edit View > Sort Format, it won't sort if correctly under 'Fil'...
Title: FooNight FooDay
Post by: FouduFoo on 2009-07-07 23:20:19
Hi qwertz,

First of all, apologies for my english just in case there is some misunderstanding next! I discovered Foobar a few months ago and was totally pleased with your theme that satisfies both aesthetics and useful information (brilliant the folder structure search, lyrics and artist information ... just brilliant, love it! 

I decided to remove toolbars as the skin looks a lot better without to my opinion. However, it makes access to Preferences a bit harder. So far I have to right click on the Lyrics window to access it through "Settings". May I ask you what I need to do to add a "Preferences" access button on your skin?

Thanks a lot in advance and again congrats for your nice work.
Take care and hope to hear from you soon.

Ron in Martinik
Title: FooNight FooDay
Post by: Gås on 2009-07-08 00:46:31
Hi qwertz,

First of all, apologies for my english just in case there is some misunderstanding next! I discovered Foobar a few months ago and was totally pleased with your theme that satisfies both aesthetics and useful information (brilliant the folder structure search, lyrics and artist information ... just brilliant, love it! 

I decided to remove toolbars as the skin looks a lot better without to my opinion. However, it makes access to Preferences a bit harder. So far I have to right click on the Lyrics window to access it through "Settings". May I ask you what I need to do to add a "Preferences" access button on your skin?

Thanks a lot in advance and again congrats for your nice work.
Take care and hope to hear from you soon.

Ron in Martinik


You can access Preferences through pressing Ctrl+P on the keyboard.
Title: FooNight FooDay
Post by: FouduFoo on 2009-07-08 13:09:42
Thanks a lot Gâs, that will do the job without the button!


Quote
You can access Preferences through pressing Ctrl+P on the keyboard.

Title: FooNight FooDay
Post by: Whinette on 2009-07-08 20:07:23
I registered only to answer that thread. I like your UI as much.
It's almost perfect, it only miss a button (or whatever) to switch playing order (aka random/shuffle by artist/album/etc), or maybe I didn't see it (the icon with only 3 choice isn't enough! At least for me :/).

Thanks for your job.
Title: FooNight FooDay
Post by: el_jakob on 2009-07-08 20:37:34
hi

thank you for that great config

i have two questions
1.) can i make the Album arts in the ELPlaylist  bigger?
2.) i cant see the icons under Utils/links what can i do?

thank you for your help
Title: FooNight FooDay
Post by: qwertz on 2009-07-10 07:43:30
1) Right click on the Playlist -> Settings -> Field Definition and change the values for:
__ART.SIZE__
__ART.SIZE.HEADER__
2) See Post #75
Title: FooNight FooDay
Post by: el_jakob on 2009-07-10 14:46:35
thank you for your help second isn't working for me. The Icons didn't appear and when i click them nothing happen..
Title: FooNight FooDay
Post by: Reith on 2009-07-11 01:49:56
Great config, I just have one question... is there any way I can make the buttons for Al, Fil, Lyr, etc. a little bit bigger to fit more text in them? I'd like to change them for my own purposes, if possible.
Title: FooNight FooDay
Post by: FouduFoo on 2009-07-11 04:54:26
Hey everyone, I' ve got a little question for you : has somebody had the same problem than  me which is not being able to add columns to the Playlist view???
When I go to preferences --> Display --> columns UI -- > Playlist View , I tick the box where it's written "Show Column" in Rating. But nothing happens. I tried to change width size, position... nothing makes it appear.
Through different scripts, I saw that the Rating column is present but it just does not appear the player?
Do I have to proceed to another manipulation first ? For information the rating system works I mean I can give stars to my favourite songs...

Thanks a lot in advance
See you all
Title: FooNight FooDay
Post by: lowca_bazantow on 2009-07-11 11:59:55
Hi,
First of all, Fantastic config!

Questions:
1. Same as FouduFoo, How to add another column in playlist view? for example file path (and then some horizontal scrool bar, which can be enabled/disbled with the button at the same time as the vertical one, would be useful)
2. Genre doesn't fit. How to fix this?


(http://i27.tinypic.com/14taw0.jpg)
Title: FooNight FooDay
Post by: Big Olmec Head on 2009-07-11 18:02:46
For the scroolbar just click on the icon besides the musicnote icon. The other one NpI (ni p... idea)
Title: FooNight FooDay
Post by: lowca_bazantow on 2009-07-11 19:39:38
For the scroolbar just click on the icon besides the musicnote icon. The other one NpI (ni p... idea)


Yeah I know that, I want the horizontal scroolbar, after i add a filepath column. But i don't know how to add this column so... ;D
Title: FooNight FooDay
Post by: el_jakob on 2009-07-12 11:01:01
For the Genre check the Properties of the Album
Title: FooNight FooDay
Post by: qwertz on 2009-07-12 19:47:41
@Reith Right click on the toolbar -> Script and search for
$puts(l.panel.button.x,34)
$puts(l.panel.button.y,19)
and change these values.

@FouduFoo these are options for NG Playlist, foonight uses ELPlaylist, make sure that the images folder is in the foobar2000 directory and that foo_exvar is installed.

@lowca_bazantow: ELPlaylist doesn't have a horizontal scrollbar
Title: FooNight FooDay
Post by: FouduFoo on 2009-07-12 21:51:23
Perfect Monsieur!! Thanks a lot, the problem was linked to the Foo_exvar.dll missing... PL column appeared perfectly after installed.
Nice job
Cheers!

@FouduFoo these are options for NG Playlist, foonight uses ELPlaylist, make sure that the images folder is in the foobar2000 directory and that foo_exvar is installed.

Title: FooNight FooDay
Post by: _m²_ on 2009-07-13 12:05:07
Easier to change the foonight colors.

Could you please make a newbie friendly guide?
I'd like a lot to get fooday.
Title: FooNight FooDay
Post by: Renalan on 2009-07-13 21:09:29
Okay, I'm at a complete loss.  I've been spending hours trying to change the album art in the left panel to read cover.jpg instead of folder.  I've looked everywhere in the script and cannot find where to change the global cover.path.
Title: FooNight FooDay
Post by: Big Olmec Head on 2009-07-17 01:01:02
@ lowca_bazantow
I just want to ask ¿why do you need to see the path of the file?, If you want to look for it you can right click a song and see its properties. The other option is to modify in File/Preferences/Display columns UI/Main/main window... and add %path% to the script. This will show the path of the playing track at the top of the window.
Title: FooNight FooDay
Post by: CraXyOW3 on 2009-07-17 07:59:15
I have some questions about you most excellent layout!
Anyway, to the point.
On the "Utils" tab where the tagging buttons are, what "plugins/setups" is used ?
I know what "Disc" "MassT" and "MusicB" is, also "Prop" (quite self explanatory)

But what is "Fin" "1 Art" and "Var"


Again, thanks for an awesome setup !!!
Title: FooNight FooDay
Post by: herc05 on 2009-07-26 07:00:01
hi,

first of all, thank you very much for the foobar-theme!
I love the theme!
but...

I'm still a noob with foobarstyling... sorry for my dumb questions...

I installed all the needed dll's (components folder) and extracted the files in the foobar folder...
imported the FooNight v1.1c.fcl in foobar... and my foobar looks like:

I don't know what's wrong? maybe the wrong (to old) .dll's?
maybe a problem 'cause my foobar path is not program files/foobar - it's programme/foobar... ?

please help me...
I would love to use the theme!

I really appreciate your work and help qwertz and to anybody here in the forum!

greets
chris

p.s.: sorry for my poor english - I'm from germany
Title: FooNight FooDay
Post by: antropoid on 2009-07-26 15:42:20
Hi there
First be sure of this:
a) that columns Ui and libpng and zlib libraries are properly installed. The  foo_ui_columns.dll should be in the components folder of you foobar installation. The libpng and zlib files must be in the folder of your foobar install. (if you do not have them you can get them at http://yuo.be/columns.php) (http://yuo.be/columns.php))
b) You already have the zip file, unzipit to a specific location, in a folder on your desktop, for instance.
c) Locate the folder called Images and copy the entire folder the folder where you foobar install is living.
d) copy the fcl somewhere in your foobar install (I like to store them in the themes folder)
e) open foobar, go to display/columns UI/main and import the fcl

That should do the trick

Saludos  from sunny Mexico
Title: FooNight FooDay
Post by: herc05 on 2009-07-26 19:47:44
Hi there
First be sure of this:
a) that columns Ui and libpng and zlib libraries are properly installed. The  foo_ui_columns.dll should be in the components folder of you foobar installation. The libpng and zlib files must be in the folder of your foobar install. (if you do not have them you can get them at http://yuo.be/columns.php) (http://yuo.be/columns.php))
b) You already have the zip file, unzipit to a specific location, in a folder on your desktop, for instance.
c) Locate the folder called Images and copy the entire folder the folder where you foobar install is living.
d) copy the fcl somewhere in your foobar install (I like to store them in the themes folder)
e) open foobar, go to display/columns UI/main and import the fcl

That should do the trick

Saludos  from sunny Mexico


thanks for your answer antropoid,

I've done the procedure exactky as you described it!
but it's not working!
I've downloaded also the new foo_ui_columns.dll and the two other files and copied like you said!
the foobar window looks like: (I also post some screenshots from my foobar folder!)
(http://img194.imageshack.us/img194/8343/screen1puf.jpg)
(http://img198.imageshack.us/img198/8439/screen2opo.jpg)
(http://img136.imageshack.us/img136/919/screen3e.jpg)
(http://img41.imageshack.us/img41/5986/screen4g.jpg)
(http://img197.imageshack.us/img197/7341/screen5b.jpg)

maybe the problem exist in fact by the many dll's in my component folder? some file to old? but I've downloaded all versions yesterday... some from an strange japan site, but I hope the correct ones!?!
maybe someone could send me the correct needed dll's in a .rar or .zip package to ()!
I would very appreciate that!

thanks for your help...
I hope I can use this skin anyhow.

greets
herc05
Title: FooNight FooDay
Post by: antropoid on 2009-07-27 03:31:01
They are on their way, by the way I think you must you delete the xml file on the themes folder

Hasta la vista
Title: FooNight FooDay
Post by: herc05 on 2009-07-27 16:38:57
antropoid thanks for your help!!!
I really appreciate it!!!

but I've got some little probs...

why is the foobar regular bar still visible? On the top and the bottom of foobar!
please take a look:
(http://img39.imageshack.us/img39/7623/screeni.jpg)

how can I fix this?
anyone a idea?

some other problem:
is it normal if I choose a song the song plays with the bar that grows with the playtime and the playsign is on the beginning of the songs name.
but if I change a window, for example bio or some other window and click back to the playlist right from the quick search panel the growing bar and the playsign is disappeared!
edit: the problem only exist if I go in the fully playlist (FIL) click on some other artist and click than back to the playing playlist!
Is it normal?

thanks...
herc

edit2:
how can I edit the link-functions? The only one which works is the google-search function!
what I have to do for the other buttons?
(http://a.imagehost.org/0973/screen1.jpg)
I hope someone could help me with that little problem, too!?!
Title: FooNight FooDay
Post by: antropoid on 2009-07-27 17:44:29
Ok
Easy things first: You can get rid off the tool bar as follows: Go to File /Preferences/Display/Columns UI/Main/Miscellaneous and unselect show toolbar.

Second it is normal that if you are looking at your entire library via the filter that the progress bar does not show up. Nevertheless if you go to the Al button/Playlist/Filter result (playback) you will see the album that you selected in the filter  and the song that is being played.

For the buttons I think qwertz made available a file called links.fcl. I remember is somewhere in this forum (I mean I do not exactly now the answer for this specific question)

Hope it helps

Saludos from sunny Mexico

Antropoid
Title: FooNight FooDay
Post by: antropoid on 2009-07-27 18:48:02
For the buttons check post 73, 74 and 75 in this thread
Title: FooNight FooDay
Post by: herc05 on 2009-07-27 20:15:10
For the buttons check post 73, 74 and 75 in this thread


thank you so much for your helping hand!!!
ok, the toolbar is gone

yes, I saw the post 73,74,75...
but the problem is, that the download-link that qwertz posted is dead

I would love to use the links! the images are visible, but no action is on the buttons! only on the google-button!

I don't know with which command line I should provide the buttons!?!
maybe you can look at your skin? Or is it also empty by your skin?

all the best
herc
Title: FooNight FooDay
Post by: antropoid on 2009-07-28 01:49:49
Sorry man, but I hit a dead end, I did notice that I have those buttons but I have the same problem as you, first I could not se the, I loaded the fcb file, I see the buttons, but the only one that does something is the google one, reloading the fcb, does not help, I am not a coding illuminati so sorry

Saludos
Title: FooNight FooDay
Post by: herc05 on 2009-07-28 02:16:03
Sorry man, but I hit a dead end, I did notice that I have those buttons but I have the same problem as you, first I could not se the, I loaded the fcb file, I see the buttons, but the only one that does something is the google one, reloading the fcb, does not help, I am not a coding illuminati so sorry

Saludos

No problem antropoid!
You helped me a lot!
Thanks so much for your help!!!
I really appreciate it!


maybe someone else can fix my problem?

I hope so

greets
herc
Title: FooNight FooDay
Post by: 2E7AH on 2009-07-28 04:20:27
It guess that buttons runs foo_run command, so you can right click on button, choose options and see which "run service" it is supposed to run. Then go to "preferences > tools > run services" and add those services with names assigned as the buttons are reffering and appropriate command.
You probably would not know at first try how to enter commands for run services, but you can search this thread (http://www.hydrogenaudio.org/forums/index.php?showtopic=45223), and than make yours or even find them there
BTW command for AMG should work as it comes with foo_run component
Title: FooNight FooDay
Post by: _phantom on 2009-07-28 12:41:45
Looks like the problem I'm facing is rather uncommon as I couldn't find the solution in the whole thread. I've put all the essential plug-ins into the 'components' folder and then installed other files correctly, but foobar just crashes right after I try to import the .fcl file without displaying any message at all. I'm not up to date with every current updates, so please let me know if this config is compatible with ver. 0.9.5.2.?
Title: FooNight FooDay
Post by: herc05 on 2009-07-28 16:18:50
Looks like the problem I'm facing is rather uncommon as I couldn't find the solution in the whole thread. I've put all the essential plug-ins into the 'components' folder and then installed other files correctly, but foobar just crashes right after I try to import the .fcl file without displaying any message at all. I'm not up to date with every current updates, so please let me know if this config is compatible with ver. 0.9.5.2.?


sorry, but I don't know if it's compatible with the 0.9.5.2 version, but upgrade to the newest foobar and you'll have no problem anymore! With the newest foobar now it works perfectly for me!!! if you have the right and newest dll's for the component folder of course. That was my problem... No it works fine!

ok, maybe you cannot use some old dll's anymore with the new version, but you have to die one death 

if you need something... some dll's or whatever... just pm me...

greets herc

Quote
'_2E7AH'
It guess that buttons runs foo_run command, so you can right click on button, choose options and see which "run service" it is supposed to run. Then go to "preferences > tools > run services" and add those services with names assigned as the buttons are reffering and appropriate command.
You probably would not know at first try how to enter commands for run services, but you can search this thread, and than make yours or even find them there
BTW command for AMG should work as it comes with foo_run component


thanks a lot... you helped me out! now I've upgraded the buttons! I've figured out how the commandlines should be!
again thanks!!!

great forum! and great user 
thank's for everything!!!
Title: FooNight FooDay
Post by: shiphtfour on 2009-08-03 00:50:21
Not sure if qwertz still checks this thread, but maybe somebody else can help me. I couldn't get the code (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=70363&view=findpost&p=631210) for WSH Panel Mod that stores rating in the tags to work, which qwertz linked to in post 57. Any ideas why it might not be working? Only thing I came up with was changing "images\\" to "images\foonightday\rating\\", but that didn't help.
Title: FooNight FooDay
Post by: Zonekiller on 2009-08-09 14:41:29
I really like this config so I decided to upgrade to 0.9.6.8. I have all the latest components and libraries but when I load the config file it simply doesn't work. Buttons and covers are missing (like herc05 screenshot).

No XML file in theme/skin folder. This is my first attempt (I've always used Panels Ui).

Please help me
Title: FooNight FooDay
Post by: Big Olmec Head on 2009-08-09 16:16:37
If you look at the uncompresed zip file it has 3 folders and a few files. you can copy THE CONTENTS of the components folder to components folder of your foobar installation.  The Image folder must reside in the folder  foobar installation. The fcl can go wherever you want. Also try downloading foonight ver 1 at http://qwasio.deviantart.com/art/FooNight-FooDay-121164027 (http://qwasio.deviantart.com/art/FooNight-FooDay-121164027) . It has all the files and looks you need

Hope it helps



Title: FooNight FooDay
Post by: Zonekiller on 2009-08-09 20:16:40

Nothing to do. Qwasio says: "removed components from the pack". I found the latest version of all the needed components somewhere else (official component's pages, forums etc) and yes, I've put them in components folder. When I remove the toolbar I can see buttons (lyrics etc) just for a second, then they seems to disappear under the search toolbar.

Uninstall/install doesn't work. Same problems with different config.
Title: FooNight FooDay
Post by: Zonekiller on 2009-08-09 21:31:42
Ok I fix the problem... ehm... uhm... two components were outdated.  Sorry guys! Thanks to Big Olmec Head for support!
Title: FooNight FooDay
Post by: Zonekiller on 2009-08-10 00:22:34
Okay, I'm at a complete loss.  I've been spending hours trying to change the album art in the left panel to read cover.jpg instead of folder.  I've looked everywhere in the script and cannot find where to change the global cover.path.


Same here! Any suggestions? ELP settings are ok but someone said we should edit "per track" tab too. Sorry for double posting but I can't edit my last posts.
Title: FooNight FooDay
Post by: fusen on 2009-08-10 03:17:11
Ok I fix the problem... ehm... uhm... two components were outdated.  Sorry guys! Thanks to Big Olmec Head for support!


can you tell me which components were outdated as I'm having the same problem you were having?

edit;

nevermind I updated columns UI and foo_uie_panel_splitter.dll

this fixed it.

If foobar didn't have the ridiculous thing where you could just supply components with the theme itself then people wouldn't have so many issues ¬.¬
Title: FooNight FooDay
Post by: Zonekiller on 2009-08-10 17:04:04
YES! YES! YES!

To change "folder.jpg" to "cover.jpg" just right click somewhere on the bottom bar (i.e. near play button), then select splitter settings->covers. Now all we have to do is to replace "folder" with "cover" in the image path and click apply.
Title: FooNight FooDay
Post by: MordredKLB on 2009-08-19 22:55:40
I've hacked this theme pretty well now, and somehow in the process I've got it where it always repeats the current playlist. Any idea how I might have caused this and how I can make it stop?

EDIT: Nevermind, I found it under the playback menu under Utils.
Title: FooNight FooDay
Post by: Reith on 2009-08-28 04:11:14
I tried the solution posted earlier in this thread to get the icons for the Links section of the Utils tab to show up, but they still don't.  I looked at the config window again, and it has the correct paths to the images, but they're not showing up.  Any ideas?
Title: FooNight FooDay
Post by: StrangeProgram on 2009-08-28 08:48:39
hey i read the installation file on the needed components,where do i get those? I googled them and got nothing much =/
foo_exvar.dll
foo_ui_columns.dll
foo_uie_biography.dll
foo_uie_elplaylist.dll
foo_uie_library_tree.dll
foo_uie_lyrics.dll
foo_uie_panel_splitter.dll
foo_uie_quicksearch.dll
foo_uie_textbox.dll
foo_uie_vis_channel_spectrum.dll
foo_uie_wsh_panel_mod.dll
foo_vis_shpeck.dll
Title: FooNight FooDay
Post by: Reith on 2009-08-28 09:00:07
hey i read the installation file on the needed components,where do i get those? I googled them and got nothing much =/
foo_exvar.dll
foo_ui_columns.dll
foo_uie_biography.dll
foo_uie_elplaylist.dll
foo_uie_library_tree.dll
foo_uie_lyrics.dll
foo_uie_panel_splitter.dll
foo_uie_quicksearch.dll
foo_uie_textbox.dll
foo_uie_vis_channel_spectrum.dll
foo_uie_wsh_panel_mod.dll
foo_vis_shpeck.dll


http://foo2k.chottu.net/ (http://foo2k.chottu.net/)
http://yuo.be/columns.php (http://yuo.be/columns.php)
http://wiki.hydrogenaudio.org/index.php?ti...:Components_0.9 (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9)

You should be able to find what you need with these sites.
Title: FooNight FooDay
Post by: StrangeProgram on 2009-08-28 10:15:43
Hey,thanks but after i downloaded all of them and try importing the theme,it says that the layout import was aborted because the following required panels are not installed.
Lyrics Show
WSH panel mod

But i installed them already but maybe mine was a different one?
Mine was
foo_uie_lyrics_panel.dll
foo_uie_wsh_panel.dll
Title: FooNight FooDay
Post by: dreadroach on 2009-08-28 12:00:20
You need this two components:

http://foo-wsh-panel-mod.googlecode.com/fi...el_mod-1.1.9.7z (http://foo-wsh-panel-mod.googlecode.com/files/foo_uie_wsh_panel_mod-1.1.9.7z) (wsh panel mod)
http://www.hydrogenaudio.org/forums/index....ost&id=4810 (http://www.hydrogenaudio.org/forums/index.php?act=attach&type=post&id=4810) (lyrics show)
Title: FooNight FooDay
Post by: qwertz on 2009-08-28 17:23:08
I tried the solution posted earlier in this thread to get the icons for the Links section of the Utils tab to show up, but they still don't.  I looked at the config window again, and it has the correct paths to the images, but they're not showing up.  Any ideas?


libgpng and zlib libraries (http://yuo.be/columns.php) libraries are installed?
Title: FooNight FooDay
Post by: StrangeProgram on 2009-08-28 18:39:28
You need this two components:

http://foo-wsh-panel-mod.googlecode.com/fi...el_mod-1.1.9.7z (http://foo-wsh-panel-mod.googlecode.com/files/foo_uie_wsh_panel_mod-1.1.9.7z) (wsh panel mod)
http://www.hydrogenaudio.org/forums/index....ost&id=4810 (http://www.hydrogenaudio.org/forums/index.php?act=attach&type=post&id=4810) (lyrics show)


Thanks for the help man  I got one more question,in the read me,it says The following variables can be set in foo exvar (optional): i can't find this foo exvar thing on the preference tab where do i find it?
Title: FooNight FooDay
Post by: Reith on 2009-08-28 19:45:06
I tried the solution posted earlier in this thread to get the icons for the Links section of the Utils tab to show up, but they still don't.  I looked at the config window again, and it has the correct paths to the images, but they're not showing up.  Any ideas?


libgpng and zlib libraries (http://yuo.be/columns.php) libraries are installed?

Nope, they weren't, that fixed it.  Now it seems that only the Google button works, though.  Is there something else I have to change?
Title: FooNight FooDay
Post by: MordredKLB on 2009-08-29 00:02:45
I got a little tired of not having icons for the utils, and since qwertz's link was dead, I've created icons for the run services he has in his links section.

You can get it here (http://www.culturecartel.com/baseball/images/icons.zip).

There's an .fcb which you can import or you can just use load the icons individually. I have two versions of allmusic's, the one they use, and one where I added a border that I think looks slightly better. Yes, I am that anal
Title: FooNight FooDay
Post by: StrangeProgram on 2009-08-29 10:06:49
In the read me,it says The following variables can be set in foo exvar (optional): i can't find this foo exvar thing on the preference tab where do i find it?
(http://i29.tinypic.com/30c9dhu.jpg)

Why does mine look different compared to yours,and why are the album covers for all the artists the same?

Title: FooNight FooDay
Post by: MioTheGreat on 2009-08-29 16:12:04
Anyone have a good alternative to the playlist switcher tabs, or know how to skin them so that they fit in with foonight? As they are, they stick out and look kind of ugly when you turn them on.
Title: FooNight FooDay
Post by: qwertz on 2009-09-01 08:40:21
@StrangeProgram

Do you have foo_exvar.dll installed? If so, look closer. Nobody is going to help you, if you don't provide further information.

@MioTheGreat

Preferences -> Playlist Switcher -> uncheck Multiline Tabs
The tabs are optional anyway, there is a "normal" playlist switcher plus Library Tree in foonight, check the readme.
Title: FooNight FooDay
Post by: StrangeProgram on 2009-09-01 09:20:47
(http://i29.tinypic.com/2d7zc4z.jpg)
(http://i28.tinypic.com/33ndjyp.jpg)

Yeah i have installed the theme already and under preference i can't find it,sorry for sounding noobish.
Title: FooNight FooDay
Post by: Cablespider on 2009-09-01 10:15:33
exvar = Extended Variables
Title: FooNight FooDay
Post by: FouduFoo on 2009-09-03 02:55:24
Yeah i have installed the theme already and under preference i can't find it,sorry for sounding noobish.


Exvar stands for "Extended Variables" that you can find in the Preferences menu that you indicate, under "Tools"

You've got everything you need mate!
Title: FooNight FooDay
Post by: nitez on 2009-09-08 17:32:11
hello all.. im new in here..

i just want to ask what the function PL button that in the bottom left.. is that playlist ??
Title: FooNight FooDay
Post by: FouduFoo on 2009-09-08 22:45:09
hello all.. im new in here..

i just want to ask what the function PL button that in the bottom left.. is that playlist ??


Hello Nitez,

indeed PL stands for Playlist, it enables you to manage your playlists thanks to this menu with the usual right and lef clicks. Do you have the grey PLtask bar that appears (with Default and Libray view) when you click on this PL button? Otherwise check all your components are updated and well installed.

See you
Title: FooNight FooDay
Post by: nitez on 2009-09-09 09:13:57
Hello Nitez,

indeed PL stands for Playlist, it enables you to manage your playlists thanks to this menu with the usual right and lef clicks. Do you have the grey PLtask bar that appears (with Default and Libray view) when you click on this PL button? Otherwise check all your components are updated and well installed.

See you


yes in the PL task that appears default but no library view.....
so if i want when click that PL task all my song list are appears what i have to do ??
Title: FooNight FooDay
Post by: FouduFoo on 2009-09-10 01:39:43
Hello Nitez,

indeed PL stands for Playlist, it enables you to manage your playlists thanks to this menu with the usual right and lef clicks. Do you have the grey PLtask bar that appears (with Default and Libray view) when you click on this PL button? Otherwise check all your components are updated and well installed.

See you


yes in the PL task that appears default but no library view.....
so if i want when click that PL task all my song list are appears what i have to do ??


Hey!

Not sure I understand all you meant to say but it seems that you're looking for the link to have all your music to appear and that will be the "Al" buttom at the top left that will do it. The PL button enables you to create your own playlists from the albums you have and switch between them during music playing..

Hope that it answers your question, otherwise maybe try to reformulate your question!!! )
Cheerio

Title: FooNight FooDay
Post by: StrangeProgram on 2009-09-11 13:01:53
Hey,thanks for the help all  but if u look at the screenshot i posted above,i'm still wondering why all my album art looks the same.
Title: FooNight FooDay
Post by: nitez on 2009-09-15 10:49:35
Hey!

Not sure I understand all you meant to say but it seems that you're looking for the link to have all your music to appear and that will be the "Al" buttom at the top left that will do it. The PL button enables you to create your own playlists from the albums you have and switch between them during music playing..

Hope that it answers your question, otherwise maybe try to reformulate your question!!! )
Cheerio


i mean if i drag all my music then right click then enqueque in foobar2000 then all my music are listed in PL button ..
btw how to creat my own playlist ??
Title: FooNight FooDay
Post by: FouduFoo on 2009-09-15 22:38:04
Hey!

Not sure I understand all you meant to say but it seems that you're looking for the link to have all your music to appear and that will be the "Al" buttom at the top left that will do it. The PL button enables you to create your own playlists from the albums you have and switch between them during music playing..

Hope that it answers your question, otherwise maybe try to reformulate your question!!! )
Cheerio


i mean if i drag all my music then right click then enqueque in foobar2000 then all my music are listed in PL button ..
btw how to creat my own playlist ??


Hi,

- First click on Al button so that you have your Library in the left window of Foobar
- Then Left click on PL button to have the Playlist menu
- Right click on the grey bar
- Left Click on "New" and name it as you want
- Then go in your library, find the song you want to add to your PL and simply drag it on your new PL tab!

And that's it, repeat the operation for all the songs you want to add to the PL!!

Not a tough job really!!
Title: FooNight FooDay
Post by: Yoshimy on 2009-09-27 20:25:33
Hello!

I instaled the 'skin' and now my album list got all messy.

On the Fil tab songs from one album are all together, but on the Al tab, some the albums got separated, it looks like there is a different album for every ( or every few songs), but the album name is the same.
And the tags are all right.



------------- Toll 1999 Aenima------------
Track 1
Track 2
Track 3


--------------Tool 1999 Aenima
Track 4
Track 5....

Does anyone know why?? How to fix it? Tried reinstaling, didnt work.
Title: FooNight FooDay
Post by: Yoshimy on 2009-09-27 21:41:56
Hello!

I instaled the 'skin' and now my album list got all messy.

On the Fil tab songs from one album are all together, but on the Al tab, some the albums got separated, it looks like there is a different album for every ( or every few songs), but the album name is the same.
And the tags are all right.



------------- Toll 1999 Aenima------------
Track 1
Track 2
Track 3


--------------Tool 1999 Aenima
Track 4
Track 5....

Does anyone know why?? How to fix it? Tried reinstaling, didnt work.


Fixed it by clicking sort by date command, but i need to do it specially for each artist, is there any way to click sort by date desc for all playlists???

I figured out media library scaner wont add some of the files(albums), he just keeps ignoring them like the albums arent in the folder... weird ...and annoying. Anyone had this problem??

Is there any way to turn off the right left scroll bar on the album list tab??
Title: FooNight FooDay
Post by: qwertz on 2009-09-28 20:08:39
Where do they get separated? The playlist or the Library Tree?
Title: FooNight FooDay
Post by: Yoshimy on 2009-09-28 23:01:48
Where do they get separated? The playlist or the Library Tree?


Only in library tree, (The AL Tab in the upper left corner)  and only in artist browser...., in the album browser its good.

You can click sort by default or sort by date in the left click menu and then they sort fine, but wen you click on another artist the get seperated again...
When i send artist to playlist they are also seperated.

It seems that the problem is in either group format or sort format in the grouping tab of EL playlist settings?? (Set to default)
and/or that program wont remember the  sort by date or default setting from the left click menu.

Nice skin btw.
Foobar runs little slower but it looks too good.
Title: FooNight FooDay
Post by: Yoshimy on 2009-09-28 23:16:27
@tgpo

Yes, no problem, maybe I'll also add a small playlist


Something like this?

(http://tgpo.org/images/foobar2.jpg)


How did you do that??
Title: FooNight FooDay
Post by: sactyr on 2009-10-03 19:15:39
Hello guys,

I have been trying to tweak this skin for past couple of days and I have managed to do some minor changes with the help of some posts in this thread.

This is how mine looks now: (http://farm4.static.flickr.com/3531/3977020297_9534f827e9_b.jpg)

Now what I want to do is to move my filters (and then the Channel Spectrum Panel) to the space in between Quick Search Toolbar and the Playlist.

My problem is that although I managed to create that space below the Search Toolbar (by changing $puts(toolbar.h,40) under //-----Toolbar), I can't seem to insert the filters or the channel spectrum panel.

My reason to do move the filters and the spectrum there -> I want to keep my Now Playing info and cover turned on all the time, for which the instructions are in this thread, so I won't have problems with that one.

Any help is appreciated guys. Thanks.



Title: FooNight FooDay
Post by: hödyr on 2009-10-19 20:58:11
I just download the lastest version 1.1c from deviantart and think I found in the bug in the Playlist:
Code: [Select]
$font(%font.dafault%)

Should be default.
Title: FooNight FooDay
Post by: baskinghobo on 2009-10-20 11:05:40
I am trying to get Foonight but have a few complications. I installed all the components it said but there was a missing plugin called - (lyricshow) foo_uie_lyrics, I assumed it was foo_uie_lyrics_panel (lyrics panel) but it didn't work so i did a google and forum search and i could only find a modified version - http://www.hydrogenaudio.org/forums/index....showtopic=55691 (http://www.hydrogenaudio.org/forums/index.php?showtopic=55691)
Could someone link me to the official version?

Also there was an XML file and it told me to open it up in notepad and import the settings to foobar, how can i do this?

And also where can i download Calibri, Segoe UI, Tahoma Fonts?
Title: FooNight FooDay
Post by: 2E7AH on 2009-10-20 11:14:41
http://www.hydrogenaudio.org/forums/index....showtopic=55691 (http://www.hydrogenaudio.org/forums/index.php?showtopic=55691)
Could someone link me to the official version?

That is the component that you need

And also where can i download Calibri, Segoe UI, Tahoma Fonts?

They come with Windows
Title: FooNight FooDay
Post by: baskinghobo on 2009-10-20 11:23:20
http://www.hydrogenaudio.org/forums/index....showtopic=55691 (http://www.hydrogenaudio.org/forums/index.php?showtopic=55691)
Could someone link me to the official version?

That is the component that you need

And also where can i download Calibri, Segoe UI, Tahoma Fonts?

They come with Windows


Ok thanks, but 1 last question, it told me to open up and xml file in notepad and copy and paste the code into foobar settings, how do i do this?
Title: FooNight FooDay
Post by: 2E7AH on 2009-10-20 11:30:08
Preferences > Tools > Run Services:

2 ways:
1. export current services setup to XML and merge them with XML file provided then import new XML file
2. just import provided XML file - this is the easy way, but you'll lose current services (at least the author said is so)
Title: FooNight FooDay
Post by: baskinghobo on 2009-10-20 11:54:14
Preferences > Tools > Run Services:

2 ways:
1. export current services setup to XML and merge them with XML file provided then import new XML file
2. just import provided XML file - this is the easy way, but you'll lose current services (at least the author said is so)


Could you explain it in a noobier term? i went to preferences > Tools 

But couldn't find " Run Services "

I found a text box with some codes inside at Preferences > Tools > Lyric Show Panel and went to the formatting string tab but i don't think it has anything to do with what you were talking about
Title: FooNight FooDay
Post by: marc2003 on 2009-10-20 11:58:32
that means you don't have foo_run in your components folder.

http://www.mp3tag.de/en/fb2k.html (http://www.mp3tag.de/en/fb2k.html)
Title: FooNight FooDay
Post by: baskinghobo on 2009-10-21 11:37:29
that means you don't have foo_run in your components folder.

http://www.mp3tag.de/en/fb2k.html (http://www.mp3tag.de/en/fb2k.html)


How can i merge xml files?

This is the current xml file -

<?xml version="1.0" standalone="no" ?>
<root>
    <service minimized="false" num_exec="1">
        <label>Wiki - Artist</label>
        <path>http://en.wikipedia.org/wiki/$replace(%artist%, ,_)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Google Artist</label>
        <path>http://www.google.com/search?q=$replace(%artist%&apos;+&apos;%album%, ,+)&amp;ie=utf-8</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>CD Cover</label>
        <path>http://www.albumartexchange.com/covers.php?sort=4&amp;q=$replace(%artist%+%album%, ,+)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Allmusic Artist</label>
        <path>http://www.allmusic.com/cg/amg.dll?P=amg&amp;sql=$replace(%artist%, ,+)&amp;x=0&amp;y=0&amp;opt1=1&amp;sourceid=&quot;Mozilla-search&quot;</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Radio Paradise</label>
        <path>http://www.radioparadise.com/content.php?name=Music&amp;func=search&amp;type=artist&amp;search=$replace(%artist%, ,+)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Last FM Artist</label>
        <path>http://www.last.fm/search?m=all&amp;q=$replace(%artist%, ,+)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>YouTube</label>
        <path>http://www.youtube.com/results?search_query=$replace(%artist%+%title%, ,+)&amp;search_type=&amp;aq=f</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Vimeo</label>
        <path>http://www.vimeo.com/videos/search:$replace(%artist%, ,+)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Flickr</label>
        <path>http://www.flickr.com/search/?q=$replace(%artist%, ,+)&amp;sourceid=Mozilla-search</path>
    </service>
</root>


and this is the one inside FooNight -

<?xml version="1.0" standalone="no" ?>
<root>
    <service minimized="false" num_exec="1">
        <label>Open Directory</label>
        <path>&quot;$substr(%_path%,0,$strrchr(%_path%,&apos;\&apos;))&quot;</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Explore Directory</label>
        <path>explorer /E,&quot;$substr(%_path%,0,$strrchr(%_path%,&apos;\&apos;))&quot;</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>OpenAs...</label>
        <path>rundll32.exe shell32.dll,OpenAs_RunDLL %_path%</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>$if(%link%,Follow %link%,No link available)</label>
        <path>&quot;%link%&quot;</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Google Artist</label>
        <path>http://www.google.com/search?q=$replace(%artist%, ,+)&amp;ie=utf-8</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Google Artist + Title</label>
        <path>http://www.google.com/search?q=$replace(%artist%+%title%, ,+)&amp;ie=utf-8</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>AllMusic Artist</label>
        <path>http://www.allmusic.com/cg/amg.dll?P=amg&amp;sql=$replace(%artist%, ,+)&amp;x=0&amp;y=0&amp;opt1=1&amp;sourceid=&quot;Mozilla-search&quot;</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>AllMusic Album</label>
        <path>http://www.allmusic.com/cg/amg.dll?P=amg&amp;sql=$replace(%album%, ,+)&amp;x=0&amp;y=0&amp;opt1=2&amp;sourceid=&quot;Mozilla-search&quot;</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>AllMusic Song</label>
        <path>http://www.allmusic.com/cg/amg.dll?P=amg&amp;sql=$replace(%title%, ,+)&amp;x=0&amp;y=0&amp;opt1=3&amp;sourceid=&quot;Mozilla-search&quot;</path>
    </service>
</root>

Title: FooNight FooDay
Post by: 2E7AH on 2009-10-21 12:34:39
remove the last line from the first file and first two lines from the second file, than append second file to first
Title: FooNight FooDay
Post by: baskinghobo on 2009-10-21 12:42:09
remove the last line from the first file and first two lines from the second file, than append second file to first


Ok, thanks.

1 last problem.

For some reason i cannot get foobar to monitor my music folder. It is in a seprate partition and it says the folder is being monitored but it's not, i tried on C drive but the same problem. It only shows in foobar if i play the actual file.
Title: FooNight FooDay
Post by: 2E7AH on 2009-10-21 12:53:18
I'm not familiar with this skin, but you need some media library viewer: I guess pressing "Al" button will show you your album list, or use quick search toolbar
Title: FooNight FooDay
Post by: baskinghobo on 2009-10-21 13:21:47
I'm not familiar with this skin, but you need some media library viewer: I guess pressing "Al" button will show you your album list, or use quick search toolbar


thanks, it worked.
Title: FooNight FooDay
Post by: Phest Kandlar on 2009-10-26 02:21:46
Hi,

first let me say congratz to the author of this skin, it looks great.

I`ve installed foobar on a new computer and right now i`m trying to use this skin.
This thread already helped me with some of my initial problems, but there are still some problems left , so i`m hoping some of you will be able to help me out.
Right now, im not able to rate my songs, the play counter also doesnt work and there is no information of when was the first and last time that i played a certain song.
Since this is a completly new installation i may be missing some dll-files? I`ve installed all the files required in the Readme.txt that came with the skin, do i have to install some aditional dll-files to use these features?

Thanks in advance for your help, and sorry for my "not so perfect" english, i`m from Portugal
Title: FooNight FooDay
Post by: antropoid on 2009-10-26 14:18:21
I wonder if you have in your components folder:

foo_playcount.dll

and/or

foo_playback_custom.dll

If you have them right click on one song, and in the context menu choose playback statistics/rating.

Hope it helps




Title: FooNight FooDay
Post by: Phest Kandlar on 2009-10-26 22:39:21
I wonder if you have in your components folder:

foo_playcount.dll

and/or

foo_playback_custom.dll

If you have them right click on one song, and in the context menu choose playback statistics/rating.

Hope it helps


Great Job, thats exactly what i needed 

Thanks for the quick help.
Title: FooNight FooDay
Post by: Reith on 2009-11-11 06:40:01
Does anyone know how to get the Tagging buttons under the Utils tab to work? I've been messing with a lot of the settings and this is pretty much the only thing I can't get to work right.
Title: FooNight FooDay
Post by: AngelComa on 2009-11-24 08:00:28
This might sound like the biggest noob question of all time, but it is. This is the first time I'm trying a skin with foobar, so don't yell at me just yet. I imported the XML in the Run, didn't change the look, it says to import the flac., how? I went to Deafult > Import Theme and doesn't find it.

I'm obviously doing something wrong. but all the readme says is:
Quote
"Restart foobar and import foonight.fcl."


BTW, Great theme, can't wait to get it working :3
Title: FooNight FooDay
Post by: antropoid on 2009-11-25 15:18:36
First things first
a) be sure that all the components required are installed. Be sure that the mandatory components are the latest versions of them. They must reside at the components folder in your foobar install. In particular You must have columns UI, which is the user interface that foonight/day was designed for. Be sure also to have installed ibgpng and zlib libraries  your foobar2000 directory. If you do not have them check at :

http://yuo.be/columns.php (http://yuo.be/columns.php)

b)Copy the images folder to your foobar install

c) copy the fcl file somewhere in your foobar install  (this is not a flac file, it is not music, it is THE configuration file). I usually have this one on a special folder called themes or skins (you must create it)

d)Assuming that you were using default UI, when you  start foobar, it will ask you which UI you want to use, choose Columns UI

e)Go to file prferences, Display, Columns UI, Main, FCL Importing-Exporting, Import, and locate the fcl

f) Do not use the xml

That should do the trick

 
Title: FooNight FooDay
Post by: cheatz on 2009-12-16 03:12:01
How do you fix the album list when there's an album with various artists? It comes up as seperate albums, but i just want all the songs that have the same tagged album to be aligned directly underneath each other like normal albums with no various artists.

Like this

(http://img44.imageshack.us/img44/4862/foozq.jpg)
Title: FooNight FooDay
Post by: tpijag on 2009-12-16 03:38:08
Tag field:
%album artist% = some constant of your choice across all tracks
%Album% = album
%Artist% = changes based on track artist.

Whatever script is controlling the grouping needs to have %artist% changed to %album artist%

should work regardless of foobar skin / interface

terry

If you would like visually see the track artist name, you have many choices. One would be to tack [ - %track artist%] on to the end of your tracks  title string.
Title: FooNight FooDay
Post by: Tapsa on 2009-12-28 04:21:04
Hi,
I've been using this FooNight since it came here with my XP, but i installed Windows 7 64-bit and after that when i installed latest foobar2000 and this skin with all .dll files that is needed and for some reason i have volume option in my ratings, and even seekbar... Does anyone have any idea what went wrong in my install or is it because of Windows 7?(http://img524.imageshack.us/img524/7664/foobarproblem.jpg)
Title: FooNight FooDay
Post by: kser on 2010-01-04 18:01:36
Hi,
I've been using this FooNight since it came here with my XP, but i installed Windows 7 64-bit and after that when i installed latest foobar2000 and this skin with all .dll files that is needed and for some reason i have volume option in my ratings, and even seekbar... Does anyone have any idea what went wrong in my install or is it because of Windows 7?
Title: FooNight FooDay
Post by: Erich_2 on 2010-01-04 18:36:28
Same problem here, Win7 x32, not FooNight - but DarkOne.

EDIT:
Foobar 0.9.6.9
Columns UI 0.3.8.0
I see Letter "a" instead of ratings.
Title: FooNight FooDay
Post by: kser on 2010-01-04 22:18:45
Same problem here, Win7 x32, not FooNight - but DarkOne.

EDIT:
Foobar 0.9.6.9
Columns UI 0.3.8.0
I see Letter "a" instead of ratings.


Finally i've solved the problem, make sure you have:

foo_playcount
fooplayback_custom
foo_uie_trackinfo_mod

Im not sure if you need all of them but it worked for me

then import again the file "FooNight v1.1c.fcl" at Columns UI/Main and restart foobar2k
Title: FooNight FooDay
Post by: steeef on 2010-01-06 21:20:54
It's important you have the latest versions of all components listed. I had some random versions I grabbed from searching via Google, but spent hours trying to figure out why I couldn't see any buttons. After downloading the lastest version of each component, it looks great!
Title: FooNight FooDay
Post by: adrift on 2010-01-13 23:21:05
Hello

I'm trying to skin Foobar2000 using the Dibrom's Mac OS X bundle. I took me awhile, but I was able to track down all of the components to get FooNight working, but I'm stuck on one thing that I saw at least one other poster having problems with here. I didn't see an answer to his issue, so hopefully I can get one to mine. For some reason the play, pause, stop, etc. icons are not appearing on the bottom of the screen. When I click on that part of the screen where the buttons ought to be the player responds according (I click in the vicinity of the play button and music plays), but I just can't see the icons. I noticed that the icons for these are in the image folder that came with the FooNight zip file, and I placed that image folder in the Foobar2000 folder which I believe is correct, but no luck. Below is a screenshot of what I'm seeing. Hopefully this isn't some issue with running Foobar through the Mac bundle, but everything else appears to be functioning flawlessly. Thanks for any advice or help anyone can offer.

Thank you.

(http://img258.imageshack.us/img258/9086/screenshot20100113at614.png)
Title: FooNight FooDay
Post by: adrift on 2010-01-14 17:12:47
Hello

I'm trying to skin Foobar2000 using the Dibrom's Mac OS X bundle. I took me awhile, but I was able to track down all of the components to get FooNight working, but I'm stuck on one thing that I saw at least one other poster having problems with here. I didn't see an answer to his issue, so hopefully I can get one to mine. For some reason the play, pause, stop, etc. icons are not appearing on the bottom of the screen. When I click on that part of the screen where the buttons ought to be the player responds according (I click in the vicinity of the play button and music plays), but I just can't see the icons. I noticed that the icons for these are in the image folder that came with the FooNight zip file, and I placed that image folder in the Foobar2000 folder which I believe is correct, but no luck. Below is a screenshot of what I'm seeing. Hopefully this isn't some issue with running Foobar through the Mac bundle, but everything else appears to be functioning flawlessly. Thanks for any advice or help anyone can offer.

Thank you.

The current path to the image folder for me is: /Users/adrift/Library/Application Support/Wine/prefixes/foobar2000/drive_c/Program Files/foobar2000/images. Is there anything in the Splitter Settings I can change to point to the image folder correctly if that's the problem or am I in way over my head?

Thanks again.
Title: FooNight FooDay
Post by: marc2003 on 2010-01-14 17:26:53
replacing

Code: [Select]
$set_ps_global(image.path,%ps_foobar2000_path%'/images/foonightday')

with

Code: [Select]
$set_ps_global(image.path,/Users/adrift/Library/Application Support/Wine/prefixes/foobar2000/drive_c/Program Files/foobar2000/images/foonightday)


might work.
Title: FooNight FooDay
Post by: adrift on 2010-01-14 18:33:29
replacing

Code: [Select]
$set_ps_global(image.path,%ps_foobar2000_path%'/images/foonightday')

with

Code: [Select]
$set_ps_global(image.path,/Users/adrift/Library/Application Support/Wine/prefixes/foobar2000/drive_c/Program Files/foobar2000/images/foonightday)


might work.


Man thanks so much for the help, unfortunately that didn't work. I really thought it was going to as well. Darn. Ohwell, I wonder if I'm just missing a correct component or something. If anyone has any other ideas I'm all ears.

Thanks again I appreciate it.
Title: FooNight FooDay
Post by: Patu on 2010-01-31 18:25:24
Thanks for this great skin. It works well. I do have few questions though.

I have my album art in same folders with audio files but they're named cover.jpg, folder.jpg and sometimes front.jpg.

How can I make this one to understand all three filenames.

$replace(%path%,%filename_ext%,)folder.jpg <-- Is there a way to put them all in one line? 

Also the button images for Links tab. Where can I get them? The link provided earlier in this thread doesn't work anymore.
Title: FooNight FooDay
Post by: Berserkuh on 2010-01-31 20:26:11
Can somebody help me? I've been trying for an hour to get all the components either by going through all the pages on the forum and those linked on the forum or googling, and I just can't find them without them being outdated or otherwise. Can someone upload their components folder and link me?
Title: FooNight FooDay
Post by: Patu on 2010-01-31 20:59:29
I forgot to mention that I also have problems with the button which should take the player back to now playing spot on the playlist. The one in the top right corner. It works when it wants to. I don't know why it stops working sometimes.
Title: FooNight FooDay
Post by: adrianmak on 2010-02-01 11:29:00
where do download all of the components mentioned in the readme ?
Title: FooNight FooDay
Post by: Cablespider on 2010-02-01 19:17:19
http://www.hydrogenaudio.org/forums/index....st&p=653974 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=71633&view=findpost&p=653974)

Searching here in the 3rd Party section is recommended. Google works as a last resort.
Title: FooNight FooDay
Post by: lipon on 2010-02-03 22:31:16
Hi
How i can rate songs? When i click on the i thing rate button there no star appears... and how can i turn mood on?  thanks
Title: FooNight FooDay
Post by: lipon on 2010-02-03 23:15:20
Pls help rating wont work and the mood too
Title: FooNight FooDay
Post by: Darknight on 2010-02-12 20:28:19
Hi Guys,

It a great theme, but I had problem with volume bar. It worked different differently then the original one (or other player's). If you decrease FooNight's volume bar with 10 % the volume changed 10 dB. But this means that sound strength become one tenth (0.1)!!!. So the first 70-80% of the FooNight's volume bar was useless for me because I didn't hear (almost) nothing.

Finaly I found a code here (http://www.hydrogenaudio.org/forums/index.php?showtopic=55987&pid=503646&mode=threaded&start=#entry503646). Thx zhdali! It works similarly of the foobar's original volume bar, but the side bar didn't work for me. I've recalculated and modified it so it's working now!

Here is the new code:
Code: [Select]
function RGB(r,g,b){ return (0xff000000|(r<<16)|(g<<8)|(b)); }

// gdi.Font is changed, the last paramter is style flags
// FontStyleRegular = 0,
// FontStyleBold = 1,
// FontStyleItalic = 2,
// FontStyleBoldItalic = 3,
// FontStyleUnderline = 4,
// FontStyleStrikeout = 8
// Here is 0, means FontStyleRegular
var g_font = gdi.Font("Tahoma", 8, 0);
var g_drag = 0;

function on_paint(gr){
gr.SetTextRenderingHint(5);
var ww = window.Width;
var wh = window.Height;
var volume = fb.Volume;
        var pos = Math.exp((volume+100)*Math.log(100)/100);
        var x = pos * ww /100;
        var txt = (Math.ceil(volume)) + "dB";
gr.FillGradRect(  0, 0, x, wh, 90, RGB(220,220,225), RGB(90,90,95));
gr.FillGradRect(x, 0, ww-x, wh, 90, RGB(90,90,90), RGB(40,40,40));
// gr.DrawString(txt, g_font, RGB(64,64,128), 0, 0, ww, wh, 0x11005000);
gr.DrawRect(0,0, ww-1, wh-1, 1.0, RGB(20,20,20));
}

function on_mouse_lbtn_down(x,y){
g_drag = 1;
}

function on_mouse_lbtn_up(x,y){
on_mouse_move(x,y);
g_drag = 0;
}

function on_mouse_move(x,y){
if(g_drag){
var pos = x*100 / window.Width;
                var v =100-(Math.log(pos)*100)/Math.log(100);
v = (v<0) ? 0 : (v<100) ? v : 100;
v = -v
if(fb.Volume != v)
fb.Volume = v;
}
}

function on_mouse_wheel(delta){
if(delta>0)
fb.VolumeUp();
else
fb.VolumeDown();
}

function on_volume_change(val){
window.Repaint();
}
//EOF

To use the new volume bar:
- right click on FooNight's volume bar
- left click on Configure
- replace the code
- click OK.

Good luck!

Title: FooNight FooDay
Post by: Darknight on 2010-02-13 23:12:37
Hi Guys,

I've 2 questions:
1) How can I change the foobar's status bar's color? I want to modify it to be as dark as FooNight theme.
2) How can I give different names to album images in FooNight theme? I use names like cover.jpg, folder.jpg, front.jpg %album%_front.jpg, etc. Foobar 1.0 supports the multi cover names, but with FooNight 1.1c it doesn't work for me.
Title: FooNight FooDay
Post by: antropoid on 2010-02-14 00:03:33
For question 1: I do not think that you can do that, but you can get rid of it as simply as going to preferences/display/columns UI/status bar tab and choosing not to show the status bar

For question number 2: I do not know, I am using it in win7, xp and vista and it works but all my covers are named folder.jpg and are located in the same folder as the song's album. I have a folder for the artist, sub-folders for their albums.
Title: FooNight FooDay
Post by: Darknight on 2010-02-16 10:01:18
For question 1: I do not think that you can do that, but you can get rid of it as simply as going to preferences/display/columns UI/status bar tab and choosing not to show the status bar


  I wouldn't like to hide status bar. All information is there I want to know.

For question number 2: I do not know, I am using it in win7, xp and vista and it works but all my covers are named folder.jpg and are located in the same folder as the song's album. I have a folder for the artist, sub-folders for their albums.


I don't think this is a problem only for me. There must be a good solution.
Title: FooNight FooDay
Post by: adrianmak on 2010-02-16 23:49:42
May I ask qwertz, which version of foobar do u use ? 0.9.x or 1.0 ?
Title: FooNight FooDay
Post by: Darknight on 2010-02-17 13:44:25
qwertz!

I miss a cover flow feature. Will you integrate it sometime?
Title: FooNight FooDay
Post by: marc2003 on 2010-02-17 14:29:41
May I ask qwertz, which version of foobar do u use ? 0.9.x or 1.0 ?


probably irrelevant. the thread was started back in May of last year so it was obviously made for 0.9. but i imagine all the components needed work in v1.
Title: FooNight FooDay
Post by: adrianmak on 2010-02-18 04:33:54
hey i read the installation file on the needed components,where do i get those? I googled them and got nothing much =/
foo_exvar.dll
foo_ui_columns.dll
foo_uie_biography.dll
foo_uie_elplaylist.dll
foo_uie_library_tree.dll
foo_uie_lyrics.dll
foo_uie_panel_splitter.dll
foo_uie_quicksearch.dll
foo_uie_textbox.dll
foo_uie_vis_channel_spectrum.dll
foo_uie_wsh_panel_mod.dll
foo_vis_shpeck.dll


http://foo2k.chottu.net/ (http://foo2k.chottu.net/)
http://yuo.be/columns.php (http://yuo.be/columns.php)
http://wiki.hydrogenaudio.org/index.php?ti...:Components_0.9 (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9)

You should be able to find what you need with these sites.


I searched from the links, and I cannot found
foo_exvar.dll
foo_uie_textbox.dll

besides are
foo_uie_lyrics2.dll
foo_uie_vis_peakmeter_spectrum.dll

equiv to
foo_uie_lyrics.dll
foo_uie_vis_channel_spectrum.dll  resp.
Title: FooNight FooDay
Post by: Darknight on 2010-02-18 08:49:47
hey i read the installation file on the needed components,where do i get those? I googled them and got nothing much =/
foo_exvar.dll
foo_ui_columns.dll
foo_uie_biography.dll
foo_uie_elplaylist.dll
foo_uie_library_tree.dll
foo_uie_lyrics.dll
foo_uie_panel_splitter.dll
foo_uie_quicksearch.dll
foo_uie_textbox.dll
foo_uie_vis_channel_spectrum.dll
foo_uie_wsh_panel_mod.dll
foo_vis_shpeck.dll


http://foo2k.chottu.net/ (http://foo2k.chottu.net/)
http://yuo.be/columns.php (http://yuo.be/columns.php)
http://wiki.hydrogenaudio.org/index.php?ti...:Components_0.9 (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9)

You should be able to find what you need with these sites.


I searched from the links, and I cannot found
foo_exvar.dll
foo_uie_textbox.dll

besides are
foo_uie_lyrics2.dll
foo_uie_vis_peakmeter_spectrum.dll

equiv to
foo_uie_lyrics.dll
foo_uie_vis_channel_spectrum.dll  resp.


foo_exvar.dll                http://skipyrich.com/wiki/Foobar2000:Extended_Variables (http://skipyrich.com/wiki/Foobar2000:Extended_Variables)
foo_uie_textbox.dll      http://blog.99ravens.net/index.php?e=270 (http://blog.99ravens.net/index.php?e=270)
Title: FooNight FooDay
Post by: droenn on 2010-02-18 15:41:59
I'm having issues with my artwork showing up. Here's my artwork naming conventions that I use.

(http://i45.tinypic.com/jicfow.jpg) (http://i46.tinypic.com/2e376na.jpg)

Heres my Columns UI Artwork Tab.

(http://i46.tinypic.com/5b9vyu.jpg) (http://i45.tinypic.com/20l7yd.jpg)

Any suggestions?

I've also tried changing the "Built-in foobar2000 artwork reader mode" to Disabled. From there I've changed it to *.jpg conventions and still to no avail.

Help would be appreciated. Thanks in advanced.
Title: FooNight FooDay
Post by: droenn on 2010-02-18 19:05:15
I managed to resolve my issue. Looks like you can only have this point to one format and I was trying to have it detect multiple names for my artwork. (front.jpg, folder.jpg, and cover.jpg) If you right click the art and go to Settings. Then under Field Definition there should be this line.

Code: [Select]
__ART.COVER__ $replace(%path%,%filename_ext%,)folder.jpg


The only thing I'm having issues with now is the ratings. My stars seem to show up but when I select a rating it doesn't apply it to the track.

Any suggestions?
Title: FooNight FooDay
Post by: droenn on 2010-02-18 19:29:25
I managed to resolve my issue. Looks like you can only have this point to one format and I was trying to have it detect multiple names for my artwork. (front.jpg, folder.jpg, and cover.jpg) If you right click the art and go to Settings. Then under Field Definition there should be this line.

Code: [Select]
__ART.COVER__ $replace(%path%,%filename_ext%,)folder.jpg


The only thing I'm having issues with now is the ratings. My stars seem to show up but when I select a rating it doesn't apply it to the track.

Any suggestions?


foo_playcount.dll is missing from the requirements for this skin. Once I added it ratings worked perfectly. You can obtain the foo_playcount.dll from here (http://www.foobar2000.org/components/view/foo_playcount).

All of my problems are resolved and I'm extremely happy with this layout.

Thanks qwertz
Title: FooNight FooDay
Post by: Cablespider on 2010-02-19 17:20:17
I use this layout to this day. I love it.

Has anyone ever used Eiko Mod (http://parmuzinalexandr.deviantart.com/art/EIKO-Mod-2010-02-18-154592875)? It has a feature that I absolutely adore. The cover display has an option to start and stop the cycling of images. You can even go back and forth through images on the fly.

I'm sure anything is possible but can this layout be modded to include that feature? I do use bio to cycle through artist images. I just like the look while in the cover mode.
Title: FooNight FooDay
Post by: droenn on 2010-02-19 19:02:17
Not to sure Cablespider, hopefully someone more knowledgable can help you out.
Title: FooNight FooDay
Post by: gorefest on 2010-02-23 22:35:16
I managed to resolve my issue. Looks like you can only have this point to one format and I was trying to have it detect multiple names for my artwork. (front.jpg, folder.jpg, and cover.jpg) If you right click the art and go to Settings. Then under Field Definition there should be this line.

Code: [Select]
__ART.COVER__ $replace(%path%,%filename_ext%,)folder.jpg


The only thing I'm having issues with now is the ratings. My stars seem to show up but when I select a rating it doesn't apply it to the track.

Any suggestions?


Only "folder.jpg" is shown as an album art?
Title: FooNight FooDay
Post by: Junos on 2010-05-14 23:24:31
Quote
foo_playcount.dll is missing from the requirements for this skin. Once I added it ratings worked perfectly. You can obtain the foo_playcount.dll from here (http://www.foobar2000.org/components/view/foo_playcount).

All of my problems are resolved and I'm extremely happy with this layout.

Thanks qwertz


Thanks really much for the info  I had the same problem too.
Title: FooNight FooDay
Post by: cheatz on 2010-06-26 07:06:52
I can't make ratings for the tracks. I have every component but it's still not working. Is there a script to assign a button to increase or decrease star rataing and see if that works?
Title: FooNight FooDay
Post by: roipnol on 2010-07-18 16:21:18
Hi, i'm trying to install this beautiful skin. i've extracted the directory in the installation directory of foobar. i've copied in the components directory all the 12 component needed. i start foobar and when i import fcl file I get this error: "the layout import was aorted because the following required panels are not installed: Filter (GUID:.............)"
Someone can help me?

Other thing, is there a version of foobar that is stable with this skin?
Title: FooNight FooDay
Post by: KLamer on 2010-07-28 23:04:32
Is there any way to make this theme display all pictures in the folder of some tracks, or at least random one from them, since i don't feel like renaming all of my pictures to the same name for it to be able to put the as album art?
Title: FooNight FooDay
Post by: kabuki on 2010-07-29 00:38:29
Is there any way to make this theme display all pictures in the folder
with a WSH panel and this Script (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=77883&view=findpost&p=711227) from Marc2003
Title: FooNight FooDay
Post by: freehost3 on 2010-10-17 13:38:29
hi all
sorry for my english, i from Poland. I using this theme from 2 weeks and i can't set in options to have cover art in main panel  i read all those posts but i can find
$get_ps_global(cover.path)
where is it? i have my cover arts in one folder:
D:\Zdjęcia\Okładki płyt

Could somebody help my how to set foobar to see cover art in left panel?
Title: FooNight FooDay
Post by: freehost3 on 2010-10-17 20:25:03
hi all
sorry for my english, i from Poland. I using this theme from 2 weeks and i can't set in options to have cover art in main panel  i read all those posts but i can find
$get_ps_global(cover.path)
where is it? i have my cover arts in one folder:
D:\Zdj?cia\Ok?adki p?yt

Could somebody help my how to set foobar to see cover art in left panel?

ok i found it  now is perfect
Title: FooNight FooDay
Post by: casedawg on 2011-01-17 03:31:38
Anyone know how to get the Waveform Seekbar into this layout? I've been playing around with it for a bit with no luck. Either in place of, or bellow the normal seekbar would be great.
Title: FooNight FooDay
Post by: Manic on 2011-01-17 18:47:16
Excellent theme, really smooth and rich in features kudos to the devs!

some q's though:

1. This is probably related to ELplaylist but someone might know, instead of specifying a static name and extention for cover art (folder.jpg) in this case isnt there anyway to use foobars settings under display>album art?

(http://i54.tinypic.com/28v39t0.png)

with that pattern I covered pretty much all of my collection.
Also, I cant seem to find $replace(%path%,%filename_ext%,)folder.jpg in the per Track script of the PSS settings.

2. Is there anyway to select all of the tracks in an album with one click? I could do it before by clicking on the album name, really helpful when sending to my ipod.

3. After installing the theme it has a stay on top attitude regarding all the other windows, anyway to remove this?

Thanks!!
Title: FooNight FooDay
Post by: marc2003 on 2011-01-17 20:44:35
1) get the latest version of ElPlaylist and check the documentation on how to use $albumart(). this uses the new artreader options in foobar v1 and above.

2) i think middle clicking the group header is the default action for selecting all files

3) view menu>toggle "always on top"
Title: FooNight FooDay
Post by: Manic on 2011-01-18 22:03:54
awesome! thanks for the quick responce
Title: FooNight FooDay
Post by: pipoawas on 2011-02-25 17:14:12
Something is just wrong: I have "quicksearch toolbar" in my installed components (in the preferences it says 2.3), I can even add that panel to an existing layout, hell I even had put a copy of that panel to 'user-components' and to the foobar root;  but when I import the FCL of this theme it aborts and give me that stupid 'not installed' error with an incomprehensible serialnumber/GUID/whatever.  What gives?
Thanks for any help in advance, I'm (trying to) test this theme with foobar 1.1.1
Title: FooNight FooDay
Post by: marc2003 on 2011-02-25 17:36:50
as it's an old theme, it's probably looking for this...

http://www.hydrogenaudio.org/forums/index....showtopic=44012 (http://www.hydrogenaudio.org/forums/index.php?showtopic=44012)
Title: FooNight FooDay
Post by: pipoawas on 2011-02-26 02:33:33
That was it, the new file worked, although the weird thing is that link you gave me was for foo_uie_quicksearch replacing foo_uie_search, but mine was foo_quicksearch.dll --a 3rd component, that was named also "Quicksearch toolbar"?  who knows...
Thanks Marc 
Title: FooNight FooDay
Post by: pipoawas on 2011-02-26 22:51:02
The theme is great, good balance of shades of grey, although I think it wouldn't hurt white-glowing buttons on mouseover or when activated, and a more coloured channel spectrum instead of the default grey against dark grey background.
Anyway nice job.
Title: FooNight FooDay
Post by: UltimateReality on 2011-04-19 14:18:17
Hey guys,
sorry to be annoying with another "where can i find this component" post. But i've been looking for this one for a while now.
Cant use this theme without it.
foo_uie_textbox.dll
However, where everyone says its from http://blog.99ravens.net/index.php?e=270 (http://blog.99ravens.net/index.php?e=270)
No longer works for me and i just get an error message. my guess is that its no longer active and gone.
Can anyone upload a version somewhere else for me?
Thank you
Title: FooNight FooDay
Post by: pipoawas on 2011-04-19 17:48:08
Hey guys,
sorry to be annoying with another "where can i find this component" post. But i've been looking for this one for a while now.
Cant use this theme without it.
foo_uie_textbox.dll
However, where everyone says its from http://blog.99ravens.net/index.php?e=270 (http://blog.99ravens.net/index.php?e=270)
No longer works for me and i just get an error message. my guess is that its no longer active and gone.
Can anyone upload a version somewhere else for me?
Thank you


You have it precisely in the Foonight" theme: http://rghost.net/1148667 (http://rghost.net/1148667)
Title: FooNight FooDay
Post by: UltimateReality on 2011-04-20 09:48:51
Ah thank you! the version i downloaded didnt include components
Title: FooNight FooDay
Post by: foohat on 2011-04-22 17:30:58
when i use the buttons off to the right of the quick search field (genre, album, artist), it displays blank artwork.  how can i fix this?
Title: FooNight FooDay
Post by: sgt_teppo on 2011-09-24 09:42:23
Hello..

i have problem.

My foonight looks like -->  shit (http://imageshack.us/photo/my-images/31/nimetnbr.png/)

i have all components what it needs..

Whats problem?
Title: FooNight FooDay
Post by: pipoawas on 2011-09-24 23:44:43
Check the paths
Title: FooNight FooDay
Post by: whatafuuuck on 2011-12-17 17:32:19
foo_uie_lyrics2.dll download lyrics not work. howto configure foo_uie_lyrics3.dll on this theme?
Title: FooNight FooDay
Post by: DrBiggy on 2012-01-16 17:55:46
how can i enabe to scroll with the middle mouse button?
Title: FooNight FooDay
Post by: DrBiggy on 2012-02-08 18:27:58
Can anyone help?