Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Foobar Gallery (Read 1799145 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Foobar Gallery

Reply #700
Still trying to figure out if I like this colour config i came up with or not...



$puts(theme_dark,0)

// foreground colors
$puts(standard_color,$rgb(46,46,46))
$puts(special_color,$rgb(81,101,133))
$puts(playing_color,$rgb(208,237,255))
$puts(borders_color,$rgb(138,163,183))

// background colors
$puts(bg_color,$rgb(247,244,241))
$puts(bg_color2,$rgb(235,232,227))

// various symbols used in display
$puts(symbol_seperator,' • ')
$puts(symbol_rating,⋆ )

Foobar Gallery

Reply #701
oops....

Foobar Gallery

Reply #702
Hint towards those posting Navigator color-schemes:

If you additionally post them in the navigator-thread, then they may be included into future versions. I don't have the time to keep track of color-schemes posted in the gallery-thread, so only schemes which are posted in the navigator-thread will be in the pool for inclusion into future versions.

@hedge:
Sorry to be the messenger of bad news, but 1.2.1 was additionally released in a -minimal- variant optimized for faster playlist-scrolling - with tag-guessing and other stuff removed - so you probably did some work which you could have gotten for free *g*

- Lyx
I am arrogant and I can afford it because I deliver.

Foobar Gallery

Reply #703
Quote
@hedge:
Sorry to be the messenger of bad news, but 1.2.1 was additionally released in a -minimal- variant optimized for faster playlist-scrolling - with tag-guessing and other stuff removed - so you probably did some work which you could have gotten for free *g*

- Lyx
[a href="index.php?act=findpost&pid=290584"][{POST_SNAPBACK}][/a]

Ah well, i just took the 1.2.1 file, and fiddled and removed till I was happy. I would have had to do some stuff to the optimized variant anyway, and deleting tag guessing only took 30 seconds cos of the good structure of ya code

Foobar Gallery

Reply #704
OK, you all might think this is a silly question, but I haven't seen any answers in the forum or on the wiki:

How do you get your artists/albums columns to show the name of the artist/album only once?  It's been driving me nuts!

Foobar Gallery

Reply #705
These configs check the %tracknumber% tag. If it is 1, it displays %artist%, if it is 2, it displays %album% - and so on. It works but isn't that beautiful to my eyes.


Quote
How do you get your artists/albums columns to show the name of the artist/album only once?  It's been driving me nuts!
[a href="index.php?act=findpost&pid=290669"][{POST_SNAPBACK}][/a]

Foobar Gallery

Reply #706
Example:
Code: [Select]
$select(%tracknumber%,%artist%,%album%,%date%)

Foobar Gallery

Reply #707
Quote
Example:
Code: [Select]
$select(%tracknumber%,%artist%,%album%,%date%)

[{POST_SNAPBACK}][/a]


Thanks!   


My latest shots:

[a href="http://i4.photobucket.com/albums/y134/rapsodie/Foobar2000%20Screenshots/fooshot1504file.png]File Mode[/url]

Album Mode

It's still not as tricked-out as some others I've seen on here ... but it still does everything I want it to do!  ;-)

Foobar Gallery

Reply #708
Quote
Masahiko, which font are you using? i like tahoma but your looks less "aliased"
[a href="index.php?act=findpost&pid=289907"][{POST_SNAPBACK}][/a]


I'm using Frutiver Linotype, 7pt, bold with clear type anti-aliased.

(i'm in late, sorry  )

Foobar Gallery

Reply #709
probably the last place people think of adding useless info to...




for those who want to save a little time...
Code: [Select]
Artist:  %ARTIST%$char(10)
Album: %album%$char(10)
Track:  %tracknumber%$char(10)
Title:    %title%$char(10)
%__bitrate%Kbps$if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr), VBR, CBR)) %__Codec%
- sig removed, no code allowed

Foobar Gallery

Reply #710
Quote
probably the last place people think of adding useless info to...




for those who want to save a little time...
Code: [Select]
Artist:  %ARTIST%$char(10)
Album: %album%$char(10)
Track:  %tracknumber%$char(10)
Title:    %title%$char(10)
%__bitrate%Kbps$if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr), VBR, CBR)) %__Codec%

[a href="index.php?act=findpost&pid=291233"][{POST_SNAPBACK}][/a]


Which component is that?

Edit:  Nevermind.  Its under Display->Title Formating then under the System Tray tab.

Foobar Gallery

