Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

297,989

Downloads of v 2.1.4:

860

Last Update:

14 Apr 2024

Package Maintainer(s):

Software Author(s):

  • Peter Pawlowski

Tags:

foobar2000 media mp3 flac audio player freeware admin

foobar2000

  • 1
  • 2
  • 3

2.1.4 | Updated: 14 Apr 2024

Downloads:

297,989

Downloads of v 2.1.4:

860

Maintainer(s):

Software Author(s):

  • Peter Pawlowski

foobar2000 2.1.4

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install foobar2000, run the following command from the command line or from PowerShell:

>

To upgrade foobar2000, run the following command from the command line or from PowerShell:

>

To uninstall foobar2000, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade foobar2000 -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade foobar2000 -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install foobar2000
  win_chocolatey:
    name: foobar2000
    version: '2.1.4'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'foobar2000' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.1.4'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller foobar2000
{
    Name     = "foobar2000"
    Version  = "2.1.4"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'foobar2000':
  ensure   => '2.1.4',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator gep13 on 15 Apr 2024.

Description

foobar2000 is an advanced freeware audio player for the Windows platform. Some of the basic features include full unicode support, ReplayGain support and native support for several popular audio formats.

Features

  • Supported audio formats: MP3, MP4, AAC, CD Audio, WMA, Vorbis, Opus, FLAC, WavPack, WAV, AIFF, Musepack, Speex, AU, SND... and more with - additional components
  • Gapless playback
  • Easily customizable user interface layout
  • Advanced tagging capabilities
  • Support for ripping Audio CDs as well as transcoding all supported audio formats using the Converter component
  • Full ReplayGain support
  • Customizable keyboard shortcuts
  • Open component architecture allowing third-party developers to extend functionality of the player via SDK

Package parameters

  • /InstallDir - Installation directory
  • /Portable - Install in portable mode
  • /NoShortcut - Do not install the desktop shortcut

Notes

screenshot

More screenshots


legal\License.txt
foobar2000 audio player
Copyright © 2001-2018, Peter Pawlowski
Portions copyright © 2005-2006 Holger Stenger
Portions copyright © 2003-2005 Gian-Carlo Pascutto
Installer script and icons copyright © 2003-2018 Janne Hyvärinen
All rights reserved.
Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met:

Only unmodified installers can be redistributed; redistribution of foobar2000 binaries in any other form is not permitted.
Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

FFmpeg
This software uses code of FFmpeg licensed under the LGPLv2.1 and its source can be downloaded here.

Apple Lossless Audio Codec
Copyright © 2011 Apple Inc. All rights reserved.
Licensed under Apache License 2.0.

Musepack decoding library
Copyright © 1999-2011 Buschmann/Klemm/Piecha/Wolf/MDT

WAVPACK Hybrid Lossless Wavefile Compressor
Copyright © 1998-2016 Conifer Software

libogg, libspeex and libopus libraries
Copyright © 2002-2018 Xiph.Org Foundation

FLAC - Free Lossless Audio Codec
Copyright © 2000-2009 Josh Coalson, 2011-2018 Xiph.Org Foundation

SuperEQ library
Copyright © Naoki Shibata, home page
Distributed under the terms of LGPL v2.1 - download source code

libebur128
Copyright © 2011 Jan Kokemüller

zlib general purpose compression library
Copyright © 1995-2017 Jean-loup Gailly and Mark Adler

UnRAR © Alexander L. Roshal
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to

   x32: https://www.foobar2000.org/files/foobar2000_v2.1.4.exe

   to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'

   checksum32: 9BE23DA2B8505180A1F94520DAB6E6A741DBE961520BF4AE1EB6A0E68D1F811D


File 'license.txt' is obtained from:
   https://www.foobar2000.org/?page=License
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$installerPath = Get-Item $toolsPath\foobar2000_*.exe
$pp = Get-PackageParameters

$silentArgs = @( '/S' )
if ($pp.InstallDir) { $silentArgs += "/D={0}" -f $pp.InstallDir }

$packageArgs = @{
  packageName   = $Env:ChocolateyPackageName
  fileType      = 'exe'
  file          = $installerPath
  silentArgs    = $silentArgs
  validExitCodes= @(0)
}
Install-ChocolateyInstallPackage @packageArgs
rm $installerPath -ea 0; if (Test-Path $installerPath) { Set-Content "$installerPath.ignore" "" }

if (!$pp.InstallDir) {
  $installLocation = Get-AppInstallLocation $Env:ChocolateyPackageName
  if (!$installLocation)  { Write-Warning "Can't find $Env:ChocolateyPackageName install location"; return }
  $pp.InstallDir = $installLocation
}
Write-Host "Installed to" $pp.InstallDir

if ($pp.NoShortcut) {
    Write-Host "Removing desktop shortcut"
    $shortcutPath = Join-Path ([Environment]::GetFolderPath("CommonDesktopDirectory")) 'foobar2000.lnk'
    Remove-Item $shortcutPath -ea 0
}

if ($pp.Portable) {
    Write-Host "Making installation portable"
    $f = Join-Path $pp.InstallDir portable_mode_enabled
    Out-File $f
}
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'
 
$packageName = 'foobar2000'

[array]$key = Get-UninstallRegistryKey -SoftwareName "foobar2000*"

if ($key.Count -eq 1) {
  $key | % {
    $packageArgs = @{
      packageName = $packageName
      fileType    = 'exe'
      silentArgs  = '/S'
      validExitCodes= @(0)
      file          = $_.InstallLocation + "\" + "uninstall.exe"
    }
 
    Uninstall-ChocolateyPackage @packageArgs
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}
tools\foobar2000_v2.1.4.exe
md5: 98B7FF04D271A6456FF75695569D0131 | sha1: 615B1D967E0432BC9314CB62B1A900F2068AD8B2 | sha256: 9BE23DA2B8505180A1F94520DAB6E6A741DBE961520BF4AE1EB6A0E68D1F811D | sha512: 8F5CDEC901ED1586F5E888CC2AEAC985545D3C2719B80DE671003B4B275CE7B0460A0C4744C1EF5A2210EE52F41566C54333CA91D411D22154370E81F62BA94A

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
foobar2000 2.1.3 4532 Friday, March 22, 2024 Approved
foobar2000 2.1.2 5980 Wednesday, January 31, 2024 Approved
foobar2000 2.1.1 4187 Wednesday, January 17, 2024 Approved
foobar2000 2.1 5055 Tuesday, December 19, 2023 Approved
foobar2000 2.0 13694 Thursday, April 27, 2023 Approved
foobar2000 1.6.16 9343 Saturday, January 14, 2023 Approved
foobar2000 1.6.14 6915 Thursday, November 24, 2022 Approved
foobar2000 1.6.13 5662 Monday, October 17, 2022 Approved
foobar2000 1.6.12 6448 Tuesday, August 30, 2022 Approved
foobar2000 1.6.11 9208 Thursday, May 5, 2022 Approved
foobar2000 1.6.10 8162 Tuesday, February 15, 2022 Approved
foobar2000 1.6.9 6491 Tuesday, January 4, 2022 Approved
foobar2000 1.6.8 7242 Wednesday, November 10, 2021 Approved
foobar2000 1.6.7 8844 Wednesday, August 11, 2021 Approved
foobar2000 1.6.6 8739 Tuesday, May 18, 2021 Approved
foobar2000 1.6.5 6582 Wednesday, April 7, 2021 Approved
foobar2000 1.6.4.20210213 7099 Saturday, February 13, 2021 Approved
foobar2000 1.6.4 3965 Tuesday, February 2, 2021 Approved
foobar2000 1.6.3 4171 Tuesday, January 19, 2021 Approved
foobar2000 1.6.2 8814 Friday, October 23, 2020 Approved
foobar2000 1.6.1 5055 Saturday, September 26, 2020 Approved
foobar2000 1.6 1984 Tuesday, September 22, 2020 Approved
foobar2000 1.5.5 8003 Tuesday, June 30, 2020 Approved
foobar2000 1.5.4 6349 Tuesday, May 12, 2020 Approved
foobar2000 1.5.3 5772 Wednesday, April 1, 2020 Approved
foobar2000 1.5.2.20200226 5432 Wednesday, February 26, 2020 Approved
foobar2000 1.5.2 2391 Wednesday, February 19, 2020 Approved
foobar2000 1.5.1 5450 Tuesday, December 31, 2019 Approved
foobar2000 1.5.0 4084 Thursday, December 5, 2019 Approved
foobar2000 1.5-beta8 321 Wednesday, August 7, 2019 Approved
foobar2000 1.5-beta7 204 Wednesday, August 7, 2019 Approved
foobar2000 1.5-beta5 239 Wednesday, July 17, 2019 Approved
foobar2000 1.5-beta2 255 Thursday, July 11, 2019 Approved
foobar2000 1.5-beta16 198 Sunday, September 22, 2019 Approved
foobar2000 1.5-beta12 171 Saturday, September 7, 2019 Approved
foobar2000 1.5-beta11 206 Friday, August 23, 2019 Approved
foobar2000 1.5-beta10 182 Monday, August 19, 2019 Approved
foobar2000 1.4.8 6307 Sunday, September 22, 2019 Approved
foobar2000 1.4.6 6149 Monday, July 8, 2019 Approved
foobar2000 1.4.6-beta2 226 Wednesday, July 3, 2019 Approved
foobar2000 1.4.6-beta1 183 Monday, July 1, 2019 Approved
foobar2000 1.4.5 2101 Monday, July 1, 2019 Approved
foobar2000 1.4.4 5069 Tuesday, May 7, 2019 Approved
foobar2000 1.4.3 4867 Monday, March 18, 2019 Approved
foobar2000 1.4.2 4383 Saturday, February 9, 2019 Approved
foobar2000 1.4.1 5802 Wednesday, November 21, 2018 Approved
foobar2000 1.4 6813 Tuesday, July 24, 2018 Approved
foobar2000 1.3.19 3569 Sunday, June 24, 2018 Approved
foobar2000 1.3.18 2492 Monday, June 11, 2018 Approved
foobar2000 1.3.17 6600 Thursday, December 14, 2017 Approved
foobar2000 1.3.16 5512 Monday, July 10, 2017 Approved
foobar2000 1.3.15 3311 Friday, April 7, 2017 Approved
foobar2000 1.3.14 2452 Saturday, March 4, 2017 Approved
foobar2000 1.3.13 2656 Friday, December 16, 2016 Approved
foobar2000 1.3.12 560 Friday, December 16, 2016 Approved
foobar2000 1.3.11 6615 Tuesday, August 23, 2016 Approved
foobar2000 1.3.10 2378 Friday, March 25, 2016 Approved
foobar2000 1.3.9 2917 Monday, November 2, 2015 Approved
foobar2000 1.3.8.20150701 2489 Wednesday, July 1, 2015 Approved
foobar2000 1.3.8 2095 Thursday, March 26, 2015 Approved
foobar2000 1.3.7 1796 Wednesday, January 14, 2015 Approved
foobar2000 1.3.6 1407 Saturday, November 29, 2014 Approved
foobar2000 1.3.5 1227 Thursday, October 30, 2014 Approved
foobar2000 1.3.4 1084 Friday, October 10, 2014 Approved
foobar2000 1.3.3 1519 Thursday, July 17, 2014 Approved
foobar2000 1.3.2 1264 Friday, April 11, 2014 Approved
foobar2000 1.3.1 1071 Friday, January 24, 2014 Approved
foobar2000 1.3 690 Saturday, December 28, 2013 Approved
foobar2000 1.2.9 1046 Wednesday, July 10, 2013 Approved
foobar2000 1.2.8 616 Tuesday, June 18, 2013 Approved
foobar2000 1.2.7 551 Tuesday, June 18, 2013 Approved
foobar2000 1.2.6.20130618 522 Tuesday, June 18, 2013 Approved
foobar2000 1.2.6.20130531 571 Friday, May 31, 2013 Approved
foobar2000 1.2.6.20130530 520 Thursday, May 30, 2013 Approved
foobar2000 1.2.6 618 Saturday, May 4, 2013 Approved
foobar2000 1.2.5 523 Sunday, April 21, 2013 Approved
foobar2000 1.2.4 551 Saturday, March 30, 2013 Approved
foobar2000 1.2.3 630 Wednesday, February 13, 2013 Approved
foobar2000 1.2.2 571 Saturday, January 19, 2013 Approved
foobar2000 1.2.1 520 Saturday, January 12, 2013 Approved
foobar2000 1.2 528 Sunday, December 30, 2012 Approved
foobar2000 1.1.18 525 Tuesday, November 27, 2012 Approved
foobar2000 1.1.17 533 Saturday, November 17, 2012 Approved
foobar2000 1.1.16 567 Saturday, October 27, 2012 Approved
foobar2000 1.1.15 590 Sunday, September 16, 2012 Approved
foobar2000 1.1.14.20120904 492 Tuesday, September 4, 2012 Approved
foobar2000 1.1.14.20120826 519 Sunday, August 26, 2012 Approved
foobar2000 1.1.13 547 Friday, June 8, 2012 Approved
foobar2000 1.1.12.20120528 484 Monday, May 28, 2012 Approved
foobar2000 1.1.11 516 Monday, February 6, 2012 Approved
foobar2000 1.1.10 495 Monday, December 5, 2011 Approved
foobar2000 1.1.7 540 Tuesday, August 23, 2011 Approved
foobar2000 1.1.6 521 Tuesday, August 23, 2011 Approved
Discussion for the foobar2000 Package

Ground Rules:

  • This discussion is only about foobar2000 and the foobar2000 package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or foobar2000, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus