Recommended Posts

----Dont bother reading this:

Could someone tell me why everyone loves foobar2000? I use winamp 5, is that any better than foobar?

Can foobar go into a tiny transparent strip at the top of my screen?

----To the point:

Please tell me why everyone loves foobar2000...

585799867[/snapback]

1.- Low Resource Usage.

2.- Simple, Minimalist, or as big as you wish.

3.- Kinda easy customization, at least for experienced users.

4.- Can match your VS, Mood, w/e, in a sec, without asking people to make complex XML skins...

5.- Hey its free!

6.- Does everything that winamps does, you dont need to buy a pro version...

7.- Organize your albums, mp3 folder by tree view, display cover, use it with objectbar/samurize, etc!!

8.- Its not owned by AOL ??

1) Replaygain your files so that they have the same volume without losing any dynamics

2) Perfect gapless playback of LAME encoded files

3) Perfect gapless cd burning via the burnit plugin [you need NERO installed]

4) LAME encoding with all available variables with the "convert" function.

Its the ultimate lean mean audio machine!!

1) Replaygain your files so that they have the same volume without losing any dynamics

2) Perfect gapless playback of LAME encoded files

3) Perfect gapless cd burning via the burnit plugin [you need NERO installed]

4) LAME encoding with all available variables with the "convert" function.

Its the ultimate lean mean audio machine!!

585802358[/snapback]

:yes:

foobar2pn.png

How would I go about changing the colour of the things that are too dark to read on the statusbar? (I think that's what it's called, the bar at the bottom with MP3 information)

Using Columns UI if you couldn't tell :)

Edit: Ah don't worry, found it :D Just in case anyone else wants to know, it's in Title Formatting.

Dan

Edited by danielhill101

Opaul, I am using a modded version of the Navigator Suite, as mentioned before, if you would like my colours:

$puts(theme_dark,0)
$puts(bg_color,$rgb(227,228,209))
$puts(bg_color2,$rgb(240,240,224))
$puts(standard_color,$rgb(85,63,35))
$puts(special_color,$rgb(150,50,20))
$puts(playing_color,$rgb(197,197,160))
$puts(borders_color,$rgb(85,63,35))
$puts(symbol_seperator,' ~ ')
$puts(symbol_rating,⊗ )

Please ignore the troll. Report has been send

585803250[/snapback]

Report:

hotdog963al has been really horrible, ban him, because he told us all that he is going to stick to his old music player....

ya, nice one buddy :laugh:

If you thought "Meh, 1 gig of ram, 733 tracks, want something small and never in the way... I think ill stick with winamp" Was offensive... I actually meant: "Thanks for the info, but I think I'll keep to my old player"

Edited by hotdog963al
Can someone tell me the difference between the Album List Panel and the Database Explorer?

All I want to do is have a panel that shows all of my album folders, which one would I use for that?

Thanks!

585803278[/snapback]

Album List can only show one query(tree), where DB Explorer can show multiple trees at the same time.

If you only want a list(tree) of your albums, Album list is fine, I think it has also a better performance.

Report:

hotdog963al has been really horrible, ban him, because he told us all that he is going to stick to his old music player....

ya, nice one buddy  :laugh:

If you thought "Meh, 1 gig of ram, 733 tracks, want something small and never in the way... I think ill stick with winamp" Was offensive... I actually meant: "Thanks for the info, but I think I'll keep to my old player"

585804984[/snapback]

Thanks for your opinion, now, since you a Winamp user, hell, stay there if you wish, we dont mind, now please get back into the topic, CUSTOMIZATION OF FOOBAR, it aint "why foobar is better than winamp"... thank you...

Thanks for your opinion, now, since you a Winamp user, hell, stay there if you wish, we dont mind, now please get back into the topic, CUSTOMIZATION OF FOOBAR, it aint "why foobar is better than winamp"... thank you...

585805280[/snapback]

Exactly! First the tread gets hijacked, sometimes unintentionally, and before you know it flamewars ensue.

Please back on topic!

foobar2pn.png

How would I go about changing the colour of the things that are too dark to read on the statusbar? (I think that's what it's called, the bar at the bottom with MP3 information)

Using Columns UI if you couldn't tell  :)

Edit: Ah don't worry, found it  :D Just in case anyone else wants to know, it's in Title Formatting.

Dan

585803950[/snapback]

hey, can I ask how did you ahieve that nice-looking black combi for your olight config?

would really appreciate it if you could share it! :D

hey, can I ask how did you ahieve that nice-looking black combi for your olight config?

would really appreciate it if you could share it!  :D