Reply #711
i should also mention that little box has a character limit so here is the code to help cut down on problems with the character limit

Code: [Select]
Artist:  $iflonger(%artist%,25,$trim($cut(%artist%,$sub(25,3)))...,%artist%)$char(10)
Album: $iflonger(%album%,25,$trim($cut(%album%,$sub(25,3)))...,%album%)$char(10)
Track:  %tracknumber%$char(10)
Title:    $iflonger(%title%,25,$trim($cut(%title%,$sub(25,3)))...,%title%)$char(10)
%__bitrate%Kbps$if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr), VBR, CBR)) %__Codec%


here is what it looks like...
- sig removed, no code allowed

Foobar Gallery

Reply #712
Quote
Quote
Masahiko, which font are you using? i like tahoma but your looks less "aliased"
[{POST_SNAPBACK}][/a]


I'm using Frutiver Linotype, 7pt, bold with clear type anti-aliased.

(i'm in late, sorry  )
[a href="index.php?act=findpost&pid=291009"][{POST_SNAPBACK}][/a]

Thanks =)
By the way, my current foobie:

[a href="http://img202.echo.cx/img202/5955/20050417foobie6nc.png][/url]

Foobar Gallery

Reply #713
My foobar is a slightly modified Navigation-Suite by Lyx.
(I have added some simple things like the vorbis version, the parenthesis color etc)

MyFoobar

Foobar Gallery

Reply #714
Quote
Quote
Example:
Code: [Select]
$select(%tracknumber%,%artist%,%album%,%date%)

[{POST_SNAPBACK}][/a]


Thanks!   


My latest shots:

[a href="http://i4.photobucket.com/albums/y134/rapsodie/Foobar2000%20Screenshots/fooshot1504file.png]File Mode[/url]

Album Mode

It's still not as tricked-out as some others I've seen on here ... but it still does everything I want it to do!  ;-)
[a href="index.php?act=findpost&pid=290877"][{POST_SNAPBACK}][/a]


Can you post your formating strings?

Foobar Gallery

Reply #715
Quote
Can you post your formating strings?
[a href="index.php?act=findpost&pid=291772"][{POST_SNAPBACK}][/a]


Sure.    Is there a particular trick or section you wanted to figure out?

Foobar Gallery

Reply #716
[a href="http://img253.echo.cx/my.php?image=neoshooter16dj.jpg" target="_blank"]

--
After silence, that which comes nearest to expressing the inexpressible is music.

Foobar Gallery

Reply #717
I am working on this part:

Code: [Select]
$select(%tracknumber%,%artist%,%album%,%date%)

Foobar Gallery

Reply #718
Quote
I am working on this part:

Code: [Select]
$select(%tracknumber%,%artist%,%album%,%date%)

[a href="index.php?act=findpost&pid=291889"][{POST_SNAPBACK}][/a]


Here's what I did:

In the Display tab under the Artist column:

Code: [Select]
$select(%tracknumber%,%artist%)


In the Display tab under the Album column:

Code: [Select]
$select(%tracknumber%,%album%,%label% '('%date%')')


Any probs, PM me. 

Foobar Gallery

Reply #719
Thanks.

How do you get alternating colors for the rows.  A great example would be iTunes' pattern of blue and white.

Foobar Gallery

Reply #720


Boom.

Foobar Gallery

Reply #721
Quote


Boom.
[a href="index.php?act=findpost&pid=292020"][{POST_SNAPBACK}][/a]


Excellent color scheme.
How did you get the alternating colors for each individual row?

Foobar Gallery

Reply #722
Quote


Boom.
[a href="index.php?act=findpost&pid=292020"][{POST_SNAPBACK}][/a]


Nice one! BTW what is the variable u used to get the '-ape' info @ bitrate (in the track info panel). May I have the script?

Foobar Gallery

Reply #723
Quote
Excellent color scheme.
How did you get the alternating colors for each individual row?
[a href="index.php?act=findpost&pid=292023"][{POST_SNAPBACK}][/a]


i'm not entirely sure how it's done, but i have the jist of it.  you'll have to use the $mod() function in the color tab of your column. something like:

$ifgreater($mod(%_playlist_number%,2),0,[color a],[color b])

i probably left something out, because i'm a dolt, but that might work.

Foobar Gallery

Reply #724
Minimalistic 

[a href="http://img255.echo.cx/my.php?image=foobar0gk.png" target="_blank"]
God Bless U.S.A