Recommended Posts

That doesnt do the trick :p but that doesnt mather.

The only problem I'm still having is with the selected playing song, how can I change that color?

And is it possible to resize a column without having to set the size?

Like in Windows Explorer. :)

Edited by Capric0rn

I have another question. I view my artists in my album list by artist. However, there are some artists I want to delete. I delete them by right-clicking on the artist I want to delete and click Remove from library. But when I restart Foobar they reappear. How can I permanently delete these artists from my library?

15zv.png

Anyone? :)

That doesnt do the trick :p but that doesnt mather.

The only problem I'm still having is with the selected playing song, how can I change that color?

And is it possible to resize a column without having to set the size?

Like in Windows Explorer. :)

To answer that, here's the writing from the creator himself, Phi:

To get a line-break use $char(10). You can also change the alignment of a single line by putting either $char(1)C or $char(1)R at the very start of the line, where the C and R stand for Centered and Right (left aligned is the default).

Thanks, that works :D

Now, can I set some text in that track info box when there is nothing playing?

I tryed this one: %_trackinfo_notrack%

But that returned 1 but I want some text there instead of the number 1 :p

Ok, I did that earlier actually.

Mode: 00B0B0%_trackinfo_mode%$char(10)$char(10)
$if(%_trackinfo_notrack%,$char(10)$char(10)00B0B0No Track Playing,
Artist: 00B0B0[%artist%] $tab()$char(10)
Title: 00B0B0[%title%] $tab()[$char(10)
Album: 00B0B0[%album%] $tab()]$char(10)
Genre: 00B0B0[%genre%] $tab()
[$char(10)Year: 00B0B0[%date%] $tab()]$char(10)
Length: 00B0B0[%length%] $tab())

What that code does is makes the panel say "No Track Playing" if nothing is playing, and displays the info if a track is playing.

I made a quick screenshot of both modes to show you.

footrackinfo4af.jpg

Edited by m-head

Hey guys, I'm looking for a bit of help here. I have been using foobar for a couple months now, though finally have the time to begin making it what I actually want. Today I read about 600 of the posts in this thread (among a couple other sites on the code options). After reading all of this I have some questions, I seem to keep coming up empty handed.

First what I am using. I have foobar2000 v0.9.2 with Columns UI 0.1.3 beta 1v5

I have a decent understanding of the code used in foobar, and have some prior coding experience behind me.

After reading all these posts here and seeing peoples configuration I have an idea of what I would like to implament into foobar ontop of Columns UI of course, though I don't know exactly where to look, some of the ones I found were for the older version of foobar (v0.8.3 I believe it was).

Ok, here we go

1. First I want to add ratings for the songs (1-5 stars ideally).

2. Customized buttons

