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
jmur
QUOTE(CepiPerez @ Oct 27 2006, 23:14) *

QUOTE(jmur @ Oct 28 2006, 00:05) *

doesnt work. after i set it to empty, right away half of the cover disappears by itself, and then as i remove tracks, more and more of the cover disappears.


The code shows a part of the cover in each song, using the songs 1 to 4.
You need to have 4 songs and the songs must be tagged in 1, 2, 3 and 4 in the tracknumber.
If you delete de track 2, then tag the track 5 (or 6, or 10) to 2.

ok i understand what youre code does, but what im trying to get the code to do is show the whoel cover no matter how many tracks i have in my playlist, so if i have only 1 file in my playlist, i want it to show the whole cover image. what you are telling me to do isnt what i want it to do.

so in other words i need code to just display the whole cover image regardless of how many tracks there are. whether it be 1 track or 100 tracks.
CepiPerez
QUOTE(jmur @ Oct 28 2006, 00:55) *

ok i understand what youre code does, but what im trying to get the code to do is show the whoel cover no matter how many tracks i have in my playlist, so if i have only 1 file in my playlist, i want it to show the whole cover image. what you are telling me to do isnt what i want it to do.

so in other words i need code to just display the whole cover image regardless of how many tracks there are. whether it be 1 track or 100 tracks.


That's not posible.
I understand what you want, something like WMP11.
alphaex32
QUOTE(jmur @ Oct 28 2006, 00:55) *
i need code to just display the whole cover image regardless of how many tracks there are. whether it be 1 track or 100 tracks.
Hopefully a footer feature could be added to the single column playlist component which would allow something like this.
jmur
QUOTE(CepiPerez @ Oct 28 2006, 00:29) *

QUOTE(jmur @ Oct 28 2006, 00:55) *

ok i understand what youre code does, but what im trying to get the code to do is show the whoel cover no matter how many tracks i have in my playlist, so if i have only 1 file in my playlist, i want it to show the whole cover image. what you are telling me to do isnt what i want it to do.

so in other words i need code to just display the whole cover image regardless of how many tracks there are. whether it be 1 track or 100 tracks.


That's not posible.
I understand what you want, something like WMP11.


how is it not possible? didnt you set it up to only display the image with the first 4 songs? couldnt the code be updated to make the cover fully visible at all times?

about WMP11, ive never used it, so im not sure what you are talking about..
vonmeth
The only way it would be possible is if you display the album cover in the heading.

If you want it to display in the tracklisting only, you either need really small album cover picture (shrink it down, which I believe is possible even without using another program to do so) or make the height of each track large so a decent (meaning legiable) album cover can be displayed (which is probably not even an agreeable way to do it).

Just simply do a decent sized heading for each album listing, and display the album cover in there.

QUOTE(jmur @ Oct 27 2006, 22:44) *

QUOTE(CepiPerez @ Oct 28 2006, 00:29) *

QUOTE(jmur @ Oct 28 2006, 00:55) *

ok i understand what youre code does, but what im trying to get the code to do is show the whoel cover no matter how many tracks i have in my playlist, so if i have only 1 file in my playlist, i want it to show the whole cover image. what you are telling me to do isnt what i want it to do.

so in other words i need code to just display the whole cover image regardless of how many tracks there are. whether it be 1 track or 100 tracks.


That's not posible.
I understand what you want, something like WMP11.


how is it not possible? didnt you set it up to only display the image with the first 4 songs? couldnt the code be updated to make the cover fully visible at all times?

about WMP11, ive never used it, so im not sure what you are talking about..


The problem is how do you display an album cover that is at least 3 songs height wise when there is only 2 or 1 song in the album (which is freaking extremely rare to begin with).


Oh,and post screen shots of WMP11 doing it. I have never used WMP11, so I can only imagine what you are saying.
Brendan
QUOTE(jmur @ Oct 28 2006, 13:55) *

.......
so in other words i need code to just display the whole cover image regardless of how many tracks there are. whether it be 1 track or 100 tracks.


Terrestrial did say he was going to attempt to add a function to create blank rows for the next version, so what you want could be possible by the next version.
tool++
IPB Image

Yes I stole the wrapping text idea.


I think a minimum group size function would be pretty cool.

