Recommended Posts

ok im REALLY stumped. SOrry im being newbish on you guysbut this makes aboslutely no sense. on the nub4life foobar website under buttons > download it gives me one png or other fileformat with 14 buttons T_T

HOw to use properly?

Try this (select the box in red).

foo4qr.th.jpg

Awhile back my foobar crashed and since then the arrows I had in the "Pos." column have stopped animating. Just one shows instead of going from -> to ->-> to ->->-> to ->->->-> as shown in the screenshot below. What'd I'd like to figure out is how to get the animation back. Using 0.8.3 with columns 0.1.2

here's the code that's in the "Display" tab:

// DO NOT change anything here !

// for configuration, see the "Globals"-tab !

// ============================================

$if($or(%_isplaying%,%_ispaused%),

%_standard_color_high%

$select($add(1,$mod(%_time_elapsed_seconds%,4)),⇢,⇢⇢,⇢⇢⇢,⇢⇢⇢⇢)

$char(9)

,

$if($strcmp(%_days_since_play%,0),%_standard_color_low%)

$char(9)%_standard_color_low%$pad_right(%_playlist_number%,4)

)

foobar0hr.png

:fun: Happy Birthday miscellanea a.k.a. tatsu :D :punk:

Thanks! :yes:

Awhile back my foobar crashed and since then the arrows I had in the "Pos." column have stopped animating. Just one shows instead of going from -> to ->-> to ->->-> to ->->->-> as shown in the screenshot below. What'd I'd like to figure out is how to get the animation back. Using 0.8.3 with columns 0.1.2

here's the code that's in the "Display" tab:

foobar0hr.png

I think you need to check "Show dynamic info (...) in playlist" in Preference -> Display.

Awhile back my foobar crashed and since then the arrows I had in the "Pos." column have stopped animating. Just one shows instead of going from -> to ->-> to ->->-> to ->->->-> as shown in the screenshot below. What'd I'd like to figure out is how to get the animation back. Using 0.8.3 with columns 0.1.2

here's the code that's in the "Display" tab:

foobar0hr.png

:o wow!!, would you mind posting your config?, i totally loved the way you made it look

tnx in advance

you need:

column ui

navigator suite config (for column ui)

tabbed panel

album art

track info (optional)

-extract all into foobar2000/component folder

-go to preference > display, change user interface module to column ui, restart foobar2000

-go to preference > display > column ui > other tab > click Import and load navigator suite config

to add album art and tabbed panel into the toolbar, go to preference > display > column ui > other tab > select list all toolbars

unlock the toolbar, click it and add panel > album art, layout > tabbed panel stack, adjust their minimum height (in preference)

:)

with 0.9 beta I'm using this in Playlist -> Sort -> Sort by...

$if($stricmp($left(%album artist%,4),'the '),$replace(%album artist%,$left(%album artist%,4),,),%album artist%)|%date% - %album%|[%disc%|]$tracknumber()

I don't use autoplaylist :p

Thanks - I'm now using this code:

$if(%tracknumber%,2,1)|$puts(album_artist,$if2($meta(album artist),$meta(artist)))$puts(album_artist,$if($strcmp($left($get(album_artist),4),'The '),$replace($get(album_artist),$left($get(album_artist),4),,),$get(album_artist)))$get(album_artist)|$if2(%date% - %album%,%album)|[%disc%]|$num(%tracknumber%,9)

@acedriver: thanks very much...now it works fine...but got some questions:

1-How i can choose which album art that appears?

2-How can i set the settings for the best photo resolution that appears in the album art?

3-If i want to choose the looking of the buttons too, how can i do that?

Thanks for the great help...

I know this is a little random but I've made a little code for my album list panel and I was wondering if anyone could perhaps clean it up a little. I'm quite new to the fb2k strings.

$if2(Category: %category%,Other)|$if3(%subcategory%,...%category%,)|$puts(album_artist,$if2($meta(album artist),$meta(artist)))
$puts(album_artist,
$if($strcmp($left($get(album_artist),4),'The '),
$replace($get(album_artist),$left($get(album_artist),4),,),
$get(album_artist)))$if(%tracknumber%,$get(album_artist),...Singles)|$puts(album_artist,$if2($meta(album artist),$meta(artist)))
$puts(album_artist,
$if($strcmp($left($get(album_artist),4),'The '),
$replace($get(album_artist),$left($get(album_artist),4),,),
$get(album_artist)))$if(%tracknumber%,$if3(%date% - %album%,%album%,),$get(album_artist))|[Disc %disc%]

@muad'dib

In the preference for the album art, you can choose the location(s) where the album art is looked for.

@acedriver: thanks very much...now it works fine...but got some questions:

1-How i can choose which album art that appears?

2-How can i set the settings for the best photo resolution that appears in the album art?

