Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
3,070
Downloads of v 3.8.5:
170
Last Update:
10 Feb 2021
Package Maintainer(s):
Software Author(s):
- Urs Fleisch
Tags:
kid3 audio tag editor
Kid3 - Audio Tagger
Downloads:
3,070
Downloads of v 3.8.5:
170
Software Author(s):
- Urs Fleisch
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Kid3 - Audio Tagger, run the following command from the command line or from PowerShell:
To upgrade Kid3 - Audio Tagger, run the following command from the command line or from PowerShell:
To uninstall Kid3 - Audio Tagger, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download kid3 --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade kid3 -y --source="'STEP 3 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 kid3 -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure kid3 installed
win_chocolatey:
name: kid3
state: present
version: 3.8.5
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'kid3' do
action :install
version '3.8.5'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: kid3,
Version: 3.8.5,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller kid3
{
Name = 'kid3'
Ensure = 'Present'
Version = '3.8.5'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'kid3':
provider => 'chocolatey',
ensure => '3.8.5',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install kid3 version="3.8.5" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 10 Feb 2021.
Features
With Kid3 you can:
- Edit ID3v1.1 tags
- Edit all ID3v2.3 and ID3v2.4 frames
- Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
- Edit tags in MP3, Ogg/Vorbis, DSF, FLAC, MPC, MP4/AAC, MP2, Opus, Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules (MOD, S3M, IT, XM)
- Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together.
- Generate tags from filenames
- Generate tags from the contents of tag fields
- Generate filenames from tags
- Rename and create directories from tags
- Generate playlist files
- Automatically convert upper and lower case and replace strings
- Import from gnudb.org, TrackType.org, MusicBrainz, Discogs, Amazon and other sources of album data
- Export tags as CSV, HTML, playlists, Kover XML and in other formats
- Edit synchronized lyrics and event timing codes, import and export LRC files
- Automate tasks using QML/JavaScript, D-Bus or the command-line interface
From: https://sourceforge.net/p/kid3/code/ci/master/tree/LICENSE
LICENSE
Kid3 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Kid3 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
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. Download:
x32: https://iweb.dl.sourceforge.net/project/kid3/kid3/3.8.5/kid3-3.8.5-win32.zip
x64: https://phoenixnap.dl.sourceforge.net/project/kid3/kid3/3.8.5/kid3-3.8.5-win32-x64.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 275B83F9237076B8BB4ABD0EB3B00D5D7D2DEEA86C4D6F6498A1252EA7D7039C
checksum64: 9D96FBAB42FB099D831ECE6494679CF96023742CBF2325B5D92C4D65DEC8AE68
File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/kid3/code/ci/master/tree/LICENSE
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\kid3-3.8.5-win32.zip"
file64 = "$toolsDir\kid3-3.8.5-win32-x64.zip"
}
if (Get-OSArchitectureWidth -compare 32) {
$architectureWidth = ''
} else {
$architectureWidth = '-x64'
}
Get-ChocolateyUnzip @packageArgs
Remove-Item $packageArgs.file
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Kid3.lnk"
$targetPath = Join-Path $toolsDir "kid3-3.8.5-win32${architectureWidth}\kid3.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Kid3.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: A70D9B60D80F086E5F7D8838D143AC0F | sha1: 2FEF235AA4307F4528035772422BB364FBC06CF8 | sha256: 9D96FBAB42FB099D831ECE6494679CF96023742CBF2325B5D92C4D65DEC8AE68 | sha512: D2F91458FBAFF8D574AE6362E8C719547B86E5787DA1AFF2A63EC3C27A8DC8019612785A1984C533C459049053E52B54B81C5982E823B8BA72F8DBCFB972F49C
md5: 08F2CD304709D0A032A81918696C049B | sha1: A37F1F5CAA52DF0572C67209BB50A06B0540D213 | sha256: 275B83F9237076B8BB4ABD0EB3B00D5D7D2DEEA86C4D6F6498A1252EA7D7039C | sha512: 451D20D9C0B891BD36C91FEF6C434523A441D61C58EAEA8F0B40EE5244C10292D2CAE4160C1CA2B808BA703A4820C5571E2083D153FB5DA58A68C040A5175A45
Log in or click on link to see number of positives.
- libgcc_s_dw2-1.dll (f06148351364) - ## / 69
- libstdc++-6.dll (f6530962659d) - ## / 69
- libwinpthread-1.dll (4195ac1e3a4a) - ## / 69
- libeay32.dll (f4ce6b458b46) - ## / 66
- ssleay32.dll (75f8f6e7b5ef) - ## / 65
- libgcc_s_seh-1.dll (479907904acf) - ## / 69
- libstdc++-6.dll (cdd31659dedf) - ## / 69
- libwinpthread-1.dll (bd4f622a67e6) - ## / 69
- Qt5Core.dll (8f314e7d1218) - ## / 66
- Qt5Gui.dll (047811d5fecb) - ## / 67
- Qt5Multimedia.dll (197ebe99e9eb) - ## / 65
- Qt5Network.dll (41fafdcea112) - ## / 58
- Qt5Qml.dll (138f8d643442) - ## / 65
- Qt5Quick.dll (7e1806c209a5) - ## / 71
- Qt5Widgets.dll (5c16112f7f74) - ## / 68
- Qt5Xml.dll (dbdd63614097) - ## / 69
- qjpeg.dll (a55cb801a079) - ## / 67
- dsengine.dll (9c5c5bb50ac0) - ## / 65
- qwindows.dll (8745fcf14809) - ## / 67
- qtquick2plugin.dll (dde87bb2ddd6) - ## / 70
- qquicklayoutsplugin.dll (99deda48534f) - ## / 70
- Qt5Core.dll (f4e56231bd47) - ## / 70
- Qt5Gui.dll (aa9c026822a5) - ## / 72
- Qt5Multimedia.dll (17716438acc9) - ## / 71
- Qt5Network.dll (1eae01920b3f) - ## / 72
- Qt5Qml.dll (4661c2bfd401) - ## / 71
- Qt5Quick.dll (ed41fd291e13) - ## / 72
- Qt5Widgets.dll (e53810f20367) - ## / 72
- Qt5Xml.dll (efddabd933a5) - ## / 69
- qjpeg.dll (fb97badc4af1) - ## / 69
- dsengine.dll (bed18a9d4a99) - ## / 71
- qwindows.dll (456cc90aa9a0) - ## / 72
- qtquick2plugin.dll (3417dc83973c) - ## / 69
- qquicklayoutsplugin.dll (2fc075f77c05) - ## / 71
- libcrypto-1_1-x64.dll (c6806686db47) - ## / 69
- libssl-1_1-x64.dll (777896e102ca) - ## / 70
- kid3.3.8.5.nupkg (9fc114081b42) - ## / 61
- kid3-3.8.5-win32-x64.zip (9d96fbab42fb) - ## / 64
- kid3-3.8.5-win32.zip (275b83f92370) - ## / 62
- kid3-cli.exe (442010f6b2f0) - ## / 70
- kid3.exe (84dff778f9d8) - ## / 70
- libkid3-core.dll (f3ac4f1b5082) - ## / 69
- libkid3-gui.dll (00a41524966f) - ## / 69
- kid3-cli.exe (ca6762dc5cf1) - ## / 69
- kid3.exe (11e365b06fbb) - ## / 68
- libkid3-core.dll (ceca01692176) - ## / 69
- libkid3-gui.dll (7f3409f55bd2) - ## / 69
- libacoustidimport.dll (09ecbf503361) - ## / 65
- libamazonimport.dll (868c3ba60c7b) - ## / 66
- libdiscogsimport.dll (89763dcb8d52) - ## / 68
- libfreedbimport.dll (66c2f8017293) - ## / 69
- libid3libmetadata.dll (da71bedb0f93) - ## / 68
- libmp4v2metadata.dll (aec1b57468ad) - ## / 69
- libmusicbrainzimport.dll (2196748f93bd) - ## / 69
- liboggflacmetadata.dll (230cffc1d25f) - ## / 69
- libqmlcommand.dll (c02c435673c0) - ## / 68
- libtaglibmetadata.dll (bc3ea93828c8) - ## / 68
- libacoustidimport.dll (64f5e985a97d) - ## / 69
- libamazonimport.dll (243c62312bc0) - ## / 65
- libdiscogsimport.dll (5afcf14495d8) - ## / 67
- libfreedbimport.dll (c1e674b2b0d4) - ## / 65
- libid3libmetadata.dll (bf541ecf44e6) - ## / 69
- libmp4v2metadata.dll (93ea5fbe109f) - ## / 68
- libmusicbrainzimport.dll (e3689f6ca216) - ## / 69
- liboggflacmetadata.dll (6e6bd7d6d20b) - ## / 69
- libqmlcommand.dll (9f11418ee1d2) - ## / 68
- libtaglibmetadata.dll (f415e441d41a) - ## / 68
- libkid3qml.dll (41e49aefb2f0) - ## / 69
- libkid3qml.dll (5d0adbd2e001) - ## / 69
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Kid3 - Audio Tagger 3.8.5 | 170 | Wednesday, February 10, 2021 | Approved |
Kid3 - Audio Tagger 3.8.4 | 518 | Saturday, September 26, 2020 | Approved |
Kid3 - Audio Tagger 3.8.3 | 379 | Saturday, May 16, 2020 | Approved |
Kid3 - Audio Tagger 3.8.2 | 364 | Thursday, January 23, 2020 | Approved |
Kid3 - Audio Tagger 3.8.1 | 182 | Monday, December 23, 2019 | Approved |
Kid3 - Audio Tagger 3.8.0 | 240 | Saturday, August 24, 2019 | Approved |
Kid3 - Audio Tagger 3.7.1 | 124 | Wednesday, July 10, 2019 | Approved |
Kid3 3.3 | 701 | Saturday, November 7, 2015 | Approved |
Kid3 3.1.2 | 392 | Sunday, November 16, 2014 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Kid3 - Audio Tagger and the Kid3 - Audio Tagger 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 Kid3 - Audio Tagger, 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.