Help - Search - Members - Calendar
Full Version: Columns UI / Panels UI appearance
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132
bbmartini
if you're having problems with my vista-ish skin make sure you have per user settings disabled and for the track info i was on an old version at the time so refer to the readme for the updated one.

edit: This should be the last edit/update

if anyone's still interested...
IPB Image
Layout:
IPB Image

Track Info 1:
Background Color: RGB 22-22-31
Min Height: 18
Edge: none
CODE
// Global
$padding(4,)

// Background

// PerTrack

// PerSecond

$align(left,)
$font(Calibri,9,,221-222-223)
[%_time_elapsed%]

$align(right,)
$font(Calibri,9,,221-222-223)
[%length%]

$padding(1,-1)
$drawrect($muldiv(%_width%,8,100),4,$muldiv(%_width%,81,100),9,brushcolor-null pencolor-180-184-194)
$drawrect($add($muldiv(%_width%,8,100),2),6,$ifgreater($muldiv($sub($muldiv(%_width%,81,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,78,100),4),%playback_time_seconds%,%length_seconds%),1),5,brushcolor-240-240-240 pencolor-null)


Single Column Play List:
Row Height: 18
Group Rows: 2
Edge: none
Group By:
CODE
%album%

Item Display:
CODE
$ifequal($mod(%tracknumber%,2),0,
$imageabs(,,\images\LE5\reluna1.png,),
$imageabs(,,\images\LE5\reluna2.png,))

$if(%_selected%,$imageabs(,,\images\LE5\relunagreen.png,),)

$if(%isplaying%,$imageabs(,,\images\LE5\relunablue.png,),)
$if(%isplaying%,$font(Calibri,8,bold,0-0-200),$font(Calibri,8,,0-0-0))

$alignabs(277,2,%_width%,20,left,)
$if(%isplaying%,%_time_remaining%,%length%)

$padding(7,)
$align(left,middle)
[%tracknumber%]

$alignabs(28,2,%_width%,20,left,)
[%title%]

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,190,,$replace(%path%,%filename_ext%,folder.jpg),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\case.png,)
,)

Group Display:
CODE
$imageabs(,,\images\LE5\relunaorange2.png,)

$imageabs(4,11,\images\LE5\arrow.png,)

$alignabs(270,8,%_width%,20,left,)
$font(Calibri,12,glow- glowexpand-0 glowalpha-15,40-40-40)
$replace($replace(%date%,20,''),19,'')

$alignabs(28,3,%_width%,20,left,top)
$font(Calibri,10,bold glow- glowexpand-0 glowalpha-15,40-40-40)
$if(%album artist%,%album artist%,%artist%)

$font(Calibri,10,glow- glowexpand-0 glowalpha-15,40-40-40)
$alignabs(28,13,%_width%,20,left,bottom)
[%album%]


Track Info 2:
Min Height: 25
Edge: none
CODE
// Global

// Background

$imageabs(,,\images\LE5\reluna.png,)

// PerTrack

$if(%rating%,
$ifequal($num(%rating%,2),00,$imageabs(5,7,images\rating_hearts\rating0.png,),)
$ifequal($num(%rating%,2),01,$imageabs(5,7,images\rating_hearts\rating1.png,),)
$ifequal($num(%rating%,2),02,$imageabs(5,7,images\rating_hearts\rating2.png,),)
$ifequal($num(%rating%,2),03,$imageabs(5,7,images\rating_hearts\rating3.png,),)
$ifequal($num(%rating%,2),04,$imageabs(5,7,images\rating_hearts\rating4.png,),)
$ifequal($num(%rating%,2),05,$imageabs(5,7,images\rating_hearts\rating5.png,),)
,$imageabs(5,7,images\rating_hearts\notrated.png,))

$puts(rating,$if2(%rating%,0))
$button(5,7,0,0,13,13,,,Rate 1,)
$button(5,7,13,0,13,13,,,Rate 2,)
$button(5,7,26,0,13,13,,,Rate 3,)
$button(5,7,39,0,13,13,,,Rate 4,)
$button(5,7,52,0,13,13,,,Rate 5,)