3-If i want to choose the looking of the buttons too, how can i do that?

Thanks for the great help...

the button is posted here

the change it, go to preferences > column ui > other tab > select use custom buttons and bitmap includes mouseover images

- Download the *.png files (preferrably somewhere in your /foobar2000/ folder)

- Preferences > Display > ColumnsUI > 'Other' Tab > check where it says "Use custom buttons" and then click the little ... next to it, and pick your desired .png buttons file.

- Save preferences, restart foobar. :D

can sum 1 help me move my track info plugin 2 the top of my foobar instead of it being on the silly sidebar because it wont let me move it :(

fb2k3dm.th.png

Slight mod of TheUndead's config. :)

I'm trying out Foobar. :D Not so bad as I've always thought. How do I get the satusbar like in this image?

Also, how do I get a grid in the playlist and change the color of border, background and text on select?

If grid isn't possible maybe someone know how to get every 2nd line darker like in the image above.

I'm trying out Foobar. :D Not so bad as I've always thought. How do I get the satusbar like in this image?

Also, how do I get a grid in the playlist and change the color of border, background and text on select?

If grid isn't possible maybe someone know how to get every 2nd line darker like in the image above.

The playlist is rendered using the plugin columns ui.

Download the latest version from this website and put it in the components folder in your foobar2000 directory.

Then enable it in the preferences dialog - click on foobar2000->preferences->display and change the user interface module to columns ui, and restart foobar2000.

I'm not an expert on writing my own formatting scripts but the best option is probably to use one from this site as a starting point. Import it into fb2k again using the prefs dialog.

EDIT: I've attached my config, which is a modified version of azrael - hope it comes in useful. Change the extension to .fcs before importing it

fpd20060220.txt

^That was not the style I was looking for at all. :p I'm glad I exported my old settings before I applied it. :)

I've installed the Colums plugin the only thing I need to know is the scripting. Which seems a bit complicated, wtf are the squared boxes? :huh:

EDIT: I managed to fix the statusbar, only the playlist left. :p

Edited by em3
^That was not the style I was looking for at all. :p I'm glad I exported my old settings before I applied it. :)

I've installed the Colums plugin the only thing I need to know is the scripting. Which seems a bit complicated, wtf are the squared boxes? :huh:

EDIT: I managed to fix the statusbar, only the playlist left. :p

Sorry em3, I know its not exactly what you wanted but it gives an idea of what can be done...

I'm not very familiar with the scripting but the hydrogenaudio forums or the columns ui wiki might shed some light!

A lot of the formatting strings also have options in the globals section - for example the alternate dark bands you had mentioned. In fact in the format I attached to my last post, if you append -s- to the name of the playlist, it is treated as a list of singles and there are alternate light and dark bands.

The best way to find out more is probably to look at other people's work and try tinkering with it.

I'm also not too sure what square boxes you're referring to. Can you post a screenshot?

EDIT: Usually there are square boxes when a character isn't available in a particular font - eg unicode symbols in an ansi font

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

    • No registered users viewing this page.
  • Posts

    • NVIDIA officially supports Ubuntu, as linked above with the GeForce NOW Hands on I did in collaboration with Paul Hill.
    • TO be clear I am not running linux today, however I keep thinking about it. And I want to make sure there are minimal obstacles if I decide to make that switch in the coming months.
    • Yes, I actually glossed over the Linux part from the OP. You could always go for a 9070 XT and if you really want to play Ray Traced games in the future, GeForce Now is pretty damn good on Linux https://www.neowin.net/news/nvidias-native-geforce-now-app-for-linux-bridges-the-gaming-gap-hands-on/
    • One reason it might be running hotter is dust build up within the cooling or perhaps the paste has dried out. You could always try repasting your old GPU and cleaning the cooler. Your experience in Linux will be much better with an AMD GPU; the performance in gaming is much closer to Windows than nVidia would be. I personally think on Windows, AMD drivers are junk.
    • I reviewed it back in March, but I didn't have a 5070 at the time https://www.neowin.net/reviews/amd-rx-9070-review-vs-rtx-5070-4070-and-rx-9070-xt-7800-xt--just-good-enough/ When I reviewed the 9070 I did have a 5070 to compare it against, so the scores are there for the 9070 XT. it outperforms the 5070 in raster, and is barely neck and neck in Ray Tracing. So it's better than a 5070 in everything but Ray Tracing where it is neck and neck, or just under. To be honest, the uplift from 3080 when it was new to the 9070 XT is not as great a step up. If you can find a used 4080 Super for around the same money, you would probably be better off, but if you only want to buy new then the 16GB 9070 XT is the best value for money in its category.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      Skyfrog
      67
  • Tell a friend

    Love Neowin? Tell a friend!