It might mess up the row formatting for things that use tracknumber as the new rows would have no ID3 data to reference ;/ (alternating rows).
spex04
QUOTE(tool++ @ Oct 28 2006, 16:13) *

Yes I stole the wrapping text idea.

tongue.gif

QUOTE(tool++ @ Oct 28 2006, 16:13) *

I think a minimum group size function would be pretty cool.

It might mess up the row formatting for things that use tracknumber as the new rows would have no ID3 data to reference ;/ (alternating rows).

It should be ok because you can use %_itemindex% or %list_index% instead of %tracknumber%
CepiPerez
Here's a WMP11 screenshot, for people who don't know how it shows the covers.

IPB Image

Regards.
Raven.am0k
Just one little off-topic question.

How can i change the Foobar ICON in the upper left corner of foobar?
funkfuzz
How do I change the seekbar (see image below) from the boring generic slider to a cooler looking version? Or, better yet, how do I change the bottom progress bar so that I can click on it and seek within the song?

Anybody know how to do that?

IPB Image
skelly831
@ tool++, where can I get that little icon thats between the codec type and track length?

Awesome work BTW, you're probably tired of compliments by now eh? tongue.gif

EDIT: and the quicksearch icon too please...
musosticky
QUOTE(Raven.am0k @ Oct 28 2006, 13:02) *

Just one little off-topic question.

How can i change the Foobar ICON in the upper left corner of foobar?


you can use a program called resource hacker....I wont link to it as it maybe against the license to do so
Raven.am0k
ah, okay, thanks smile.gif



Edit**

Okay, found out how it works smile.gif thx for your help
Kaleth
My new foobar
IPB Image
fwqhgads
tool++, how have you gotten the quicksearch toolbar to work with single columns playlist?
fwqhgads
QUOTE(Meez @ Oct 27 2006, 17:30) *

Many thanks to eejdax, based on his WMP11 theme.


IPB Image


smile.gif

Could you post your config for Single Column Playlist? I love that glossy look.
tool++
QUOTE(fwqhgads @ Oct 29 2006, 00:24) *

tool++, how have you gotten the quicksearch toolbar to work with single columns playlist?


Like, get the latest version.
mgbdeftones
Have a quick question about my skin, and I'm assuming the answer is "no";

With my current theme my foobar appears like so:
IPB Image

Is there any way in foobar to make my skin appear like this (no white along tabs):
IPB Image

I know I can change the settings in windows, but it will apply to all my applications and I'm trying to avoid that. Any help appreciated
Slourte
QUOTE(mgbdeftones @ Oct 28 2006, 20:25) *

Have a quick question about my skin, and I'm assuming the answer is "no";

With my current theme my foobar appears like so:
http://img243.imageshack.us/my.php?image=foobar2rk3.jpg][img]http://img243.imageshack.us/img243/9199/foobar2rk3.th.jpg

Is there any way in foobar to make my skin appear like this (no white along tabs):
http://img154.imageshack.us/my.php?image=foobarwj9.jpg][img]http://img154.imageshack.us/img154/7128/foobarwj9.th.jpg

I know I can change the settings in windows, but it will apply to all my applications and I'm trying to avoid that. Any help appreciated


Nope, can't do that.
speedemonV12
QUOTE(tool++ @ Oct 28 2006, 09:13) *

IPB Image

Yes I stole the wrapping text idea.


I think a minimum group size function would be pretty cool.

It might mess up the row formatting for things that use tracknumber as the new rows would have no ID3 data to reference ;/ (alternating rows).



tool... you are a god.. .can you post your newest config? for the single column ui
collapsed
QUOTE(funkfuzz @ Oct 28 2006, 15:09) *

How do I change the seekbar (see image below) from the boring generic slider to a cooler looking version? Or, better yet, how do I change the bottom progress bar so that I can click on it and seek within the song?

Anybody know how to do that?

IPB Image


how can i get album art to appear in between albums like this??
does it have to be in single column mode, or can I do it in the normal mode??
I have been looking through this thread, but there are 155 pages to sort through. I found that people start adding album art in this manner somewhere around page 110, but I didnt have time to finish reading since I had to go to werk.
Nickoladze
read through the Single Column Playlist component's thread
Rexii
Hi,

