Foobar2000 Customization Topic


Recommended Posts

My guess is that you're not actually grouping by directory.

Checked and double checked, I'm sorting by Path/Directory.

Annnd... Those specific files are tagged properly! Other SCPL configs display it properly.

The WMP11 config, for example, will have a single header for a multi-disc set with the Artist's name, then have the disc info [Album,Genre, Year, Cover) at the start of each disc.

So... I'm slowing dissecting other SCPL configs to figure it out. I'd appreciate any help if you know what I'm looking for.

On the plus side I love dissecting code and I'm working up the courage to make my own layout from scratch. :cool:

Link to comment
Share on other sites

I'm using PanelsUI.

My layout is modified from bbmartini's LE pui a few pages back.

Then it's a little more complicated. you need to go to preferences->PanelsUI->Sort/Group and create a new criteria

Then you need to work this criteria into a preset:

Right-click on SCPL-> sort/group by -> edit

It's kind of unintuitive, but you should get the hang of it.

Link to comment
Share on other sites

I'm wondering how to add album art to my foobar. This is my foobar at the moment:

untitledvh5.th.jpg

I have these two images for the album cover I would like to use these images below and the blank cd when there is no cover avalible.

caseiz0.pngartcdmp2.png

Please someone help , any im no expert at foobar so try to explain it a bit for me :p

Link to comment
Share on other sites

I'm a little lost. I don't have the hearts/stars and stuff. Or the arrows.

41952237hw1.th.png

drag your buttons folder into your LE5 folder and rename "rating_hearts" to "rating_hearts2"

Link to comment
Share on other sites

Then it's a little more complicated. you need to go to preferences->PanelsUI->Sort/Group and create a new criteria

Then you need to work this criteria into a preset:

Right-click on SCPL-> sort/group by -> edit

It's kind of unintuitive, but you should get the hang of it.

I'll give that a shot, but it doesn't seem to explain why I can switch to eejadx's WMP11 pui and see separate discs, but not in the one I'm using. I'm betting the answer is in the code, but eejadx's SCPL code seems complicated. It seems less so each time I look at it, though, so that's something. I guess. :rofl:

EDIT: In eejadx's WMP11 SCPL he separates the discs in the ITEM Display... but according to his changelog it wasn't always that way.

Edited by savagealien
Link to comment
Share on other sites

nobody has answered my question :(

how do you add the album cover?

I read you have dawxxx666's config, so put the covers (renamed into folder.jpg) in the same directory as your albums.

And tag your tracks including the covers with, for example, AudioShell. (Y)

Link to comment
Share on other sites

I'm wondering how to add album art to my foobar. This is my foobar at the moment:

p><p>[img]<a href=http://img337.imageshack.us/img337/9640/caseiz0.png' alt='caseiz0.png'> artcdmp2.png

Please someone help , any im no expert at foobar so try to explain it a bit for me :p

here is what i use for ablum art

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,$sub(%_width%,120),,$get(coverPath),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\case.png,)
,)

the first line checks to see if there is enough width for it to fit, the second brings up the inside CD case, the third brings up the art which should be in your album folder (My Music->ARTIST->ALBUM->folder.*), and the forth should bring up the cover of the case. and those are the same images i use so try that out.

Link to comment
Share on other sites

I'm wondering how to add album art to my foobar. This is my foobar at the moment:

untitledvh5.th.jpg

I have these two images for the album cover I would like to use these images below and the blank cd when there is no cover avalible.

caseiz0.pngartcdmp2.png

Please someone help , any im no expert at foobar so try to explain it a bit for me :p

Where can I get that config?

Link to comment
Share on other sites

untitled1xp6.jpg

basically everything i liked about the LE configs mixed into my own, its a little much i think though.

Wow.... That looks awesome... :yes:

Would you mind sharing it?

Edited by Blade86
Link to comment
Share on other sites

Im having problems still with my album art, the covers arent displaying and they did in a previous install of foobar..

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,$sub(%_width%,120),,$get(coverPath),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\case.png,)
,)

This is the code im using by bbmartini

My foobar:

th_untitled-190Jz.png

Anyone know how to fix? Thanks.

Link to comment
Share on other sites

Im having problems still with my album art, the covers arent displaying and they did in a previous install of foobar..

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,$sub(%_width%,120),,$get(coverPath),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\case.png,)
,)

This is the code im using by bbmartini

My foobar:

th_untitled-190Jz.png

Anyone know how to fix? Thanks.

Put this line to the beginning of your SCPL > Item Display

$puts(coverPath,$replace(%path%,%filename_ext%,folder.*))

and make sure you name the album's cover as folder.jpg, folder.png or folder.gif

Link to comment
Share on other sites

With use of the colours from the info box, something i've been working on lately, ignore the stop button, needs fixing just can't be bothered!

foobswp4.th.jpg

Primie.uk ;)

Link to comment
Share on other sites

@Primie.uk: If you are to lazy to fix the stop button I can upload the fixed version cause I hate to see it that way :p

Nice config, though the LE part doesnt fit Windows Classic IMO.

Link to comment
Share on other sites

@Primie.uk: If you are to lazy to fix the stop button I can upload the fixed version cause I hate to see it that way :p

Nice config, though the LE part doesnt fit Windows Classic IMO.

Haha, yeah go on then :blush:

Erm yeah, been thinking about something else, but my imagination isn't working so well this afternoon.

Edited by Primie.uk
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.