585806852[/snapback]

Preferences > Display > Columns UI > Globals > Variables > scroll a little bit and you will find the way to change it :p

Heres my track info and status bar configs for anyone who wants them, can be seen in the SS a few pages back:

Track Info

$if(%_time_elapsed%,

♠ Artist:787878 $if2(%artist%,'Unknown Artist') ♠
$char(10)
♠ Title:787878 $if2(%title%,'Unknown Title') ♠
$char(10)
♠ Album:787878 $if2(%album%,'Unknown Album') ♠
$char(10)
♠ Track No:787878 $if2($tracknumber(2),'N/A') ♠
$char(10)
♠ Release Date:787878 $if2(%date%,'Unknown Year') ♠
$char(10)
$char(10)
♠ Codec:787878 $codec() [- %__bitrate%kbps][ %__extrainfo%] ♠
$char(10)
♠ Extra Info:787878 [%__samplerate%Hz -] $caps($if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$channels())) ♠

,

$char(10)
$char(10)
$char(10)
$char(10)
$char(1)C ♠ 787878No Track Playing ♠
)

Status Bar

// set color for progress bar
$puts(col_progbar_symb1,000000)
$puts(col_progbar_symb2,cccccc)

// set variables
$puts(spacer_symb,' ')
$puts(spacer_width,0)
$puts(progbar_symb1,'•')
$puts(progbar_symb2,'•')
$puts(progbar_length,25)

// add colors and formatting
$puts(spacer,$repeat($get(spacer_symb),$get(spacer_width)))
$puts(progbar_symb1,$get(col_progbar_symb1)$get(progbar_symb1))
$puts(progbar_symb2,$get(col_progbar_symb2)$get(progbar_symb2))

// progress bar (checking total because of streaming)
$puts(progress_bar,
$if(%_time_total_seconds%,
$get(spacer)$get(spacer)
$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(progbar_length),$get(progbar_symb1),$get(progbar_symb2))
)
)

  %_time_elapsed%  /  %_time_total%
$tab()
$get(progress_bar)   
000000$muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%'

Got another code question for the guys who've already figured this out. How could you compare an artists name with the previous artists name, and have it display none if identical? I ask cos, all the other strings I've seen display by tracknumber (if 1 display artist, is 2 display nill etc), and since most of my library are singles from all sorts of different albums, that doesnt really work unless i make up a bunch of b.s tracknumbers for the songs i have. I've played with it a bit, but can never really get what I want. Is it even possible?

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

    • No registered users viewing this page.
  • Posts

    • About bloody time. I have got PRs with hundred of files and the Web UI just struggling to even load the pages.
    • I wonder if it was applying secure boot certificates/dbx files?
    • I recently tried edge. It seems a lot better. A lot of the junk in it is gone. It seems less bloated and snappy.
    • Lethal fake phone chargers are still being sold on Amazon and eBay, UK watchdog warns by Paul Hill Credit: Pexels The UK consumer rights organization, Which?, is claiming that “potentially lethal knock-off chargers” are still being sold on online marketplaces seven years after it exposed the danger of these chargers. In its latest investigation, it bought 15 USB phone chargers from several online marketplaces and found they were missing key information, meaning they cannot be legally sold in the UK. Which? bought the 15 chargers from seven online marketplaces. These were Amazon (including Amazon Haul), AliExpress, B&Q Marketplace, Debenhams Marketplace, and eBay. It said that the chargers were so badly made that anyone using them was at risk of electric shock. Over half the chargers also posed fire and explosion risks. Of the chargers purchased, one was a fake Apple USB-C 35W power adaptor charger. To confuse buyers, the box was branded with an Apple logo, but testing found it to be a fake. Further testing picked up arcing sounds after 10 seconds of use, where a current jumps between two parts of the electrical circuit, which can cause fires, explosions, or electric shock. The manufacturers of this particular charger also put modeling clay inside it to make it feel more weighty, robust, and genuine. Not all of the chargers were technically faulty; however, some were missing key packaging, markings, and documentation, meaning they can’t be sold in the UK legally. Which? said that it is now campaigning alongside a coalition of safety groups and businesses for new laws that make online marketplaces responsible for ensuring the safety of products that they choose to list on their websites. It also said the government needs to start using powers under the Product Regulation and Metrology Act, which was adopted last July, to impose safety requirements on online marketplaces via secondary legislation, but so far, there have been delays. No matter what country you are in, be sure to properly research what you are buying and only buy authentic chargers to prevent fires. You can read more about Which?’s research here.
    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      PsYcHoKiLLa
      174
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!