im very new to foobar customisation. I tried tool++'s setup, but decided to cut it down. however i cant seem to be able to resize the top and bottom trackinfo mod
i want to resize them so my playlist takes most of the screen instead of them sharing the same size
my current setup looks like this:

IPB Image


can anyone help?


I managed to solve it. i was dumb enough to set boarder to none so i couldnt see the resizer. lol

this thread is awsome!
tool++
QUOTE(speedemonV12 @ Oct 29 2006, 03:44) *

QUOTE(tool++ @ Oct 28 2006, 09:13) *

IPB Image

Yes I stole the wrapping text idea.


I think a minimum group size function would be pretty cool.

It might mess up the row formatting for things that use tracknumber as the new rows would have no ID3 data to reference ;/ (alternating rows).



tool... you are a god.. .can you post your newest config? for the single column ui



Moo!

item
CODE


$if(%_isplaying%,
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-50-50-50 pencolor-null)
,$drawrect(0,0,0,0,brushcolor-30-30-30 pencolor-null))
,
$if(%_selected%,
$ifequal($mod(%list_index%,2),0,
$drawrect(0,0,0,0,brushcolor-35-35-35 pencolor-45-45-45)
,
$drawrect(0,0,0,0,brushcolor-40-40-40 pencolor-null)
)
,

$ifequal($mod(%tracknumber%,2),0,
$drawrect(-1,0,$add(%_width%,2),0,brushcolor-SYSCOL-15 pencolor-SYSCOL-11)
,
$drawrect(0,0,0,0,brushcolor-SYSCOL-5 pencolor-null)
)
)
)

$padding(2,0)

$if(%_isplaying%,$font(calibri,8,bold,SYSCOL-1),$font(calibri,8,bold,SYSCOL-1))

$if($greater(%tracknumber%,6),$alignabs(4,0,%_width%,21,left,top),$alignabs(94,0,%_width%,21,left,top))
$if(%_isplaying%,$font(calibri,8,bold,SYSCOL-1),$font(calibri,8,bold,SYSCOL-16))

[Disc %discnumber% ][%tracknumber%. ]

$if(%_isplaying%,$font(calibri,8,bold,SYSCOL-1),$font(calibri,8,bold,SYSCOL-16))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold,SYSCOL-1),$font(Calibri,8,bold,SYSCOL-12))
%title%

$if(%_isplaying%,
$if(%_selected%,
$drawrect($sub(%_width%,68),1,0,12,brushcolor-50-50-50 pencolor-null),
$drawrect($sub(%_width%,68),1,0,12,brushcolor-30-30-30 pencolor-null))
,
$if(%_selected%,
$ifequal($mod(%%list_index%%,2),0,
$drawrect($sub(%_width%,68),1,0,12,brushcolor-35-35-35 pencolor-null)
,
$drawrect($sub(%_width%,68),1,0,12,brushcolor-40-40-40 pencolor-null)
)
,

$ifequal($mod(%list_index%%,2),0,
$drawrect($sub(%_width%,68),1,0,12,brushcolor-SYSCOL-15 pencolor-null)
,
$drawrect($sub(%_width%,68),1,0,12,brushcolor-SYSCOL-5 pencolor-null)
)
)
)

$if(%_isplaying%,$font(calibri,8,bold,SYSCOL-1),$font(calibri,8,bold,SYSCOL-16))