3. On the left side where by default is the playlist I would like to have a couple things. (kind of like what brumal did on one of his [http://img84.imageshack.us/my.php?image=foobyblack12mg.jpg])

3.1 Album art

3.2 Track info (song playing)

3.3 Playlist

4. As I saw on acedrivers I need it to be suitable for both albums and singles at the same time. On the comp. I have my songs sorted by artist, then album, then song. I only have complete albums (though some are various artists). So if in a playlist I add a whole album (or half the album) I want it to show as you guys do w/ albums, though if I only select one song I want it to show as a single. Does this make sense?

5. When it goes to a new song and I have foobar minimized can I have a pop-up like what Gmail Notifier does that tells me the artist, song title, album, rating, etc...?

6. Can I add my library/album list to a tab w/ the playlist (3.3)? So it would have two tabs, one for playlists and one for my library.

7. I don't remember who posted it but the link to their pic is (http://img32.imageshack.us/img32/7725/macish5xl.png). Here you see a search box for searching the current playlist being played from. I would like this. I found one place to download something like this, though it doesn't work on current version of foobar.

8. oh, just thought of one last thing. I think I saw it in an earlier post though didn't see an answer. Can I have my songs fade out and in when going from one song to the next?

Thanks everyone for the help. I greatly appreciate it.

edit: made it so you can click on links so it's easier for you

2. Customized buttons

right click button toolbar, customise

3. On the left side where by default is the playlist I would like to have a couple things. (kind of like what brumal did on one of his [http://img84.imageshack.us/my.php?image=foobyblack12mg.jpg])

3.1 Album art

3.2 Track info (song playing)

3.3 Playlist

modify the layout, display > columns ui > layout tab

4. As I saw on acedrivers I need it to be suitable for both albums and singles at the same time. On the comp. I have my songs sorted by artist, then album, then song. I only have complete albums (though some are various artists). So if in a playlist I add a whole album (or half the album) I want it to show as you guys do w/ albums, though if I only select one song I want it to show as a single. Does this make sense?

in my config, I use "singletrack" tag for single, so it will display properly in hybrid mode

5. When it goes to a new song and I have foobar minimized can I have a pop-up like what Gmail Notifier does that tells me the artist, song title, album, rating, etc...?

pretty popup: http://www.hydrogenaudio.org/forums/index....showtopic=33236

6. Can I add my library/album list to a tab w/ the playlist (3.3)? So it would have two tabs, one for playlists and one for my library.

use tabbed panel stack, http://www.hydrogenaudio.org/forums/index....showtopic=46138, add tabs as splitter and put playlist and library under it

7. I don't remember who posted it but the link to their pic is (http://img32.imageshack.us/img32/7725/macish5xl.png). Here you see a search box for searching the current playlist being played from. I would like this. I found one place to download something like this, though it doesn't work on current version of foobar.

quick search: http://www.hydrogenaudio.org/forums/index....showtopic=44012

8. oh, just thought of one last thing. I think I saw it in an earlier post though didn't see an answer. Can I have my songs fade out and in when going from one song to the next?

pref > advanced > playback > fading

good place to start: http://eolindel.free.fr/foobar0.9/accueil.shtml

:)

Ok I just reinstalled Foobar and got the beta build of ui_columns,

I am trying to customize my buttons with an FCB but when I load the file my buttons show up blank on the toolbar.

What plugin am I missing?

libpng library, http://music.morbo.org/components.php

I downloaded this and placed the .dll in my components folder, I then got the following error when I started foobar up:

Failed to load DLL: foo_prettypop.dll

Reason: This component is missing a required dependency, or was made for different version of foobar2000.

Not sure exactly what this means as I Downloaded Pretty Popup 1.2.3 for Foobar2000 0.9.x

EDIT: got it to work... I needed to install .NET 2.0 >.<

Edited by pawky

Sorry guys, I was going to just edit the last post but it wouldn't let me edit it O_o that's weird

Thank you very much for your help acedriver. I am working on the different things you told me about.

1. still looking for a ratings component

2. customized buttons: man was that easy, lol. I am interested in getting buttons like what brumal

used in his customization (http://img84.imageshack.us/img84/8383/foobyblack38kw.jpg)

anyone know where I can get buttons such as those?

3. Not sure I understand what you really mean

3.1 where can I get the component for album art?

3.2 where can I get the component for track info?

4. how do I use "singletrack" tag for singles as you described?

5. works perfect, had trouble at first but just needed to install .NET 2.0 incase anyone else has the same problem

6. will take a look at this, thank you

7. quick search: almost thought it wasn't really what I wanted but I just had to uncheck 'Append search string to playlist name'

8. fading: should have seen that. Which one do I change though so that when it gets to the end of the song it fades out and the following song fades in? Fading on pause is easy ;P Thank you for all your help

2. customized buttons: man was that easy, lol. I am interested in getting buttons like what brumal

used in his customization (http://img84.imageshack.us/img84/8383/foobyblack38kw.jpg)

anyone know where I can get buttons such as those?

I have that buttons, but it's for foobar2000 v0.8.3. for v0.9.x, you need to split them invidually

Glass_Square_BlackGreen.png

Glass_Square_BlackGold.png

Glass_Square_Black.png

3. Not sure I understand what you really mean

3.1 where can I get the component for album art?

3.2 where can I get the component for track info?

album art: http://cherans.bol.ucla.edu/fooplugins.html

track info: http://stephan.kochen.nl/proj/foobar2000.html

updated v0.9.x plugins: http://www.hydrogenaudio.org/forums/index....showtopic=42730

4. how do I use "singletrack" tag for singles as you described?

add "singletrack" tag, assign a value of 1 for it. also, your playlist config need to support this tag. I'm using my own config modded from an old brumal's config. you could try navigator-suite too.

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

    • No registered users viewing this page.
  • Posts

    • You can disable the bloat on every browser. That's not the point. I will never use a browser of a shady company. I don't trust them at all. I can still find adblocking solutions than having to rely on a browser from a shady company. Every year they try something shady lol 2016: Brave Ad Replacement https://archive.is/W0k4j#selection-203.7-203.28 2016: pay-to-win Wikipedia clone into the default search engine list https://github.com/brave/browser-laptop/issues/5475 2018: Tom Scott and other creators noticed Brave was soliciting donations in their names without their knowledge or consent. https://www.reddit.com/r/brave...aims_that_brave_is_falsely/ 2020: Brave got caught injecting URLs with affiliate codes https://www.theverge.com/2020/...-crypto-privacy-ceo-apology 2021: Brave's TOR window was found leaking DNS queries https://www.zdnet.com/article/...n-addresses-in-dns-traffic/ 2022: Brave floated the idea of further discouraging users from disabling sponsored messages. https://github.com/brave/brave-browser/issues/22066 2023: Brave got caught installing a paid VPN service on users' computers without their consent. https://www.xda-developers.com...owser-installs-vpn-windows/ 2023: Brave got caught scraping and reselling people's data with their custom web crawler, which was designed specifically not to announce itself to website owners. https://stackdiary.com/brave-s...ghted-data-for-ai-training/ 2024: Brave gave up on providing advanced fingerprint protection, citing flawed statistics https://www.bleepingcomputer.c...tion-as-it-breaks-websites/ 2025: Brave staff publish an article endorsing PrivacyTests and say they "work with legitimate testing sites" like them. This article fails to disclose PrivacyTests is run by a Brave Senior Architect! https://brave.com/blog/adblock...esting-websites-harm-users/
    • Alpine Linux 3.24 released with support for COSMIC Desktop and other improvements by David Uzondu Alpine Linux 3.24 has been released with updated system packages, including Linux kernel 6.18 and Rust 1.96. The team also added IPv6 support to the system installer, and they introduced automatic serial console configuration for headless setups. System76's COSMIC desktop environment is now available in the community repo. System76 originally started building this DE because its developers found GNOME to be pretty limited. Plus, it did not help that with virtually every GNOME update, the changes broke System76's custom desktop extensions. As for system packages, the Alpine team moved GTK+ 3.0 from the main repository to the community repository due to its legacy status. py3-setuptools has been upgraded to version 82.0.0, while the old pkg_resources module has been completely dropped. The team also removed outdated packages that still relied on py3-six and GTK+ 2.0. In addition to that, libsoup 2 has been removed because the library was affected by multiple security vulnerabilities. If you're a GRUB user, the Alpine Team said that you must manually run the grub-install command with your specific device or EFI options right after upgrading your system, otherwise, your computer may fail to boot properly with the newly updated GRUB 2.14 bootloader. New installations of Alpine Linux now offer an optional path to a /usr-merged directory layout if you set the BOOTSTRAP_USR_MERGED environment variable to 1 before you execute the setup-disk command. If you already run an older installation, you can migrate manually by installing the merge-usr package and executing its binary as the root user. The team recommends this layout to align Alpine with modern Linux standards, though you should verify your custom scripts before making the switch. Alpine Linux is a pretty tiny (~5MB) Linux distro built around musl libc, BusyBox, and OpenRC. It's been around since 2005, comes with its own package manager called Alpine Package Keeper (APK), and is widely used in modern cloud computing and software deployment.
    • Instagram now lets you manually reorder posts on your profile grid by David Uzondu Instagram is finally rolling out the ability to customize your feed layout as you see fit by letting you reorder posts on your profile grid. This feature comes several months after the app introduced a tool that lets users rearrange photos and videos within a carousel post after it has already been published. To do that, people tap the three-dot menu in the top right corner of the post, select the edit option, and reorganize their slides. Now that Instagram has expanded the feature to your profile grid, you can organize your main page without deleting old uploads. To use the new system, you simply tap any picture on your grid and select the option to reorder. This action opens up a separate screen where you can freely drag your grid items around until you get your preferred aesthetic, and then you just hit the back button to save your changes. Instagram's Threads account posted that the system would reach accounts starting this week, so you might need to wait for the automatic update to hit your phone. https://www.threads.com/@instagram/post/DZVV_fyjjSW In other Instagram news, last week, people figured out that if you ask Meta's AI support assistant to hand over any Instagram account, the bot will actually hand it over (even if the victim's account had 2FA enabled). The security exploit involved the assistant accepting prompts from users and generating password reset links for unauthorized email addresses. Meta said that the issue has now been fixed, but this came after the issue affected several high-profile accounts, including @obamawhitehouse. Last month, the company finally rolled out paid subscription tiers for WhatsApp and other Meta social platforms after months of testing. WhatsApp Plus costs $2.99 a month and gives you custom themes, while Instagram Plus and Facebook Plus cost $3.99 a month for extra profile customization and story rewatch counters. Meta's also working on Meta One, a unified subscription service that contains options for heavy users of its servers who want more reach or advanced features. For instance, Meta One Essential ($14.99/mo) comes with a verified badge and impersonation protection. If you pay for Meta One Premium ($19.99/mo), you get deeper AI reasoning tools, whereas the Meta One Advanced ($49.99/mo) tier increases your search placement (on Facebook and Instagram) and visibility.
    • Hello mysterious lamborghiniv10, I was in Australia and... now I'm in the Netherlands. 
    • EU says Meta must restore rival chatbots' access to WhatsApp by Hamid Ganji The European Commission has ordered Meta to restore third-party AI chatbots’ access to WhatsApp after the tech giant decided to block them from operating on the popular messaging platform. After Meta banned rival AI chatbots from operating on WhatsApp, the European Commission launched an antitrust investigation to determine whether the company had abused its market dominance. As a result of Meta’s decision, third-party AI chatbots, including Microsoft’s Copilot and OpenAI’s ChatGPT, were prevented from operating on WhatsApp. At the time, Meta said it wanted to reserve the WhatsApp Business API for other types of businesses and did not allow rival chatbots to use it. This effectively prevented the WhatsApp ecosystem from being used to distribute rival chatbot services. However, the European Commission has now announced an interim measures decision requiring Meta to restore access to WhatsApp for rival general-purpose AI assistants on the same terms and conditions as before October 15, 2025. The Commission has also asked Meta to maintain that access until the antitrust investigation is concluded. The Commission argues that Meta has used its dominant market position to prevent rival AI chatbots from accessing the WhatsApp Business API. While Meta allowed rival services to return to WhatsApp by paying a fee, the European Commission still considers that arrangement to be a de facto access ban. According to EU antitrust chief Teresa Ribera, the fees introduced by Meta are so high that using WhatsApp is no longer economically sustainable for competitors. “It seems that Meta expects to leverage the vast reach and likely dominance of WhatsApp to benefit its own AI assistant and to foreclose rivals,” Ribera said. “We cannot let large digital incumbents leverage their dominance of the past to dictate who in Europe gets to compete and who gets to innovate in AI.”
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      512
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      134
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!