//$puts(rating,$if2(%rating%,0))
//$button(5,7,0,0,13,13,,,TAG:SET:Rating:1,)
//$button(5,7,13,0,13,13,,,TAG:SET:Rating:2,)
//$button(5,7,26,0,13,13,,,TAG:SET:Rating:3,)
//$button(5,7,39,0,13,13,,,TAG:SET:Rating:4,)
//$button(5,7,52,0,13,13,,,TAG:SET:Rating:5,)

//PLAY/PAUSE
$button(233,1,0,0,22,21,
$if($or(%ispaused%,$not(%isplaying%)),images\LE5\pause.png,images\LE5\play.png),
$if($or(%ispaused%,$not(%isplaying%)),images\LE5\play_.png,images\LE5\pause_.png),
$if($or(%ispaused%,$not(%isplaying%)),play,pause)
,)

//PREVIOUS
$button(208,1,0,0,22,21,images\LE5\prev.png,images\LE5\prev_.png,previous,)

//NEXT
$button(258,1,0,0,22,21,images\LE5\next.png,images\LE5\next_.png,next,)

//ALBUM LIST
$button(286,1,0,0,22,21,images\LE5\search.png,images\LE5\search_.png,Album List,)

// PerSecond


IMAGES:
http://www.badongo.com/file/2011387

heart rating icons:
http://moglenstar.net/archives/heart-rating-icons-for-foobar

also thanks to moglenstar, some of the images are from an old design of his. and to em3 and capric0n for letting me use some of their designs.
Keikonium
My foobar is pretty basic. I've used virtually the same layout since 0.8.3 tongue.gif. Its functional, and I like it.

Here are two screens:

IPB Image IPB Image

(Click for larger images)

Pretty much what you see is what you get. Made most of it myself, with bits and pieces from others. The second screen is what I use when I have 'guests' over lol. Looks nicer than a bunch of text all over the place.
pnG
QUOTE(adrosenth @ Jan 11 2007, 01:11) *

My first attempt. Still not sure how to lay out my trackinfo panel.

IPB Image



thats dank.

could you share your item and group display?

thanks
kamsen
Hi everyone,

I am looking for Hablas FSC file, but it isn't available on rapid anymore ):.
Could anyone be so kind and send it to me ?

Here is picture of the config : http://img87.imageshack.us/img87/8669/fooniner7ku.jpg

Would be so great if anyone could do me that favour!

my email : kams3n@arcor.de
so far
kamsen

adrosenth
QUOTE(pnG @ Jan 12 2007, 09:29) *

QUOTE(adrosenth @ Jan 11 2007, 01:11) *

My first attempt. Still not sure how to lay out my trackinfo panel.

IPB Image



thats dank.

could you share your item and group display?

thanks


Sure. Made a few changes but here goes.

Group display
CODE