$imageabs2(35,15,,,,,$sub(%_width%,65),0,'D:\fb2k\images\filetypes\'%__codec%'.png',alpha-140)

\



$alignabs($sub(%_width%,30),0,28,21,right,top)%length%
$imageabs2(90,90,,,,,0,$mul($sub(%tracknumber%,1),-15),'D:\fb2k\images\noalbum.png',)
$imageabs2(90,90,,,,,0,$mul($sub(%tracknumber%,1),-15),$replace(%path%,%filename_ext%,)folder.png,)
$imageabs2(90,90,,,,,0,$mul($sub(%tracknumber%,1),-15),$replace(%path%,%filename_ext%,)folder.jpg,)
$imageabs2(90,90,,,,,0,$mul($sub(%tracknumber%,1),-15),'D:\fb2k\images\artoverlay2.png',)


Group
CODE


$drawrect(0,0,0,0,brushcolor-SYSCOL-1 pencolor-null)
$font(calibri,8,bold,SYSCOL-5)
$alignabs(4,0,%_width%,21,left,top)↘
$font(calibri,8,bold,SYSCOL-5)
$alignabs(20,1,$add(%_width%,-107),20,left,top)
[$upper(%album artist%)][ → %album%]$font(calibri,8,bold italic,SYSCOL-5)$alignabs(20,1,$add(%_width%,-30),20,right,top) ['('%date%')'] ['('%genre%')']
saberrider
finally found the time to change my columns_ui style smile.gif
IPB Image IPB Image
Hakubo
QUOTE(fwqhgads @ Oct 29 2006, 02:40) *

QUOTE(Meez @ Oct 27 2006, 17:30) *

Many thanks to eejdax, based on his WMP11 theme.


IPB Image


smile.gif

Could you post your config for Single Column Playlist? I love that glossy look.
I'd like to see it too. wink.gif
funkfuzz
QUOTE(Hakubo @ Oct 29 2006, 14:32) *

QUOTE(fwqhgads @ Oct 29 2006, 02:40) *

QUOTE(Meez @ Oct 27 2006, 17:30) *

Many thanks to eejdax, based on his WMP11 theme.


IPB Image


smile.gif

Could you post your config for Single Column Playlist? I love that glossy look.
I'd like to see it too. wink.gif

Yeah, I'd be 100% interested in having this setup. And what I'd really like is on the l/h sidebar to have my physical directory of music, not sorted by artist but sorted by the directory structure so that albums with various artists are preserved in their normal order. Is this possible?

Thanks!
khoma
QUOTE(saberrider @ Oct 29 2006, 12:54) *

finally found the time to change my columns_ui style smile.gif
IPB Image IPB Image


what's the next track panel code?
vonmeth
QUOTE(khoma @ Oct 29 2006, 16:21) *

QUOTE(saberrider @ Oct 29 2006, 12:54) *

finally found the time to change my columns_ui style smile.gif
IPB Image IPB Image


what's the next track panel code?


I believe it is just follow cursor mode ...
Nickoladze
QUOTE(vonmeth @ Oct 29 2006, 16:08) *

QUOTE(khoma @ Oct 29 2006, 16:21) *

QUOTE(saberrider @ Oct 29 2006, 12:54) *

finally found the time to change my columns_ui style smile.gif
IPB Image IPB Image


what's the next track panel code?


I believe it is just follow cursor mode ...


no, its a cwb_hooks variable
saberrider
QUOTE(Nickoladze @ Oct 29 2006, 16:40) *


no, its a cwb_hooks variable


yes, i used cwb_next_user1 for the next song infos
CODE
%artist%$char(10)%album%$char(10)%title%


cwb_next_user2 is defined as
CODE
$replace(%path%,%filename_ext%,)


the trackinfo panel has
CODE
$padding(2,0)
$font(AvantGarde LT Medium Caps,9,,129-129-119)$char(10)#LINEHEIGHT,12#Next Track
$char(10)#LINEHEIGHT,6#
$font(AvantGarde LT Medium Caps,5,,129-129-119)--------------------------------------------------------
$char(10)$alignabs(2,18,5000,222,left,center)#LINEHEIGHT,12#
$font(AvantGarde LT Medium,9,,50-50-45)$if(%_trackinfo_notrack%,,%CWB_NEXT_USER1%
)'))


I used the albumart component for the display of the cover, cause it can handle wildcards and my covers have different filenames. So I use %cwb_next_user2%* with the albumart component but you could propably just have an imageabs with %cwb_next_user2%/folder.jpg if all your covers are called folder.jpg
Raven.am0k
Here is a new one from me.
Very simple but i like it and in my opinion it looks good smile.gif

IPB Image
nash
QUOTE(funkfuzz @ Oct 29 2006, 15:58) *


And what I'd really like is on the l/h sidebar to have my physical directory of music, not sorted by artist but sorted by the directory structure so that albums with various artists are preserved in their normal order. Is this possible?

Thanks!


I would also like to know if this is possible, thanks!

Also, I may as well ask: I saw in toolej's layout that he has a bunch of 'Track Info' panels. Where can I find this panel? I have the Track Info Mod panel, but I don't know where I can find the Track Info panel.
nightfishing
QUOTE(saberrider @ Oct 29 2006, 17:58) *

QUOTE(Nickoladze @ Oct 29 2006, 16:40) *


no, its a cwb_hooks variable


yes, i used cwb_next_user1 for the next song infos
CODE
%artist%$char(10)%album%$char(10)%title%


cwb_next_user2 is defined as
CODE
$replace(%path%,%filename_ext%,)


the trackinfo panel has
CODE
$padding(2,0)
$font(AvantGarde LT Medium Caps,9,,129-129-119)$char(10)#LINEHEIGHT,12#Next Track
$char(10)#LINEHEIGHT,6#
$font(AvantGarde LT Medium Caps,5,,129-129-119)--------------------------------------------------------
$char(10)$alignabs(2,18,5000,222,left,center)#LINEHEIGHT,12#
$font(AvantGarde LT Medium,9,,50-50-45)$if(%_trackinfo_notrack%,,%CWB_NEXT_USER1%
)'))


I used the albumart component for the display of the cover, cause it can handle wildcards and my covers have different filenames. So I use %cwb_next_user2%* with the albumart component but you could propably just have an imageabs with %cwb_next_user2%/folder.jpg if all your covers are called folder.jpg


Thank you for the tip!

IPB Image
musosticky
Ive pasted the code into a track info mod panel just for testing here at this point but all I get is the album tag but i understand I'm supposed to see the next artist, track and album

Am I missing something? from the description above of the next_user1 function all looks ok and its a cut and paste of the code :S

Any ideas would be appreciated

IPB Image

edit ignore me im a moron worked it out
Brendan
For once I made something that I'm satisfied with, sort of.

IPB Image

Decided to jump on the bandwagon of using tiling quilty patterns for my wallpapers, haha.
CIBERUS
QUOTE(Brendan @ Oct 30 2006, 13:07) *

For once I made something that I'm satisfied with, sort of.

IPB Image

Decided to jump on the bandwagon of using tiling quilty patterns for my wallpapers, haha.



waw can u share your config? and image too..
if u don't mind biggrin.gif
odnorf
QUOTE(saberrider @ Oct 29 2006, 18:54) *

finally found the time to change my columns_ui style smile.gif
IPB Image IPB Image


What's this VS? smile.gif
ryknow
QUOTE(CIBERUS @ Oct 30 2006, 06:47) *

QUOTE(Brendan @ Oct 30 2006, 13:07) *

For once I made something that I'm satisfied with, sort of.

IPB Image

Decided to jump on the bandwagon of using tiling quilty patterns for my wallpapers, haha.



waw can u share your config? and image too..
if u don't mind biggrin.gif

Same here, that's so cool smile.gif
AlexanderTG
does anyone know which components were used to get fb2k to look like this?

http://www.hydrogenaudio.org/forums/index....st&p=444325

any advice appreciated.

thanks

ax
Brendan
QUOTE(ryknow @ Oct 30 2006, 17:54) *

QUOTE(CIBERUS @ Oct 30 2006, 06:47) *

waw can u share your config? and image too..
if u don't mind biggrin.gif

Same here, that's so cool smile.gif


I'll decide whether or not to share it once it's finished. I still have some things to do.

For example, at the moment the refresh button on the far right doesn't rescan my database, which is what I'd like it to do. Is there a way I can make it do that?
apul
Here's mine (beta version):

IPB Image

Based on tool++ config. LeGzo helped me, too. smile.gif
GWX
I've been using Foobar for exactly two days now, and I like it very much. Before I discovered Foobar (well, I knew it existed, but I never tried it) I used Winamp, but I think I will use Foobar from now on.

I played around a little with components etc. It is somewhat difficult to discover how everything works. This is the result: http://gwx.tomaatnet.nl/foobar.png

It is quite simpel, however, I really like it.
saberrider
QUOTE(odnorf @ Oct 30 2006, 01:23) *

What's this VS? smile.gif


area o4
http://www.deviantart.com/deviation/23369316/
Raven.am0k
Here´s a little update of mine

IPB Image
tool++
PS HI:

MOO MOO MOO//START_TRANSMISSION::

IPB Image

++++++++++//END.
ubi
BADABIM!

small changes...

IPB Image

IPB Image
uRT
@ubi and @tool++

that is hot!
funkfuzz
After seeing ubi & ++tool's latest foobizzles, this pales comparison...but here it is anyhoo:

IPB Image
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.