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

    • WebChangeMonitor 26.06 by Razvan Serea Monitors allows you to quickly check a number of web pages and tracks changes based on the content of the web pages. Allows to monitor several protocols, including HTTP and HTTPS. Allows to view and record differences. Available for Win7/10, Linux and others. WebChangeMonitor features: Allows monitoring of web pages and informs about content changes Indication of states of currently monitored items in the tool and taskbar Reporting as sound and/or email as well as log file or HTML log Several configuration / filter options Support all protocols, e.g. http, https Multi-threaded, running in the background Bulk-import and bulk-export of items (from/to CSV) to monitor Export of results to CSV file for further processing Allows running command on items states and/or showing diff (changes) of content with preferred diff-tool ...and many more! Open Source (C++, wxWidgets) Cross platform for Windows (7/10), Linux, RPi and Mac (if self-compiled) WebChangeMonitor 26.06 release notes: Release 26.06 brings mostly s but updates the underlying core infrastructure. A major compiler is used for both x86/x64 and WoA64 architectures. This also means that all core libraries are re-compiled accordingly which required some changes in the build scripts. One of the core libraries (cURL) has been updated to address vulnerabilities and a nasty linker error that was causing the need for a dedicated patch which could now be eliminated. Download: WebChangeMonitor 64-bit | Setup 64-bit | ~10.0 MB (Open Source) Download: WebChangeMonitor 32-bit | Setup 32-bit View: WebChangeMonitor Website | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.4 is out.
    • yea they change their app to high-system app so you can't disable with adb or within android, you gotta get root be able to do disable this high-system app now if you have locked down boot loader you screwed. samsung started locking down their store and their account app extremely annoying, account constantly nagging you to sign in... i disable all ai core apps and especially gemini since you can't uninstall anymore. i hope some day someone will present a bill force this companies quit locking down this damn phone especially the apps...
    • It's basically the only web browser project not controlled by a major corporation.
    • You missed out, Ico and Shadow of the Colossus were beautiful epic masterpieces, I never got to play The Last Guardian sadly so can't really comment on that one.
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      257
    3. 3
      Steven P.
      74
    4. 4
      Skyfrog
      70
    5. 5
      +Edouard
      69
  • Tell a friend

    Love Neowin? Tell a friend!