$puts(imagedir,'/images\')

$puts(cBgPanel,245-245-245)
$puts(cTxtStd,170-170-170)

$drawrect(,,,,brushcolor-$get(cBgPanel) pencolor-null)
$imageabs2(,,,,,,,,$get(imagedir)whiteheader.png,)

$font(AvantGarde LT Medium Caps,7,bold,$get(cTxtStd))
$alignabs(24,4,%_width%,32,,)%composer%
$alignabs(24,15,%_width%,32,,)$if2(%album%,Single tracks)

$font(,6,bold,)
$alignabs(-4,4,%_width%,32,right,)%artist%$if(%album%,' ('%date%')')
$alignabs(-4,15,%_width%,32,right,)%_itemcount% Tracks


Item display
CODE

// Values
$puts(imagedir,'/images\')
$puts(CoverImg,$replace(%path%,%filename_ext%,)folder.jpg)

// Positions
$puts(CoverX,4)
$puts(CoverY,0)
$puts(TxtX,146)
$puts(BgX,4)

// Colors
$puts(cTxtStd,0-0-0)
$puts(cTxtPlay,255-255-255)
$puts(cBgStd,255-255-255)
$puts(cBgAlt,247-247-247)
$puts(cBgSel,206-203-206)
$puts(cBgPlay,0,0,0)

$puts(CoverY,$add($get(CoverY),%_height%))
$puts(BgX,$sub($get(TxtX),$get(BgX)))

// Background
$ifgreater($mod(%tracknumber%,2),0,$drawrect($get(BgX),0,0,0,brushcolor-$get(cBgStd) pencolor-null),$drawrect($get(BgX),0,0,0,brushcolor-$get(cBgAlt) pencolor-null))
$if(%_selected%,$drawrect($get(BgX),0,0,0,brushcolor-$get(cBgSel) pencolor-null))
$if(%isplaying%,$drawrect($get(BgX),0,0,0,brushcolor-$get(cBgPlay) pencolor-null)$font(,,,$get(cTxtPlay)))

$padding(4,0)
$font(verdana,7,,$get(cTxtStd))

// Coverart
$if(%album%,
$ifgreater($mul(%_height%,%_itemcount%),107,
$imageabs2( , , , , , ,$get(CoverX),$sub($get(CoverY),$mul(%_itemindex%,%_height%)),$get(imagedir)nocover.png,)
$imageabs2(107,107,,,,,25,$sub($add($get(CoverY),6),$mul(%_itemindex%,%_height%)),$get(CoverImg),NOKEEPASPECT)
$imageabs2( , , , , , ,$get(CoverX),$sub($get(CoverY),$mul(%_itemindex%,%_height%)),$get(imagedir)overlay.png,)
,)
,)


// Text
$alignabs($get(TxtX),,%_width%,%_height%,left,top)%_itemindex%. %title%$if(%album%,,' ('%date%')')
$align(right,top)$if(%isplaying%,-%playback_time_remaining% / %length%,%length%)

$font(,6,italic,)
$alignabs($add($get(TxtX),25),,%_width%,%_height%,left,middle)[$meta(comment)]
$align(right,middle)%bitrate%kbps


I got the whiteheader.png image from someone's style on here. Can't remember who's.
corganzero0
Ripped off from someone (forget where), then modded as always.
First time using the SCPL, I quite like it.

IPB Image
Raven.am0k
Hello, after a long time playing arround and finding my personal style, i´ve given up and turned back to the "standard" style smile.gif Wanted my fooby to look a little bit like the Explorer in Windows. I like it very much!


IPB Image

The Album Art Panel hides automaticly.

greets Raven.am0k
tool++
QUOTE(bbmartini @ Jan 12 2007, 02:20) *

if you're having problems with my vista-ish skin make sure you have per user settings disabled and for the track info i was on an old version at the time so refer to the readme for the updated one.

edit: This should be the last edit/update

if anyone's still interested...
IPB Image
Layout:
IPB Image
//yay codes



That is utterly sexual. UTTERLY.


IPB Image

Thought I'd play with SCPL again, using my old base.
callisto
This looks like hell, tool+!!

I think I have to make a new layout too... smile.gif
buckaroo
QUOTE(bbmartini @ Jan 11 2007, 18:20) *

if you're having problems with my vista-ish skin make sure you have per user settings disabled and for the track info i was on an old version at the time so refer to the readme for the updated one.

edit: This should be the last edit/update

if anyone's still interested...
IPB Image
Layout:
IPB Image

[...]


Hi.
First of all: Thanks for posting your config.

But I have a small problem with it.
When I doubleclick a playlist, Foobar stars, but some PNGs are missing:

IPB Image

When I close Foobar and start it by doubleclicking the foobar2000.exe (or a link of it..startmenu etc...) everything works fine:

IPB Image

blink.gif
bbmartini
hmm try this out, http://www.rarhost.com/download-1kl0rx.html
i actually changed soem of the buttons a bit but here is a new dl, i think i may have forgotten the CD case originally, and the code is written for mogs hearts, i just included the stars in case anyone wanted them instead.

let me know how it works
buckaroo
QUOTE(bbmartini @ Jan 12 2007, 19:48) *

hmm try this out, http://www.rarhost.com/download-xyfb4v.html
i actually changed soem of the buttons a bit but here is a new dl, i think i may have forgotten the CD case originally, and the code is written for mogs hearts, i just included the stars in case anyone wanted them instead.

let me know how it works


I allready had those images.
I changed the ratingimages myself, but it doens't work with your hearts either.
So it must be an error in the config.
Yotsuya
IPB ImageIPB ImageIPB Image
Well I got sick of having no albumart for short albums so I fiddled around and came up with this.
bbmartini
alrighty i tried all the files again. here is another link http://www.rarhost.com/download-1kl0rx.html
i tired the images and the code, and it works for me. for the rating im using foo custom info, but i also have the code for rating for tags commented out so if you want that its in there.

hmm idk maybe it has something to do with the //Per Track setting. maybe have it under //Per Second and see if that works.
Valdoran
Bbmartini, thanks for such an awesome config. wub.gif

I made a few minor modifications, nothing too big...

IPB Image

Oh yeah, I changed my Windows theme especially to match with your config... happy.gif

[edit] By the way, there's one small error... The progress bar at the top doesn't go all the way to the end... tongue.gif
kampater


That is utterly sexual. UTTERLY.


IPB Image

Thought I'd play with SCPL again, using my old base. [/quote]

wow, where u get the wallpaper from?

oh yeah forget.i'm new on this board so hiya to all... biggrin.gif
klickzone
Ignore, confused by a guy who can't use quote tags properly
mitchmalibu
http://pixel-ellipsis.net/gallery/displayi...os=31&uid=3

here it is kampater =)
tool++
QUOTE('toolej')
QUOTE(kampater @ Jan 13 2007, 10:21) *

That is utterly sexual. UTTERLY.


IPB Image

Thought I'd play with SCPL again, using my old base.


wow, where u get the wallpaper from?

oh yeah forget.i'm new on this board so hiya to all... biggrin.gif


Animewallpapers.net, but then someone's linked you to it.



QUOTE('klickzone')
Ignore, confused by a guy who can't use quote tags properly


klickzone is retard! biggrin.gif
BloKosss
HELLo! tongue.gif

All I ever wanted from a music player is in my Foob:

IPB Image

the single column playlist view is OUTSTANDING! combined with ui_albumlist, it can easly manage lots of albums.

I had to use foo_ui_columns-0.1.3-beta1v5.7z instead of foo_ui_columns-0.1.3-beta1v7.7z, because i was unable to see the "single column playlist view" layout in columns UI.
+
Kessy
@Keikonium...

WoW I like your Look...can you post or upload your config? And what plugins di nedd?
Im a Foo-Noob
but i will have a foobar looks like yours
binkgle
I'm working on geting my foobar set up with the single columns playlist, but all of the posted configs, at least in the screenshots posted, seem not to be able to handle singles or short (2-4) song albums all that well due to the need of a moderate amount of space for the album art.

how do you guys deal with singles and short albums (pharaoh sander's karma, for instance)?

adrosenth
QUOTE(binkgle @ Jan 13 2007, 10:58) *

I'm working on geting my foobar set up with the single columns playlist, but all of the posted configs, at least in the screenshots posted, seem not to be able to handle singles or short (2-4) song albums all that well due to the need of a moderate amount of space for the album art.

how do you guys deal with singles and short albums (pharaoh sander's karma, for instance)?


For singles, I just put all the singles under the same header (which would be the artist name), and show which year each single was recorded.

I haven't found a solution for short albums other than hiding the cover art if it doesn't fit.
linus
QUOTE(BloKosss @ Jan 13 2007, 18:52) *

HELLo! tongue.gif

All I ever wanted from a music player is in my Foob:

IPB Image

the single column playlist view is OUTSTANDING! combined with ui_albumlist, it can easly manage lots of albums.

I had to use foo_ui_columns-0.1.3-beta1v5.7z instead of foo_ui_columns-0.1.3-beta1v7.7z, because i was unable to see the "single column playlist view" layout in columns UI.
+


Hey! Your setup is really near to my ideal setup...
Can't you share your config?
Brazza
BBmartini Your my hero. I'm hooked wink.gif and in love of this new setup. Thanks! biggrin.gif
Yotsuya
QUOTE(binkgle @ Jan 13 2007, 12:58) *

I'm working on geting my foobar set up with the single columns playlist, but all of the posted configs, at least in the screenshots posted, seem not to be able to handle singles or short (2-4) song albums all that well due to the need of a moderate amount of space for the album art.

how do you guys deal with singles and short albums (pharaoh sander's karma, for instance)?


There are a few approaches to dealing with this:

- Hide the image when there is not enough room. You can do this with an $ifgreater() statement like this:
CODE
$ifgreater($mul(%_height%,%_itemcount%),100,
// your existing album art code
,)


- Put the album art in the group header. By placing the album art in the group header instead of next to the tracks, you don't have to worry about how many tracks are in the album at all. The downside is that this creates very large headers that can easily dominate your playlist.

- You can change the size of the album art based on the size of the group by adding calculations based off %_itemcount% as parameters in your $imageabs2() string, however this is not a very popular solution and IMO produces ugly results.

- Recently I've noticed several people have begun make their album art span accross the group header and into the playlist items. Just yesterday I whipped up my own configuration using this approach and was very pleased with the results.
IPB Image
This has allowed me to display album art for every album containing atleast 2 tracks. While this doesnt display art for "singles", I really dont consider a single track album an album so I either hide the header completely and display the track as any other loose track:
IPB Image
Or in the rare instances where I do have a single track album that I would like to display as an album, like a bonus disk in a multidisc set I simply hide the album art as discussed before:
CODE
$ifgreater($mul(%_height%,$add(%_itemcount%,2)),95,
// Existing Album Art Code
,)

IPB Image
Oompa
bbmartini: First off, amazing config, thanks for releaseing it. Second, every time I download the images there isn't a "reluna.png" in either the LE5 folder or the base images folder, where can I get it since it seems to be the background for the bottom track info mod.
bbmartini
QUOTE(Oompa @ Jan 13 2007, 21:03) *

bbmartini: First off, amazing config, thanks for releaseing it. Second, every time I download the images there isn't a "reluna.png" in either the LE5 folder or the base images folder, where can I get it since it seems to be the background for the bottom track info mod.


here ya go, sorry about that.
http://www.badongo.com/file/2011387
ojdo
QUOTE(Keikonium @ Jan 12 2007, 12:46) *

IPB Image

[This] screen is what I use when I have 'guests' over lol. Looks nicer than a bunch of text all over the place.

Nice! I have a "guest" layout, too. Latest version:

IPB Image
  • Album art, otherwise empty cd case
  • Artist photo as bg, otherwise a generic "type picture" (film reel for soundtracks, a cd case for albums, a book for audio books, ...)
fReaksey
QUOTE(bbmartini @ Jan 11 2007, 20:20) *

(...)

if anyone's still interested...
IPB Image
Layout:
IPB Image

(...)


can u help me? why don't I have backgrounds behind for example the album name?

IPB Image
wolverine_
This is what I managed to throw together the night I discovered Single Column Playlist. Feels like its lacking something but I cant quite put my finger on what it is. dry.gif
Left side TrackInfo code modified from Habla's, but the rest is all home-grown.

IPB Image
bbmartini
QUOTE(fReaksey @ Jan 14 2007, 07:35) *

QUOTE(bbmartini @ Jan 11 2007, 20:20) *

(...)

if anyone's still interested...
IPB Image
Layout:
IPB Image

(...)


can u help me? why don't I have backgrounds behind for example the album name?

IPB Image


when you install foobar untick Enable Per User Settings.
fReaksey
ahh thnx now its working biggrin.gif
bowen_tk
QUOTE(ojdo @ Jan 14 2007, 05:45) *
Nice! I have a "guest" layout, too. Latest version:

IPB Image
  • Album art, otherwise empty cd case
  • Artist photo as bg, otherwise a generic "type picture" (film reel for soundtracks, a cd case for albums, a book for audio books, ...)

wow how did you arrive at this config ??
Can you explain the way to obtain your config please ??
Fusyon
Simple & sober. sleep.gif

IPB Image
No album art view.

P.S. Just changed Navigator .fcs color scheme and some minor stuff.
KRi2
I need some help guys rolleyes.gif
I want to add a "playback order" context options into the "single column playlist" ,but i can't add it through the preferences/display/context menu cause in its commands there's no playback order ability to choose ,and i can add manualy. How can i add them? which plugin need to change the context menu?

Sorry if its offtopic ,i serched thingz but no answer. Thanks for the help!
Falstaff
I present my New layout for my config ShinyDotMatrix :

IPB Image IPB Image IPB Image IPB Image
^ now playing.......^ playlist...............^ show lyrics.........^ no cover display (buttons for searching cover art)

Classic but more compact than the previous wink.gif

Bye

Falstaff aka Br3tt
buckaroo
QUOTE(buckaroo @ Jan 12 2007, 19:05) *

[...]

Hi.
First of all: Thanks for posting your config.

But I have a small problem with it.
When I doubleclick a playlist, Foobar stars, but some PNGs are missing:

IPB Image

When I close Foobar and start it by doubleclicking the foobar2000.exe (or a link of it..startmenu etc...) everything works fine:

IPB Image

blink.gif



So one else has this problem or knows how to fix it?
I guess a lot of people tried this configuration out?!
Yotsuya
I got bored so I redid my trackinfo panel.
IPB ImageIPB Image
IPB Image
2Pacalypse
QUOTE(Yotsuya @ Jan 15 2007, 10:33) *

I got bored so I redid my trackinfo panel.
IPB Image
IPB Image


how did u get your progress bar like that? im guessing you have track_info_mods either side of it (left and right) for the text and time?
Yotsuya
you guessed correctly

...
- Vertical Splitter
| - Horizontal Splitter
| | - Playlists Dropdown
| | - Playback Order
| | - Track info mod
| | - Buttons
| - Tabbed panel stack mod
| | ...
| | - Track info mod
| | ...
| - Horizontal Splitter
| | - Track info mod
| | - Seekbar
| | - Track info mod

...
Blacklion
I just changed from itunes to foobar and im currently busy to make my own conf. So i was wondering if someone has brumal's Foobar Milk config and could send me or the one on the first page of this topic Habla's config. Those files are removed from the upload server. If anyone has them just pm me and ill give you my email. Thanks in advance smile.gif
leokennis
QUOTE(ojdo @ Jan 14 2007, 12:45) *

QUOTE(Keikonium @ Jan 12 2007, 12:46) *

IPB Image

[This] screen is what I use when I have 'guests' over lol. Looks nicer than a bunch of text all over the place.

Nice! I have a "guest" layout, too. Latest version:

IPB Image
  • Album art, otherwise empty cd case
  • Artist photo as bg, otherwise a generic "type picture" (film reel for soundtracks, a cd case for albums, a book for audio books, ...)

Wow...very very nice. Could you maybe write something like a short tutorial?
Yann
IPB Image
Hakker
QUOTE(Yotsuya @ Jan 15 2007, 11:33) *

I got bored so I redid my trackinfo panel.
IPB ImageIPB Image
IPB Image


that's one awesome setup.
would love to see that one appear in the Configuration Distribution Thread.
shakey_snake
IPB Image
It's made to go narrow, too. It looks decent at 2/3's that size.
ojdo
QUOTE(bowen_tk @ Jan 14 2007, 15:47) *
QUOTE(ojdo @ Jan 14 2007, 05:45) *
Nice! I have a "guest" layout, too. Latest version:
IPB Image

Can you explain the way to obtain your config please ??

It's just one big trackinfo_mod panel. I posted its code and the pictures used to the according thread. If any questions occur, please ask there. Be warned, the main work is collecting artist photos. Much work, but I think worth the effort biggrin.gif .

QUOTE(buckaroo @ Jan 15 2007, 01:33) *

QUOTE(buckaroo @ Jan 12 2007, 19:05) *
IPB Image
But I have a small problem with it.
When I doubleclick a playlist, Foobar stars, but some PNGs are missing:
When I close Foobar and start it by doubleclicking the foobar2000.exe (or a link of it..startmenu etc...) everything works fine:

So one else has this problem or knows how to fix it?
I guess a lot of people tried this configuration out?!


Had the problem, too. What helped:
1. Updated trackinfo_mod plugin to latest version.
2. Add a leading '/' to all relative paths.
Yotsuya
QUOTE(Hakker @ Jan 15 2007, 15:20) *
that's one awesome setup.
would love to see that one appear in the Configuration Distribution Thread.


It has now been added here.
Kyoji
QUOTE(ojdo @ Jan 15 2007, 18:08) *

2. Add a leading '/' to all relative paths.

You are my hero. For those too lazy out there, this fixed the problem for me:
Single Playlist config:
CODE

$ifequal($mod(%tracknumber%,2),0,
$imageabs(,,\images\LE5\reluna1.png,),
$imageabs(,,\images\LE5\reluna2.png,))

$if(%_selected%,$imageabs(,,\images\LE5\relunagreen.png,),)

$if(%isplaying%,$imageabs(,,\images\LE5\relunablue.png,),)
$if(%isplaying%,$font(Calibri,8,bold,0-0-200),$font(Calibri,8,,0-0-0))

$alignabs(277,2,%_width%,20,left,)
$if(%isplaying%,%_time_remaining%,%length%)

$padding(7,)
$align(left,middle)
[%tracknumber%]

$alignabs(28,2,%_width%,20,left,)
[%title%]

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,/images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,190,,$replace(%path%,%filename_ext%,[%album%].jpg),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,/images\case.png,),)


Track info mod 2:
CODE

// Global

// Background

$imageabs(,,/images\LE5\reluna.png,)

// PerTrack

$if(%rating%,
$ifequal($num(%rating%,2),00,$imageabs(5,7,/images\rating_hearts\rating0.png,),)
$ifequal($num(%rating%,2),01,$imageabs(5,7,/images\rating_hearts\rating1.png,),)
$ifequal($num(%rating%,2),02,$imageabs(5,7,/images\rating_hearts\rating2.png,),)
$ifequal($num(%rating%,2),03,$imageabs(5,7/,images\rating_hearts\rating3.png,),)
$ifequal($num(%rating%,2),04,$imageabs(5,7,/images\rating_hearts\rating4.png,),)
$ifequal($num(%rating%,2),05,$imageabs(5,7,/images\rating_hearts\rating5.png,),)
,$imageabs(5,7,/images\rating_hearts\notrated.png,))

$puts(rating,$if2(%rating%,0))
$button(5,7,0,0,13,13,,,Rate 1,)
$button(5,7,13,0,13,13,,,Rate 2,)
$button(5,7,26,0,13,13,,,Rate 3,)
$button(5,7,39,0,13,13,,,Rate 4,)
$button(5,7,52,0,13,13,,,Rate 5,)

//$puts(rating,$if2(%rating%,0))
//$button(5,7,0,0,13,13,,,TAG:SET:Rating:1,)
//$button(5,7,13,0,13,13,,,TAG:SET:Rating:2,)
//$button(5,7,26,0,13,13,,,TAG:SET:Rating:3,)
//$button(5,7,39,0,13,13,,,TAG:SET:Rating:4,)
//$button(5,7,52,0,13,13,,,TAG:SET:Rating:5,)

//PLAY/PAUSE
$button(233,1,0,0,22,21,
$if($or(%ispaused%,$not(%isplaying%)),/images\LE5\pause.png,images\LE5\play.png),
$if($or(%ispaused%,$not(%isplaying%)),/images\LE5\play_.png,images\LE5\pause_.png),
$if($or(%ispaused%,$not(%isplaying%)),play,pause)
,)

//PREVIOUS
$button(208,1,0,0,22,21,/images\LE5\prev.png,images\LE5\prev_.png,previous,)

//NEXT
$button(258,1,0,0,22,21,/images\LE5\next.png,images\LE5\next_.png,next,)

//ALBUM LIST
$button(286,1,0,0,22,21,/images\LE5\search.png,images\LE5\search_.png,Album List,)

// PerSecond


Now if I could just get the hearts working with play counter nicely..
drake
QUOTE(Yotsuya @ Jan 13 2007, 16:47) *

QUOTE(binkgle @ Jan 13 2007, 12:58) *

I'm working on geting my foobar set up with the single columns playlist, but all of the posted configs, at least in the screenshots posted, seem not to be able to handle singles or short (2-4) song albums all that well due to the need of a moderate amount of space for the album art.

how do you guys deal with singles and short albums (pharaoh sander's karma, for instance)?


There are a few approaches to dealing with this:

- Hide the image when there is not enough room. You can do this with an $ifgreater() statement like this:
CODE
$ifgreater($mul(%_height%,%_itemcount%),100,
// your existing album art code
,)


this relies on the total number of tracks by the artist, not the amount in the album





also, any way to make it so that tracks that are in different folders (but belong to the same artist/album) don't create new albumart images?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.