Downloads:
9,470
Downloads of v 3.8.6:
488
Last Update:
18 Mar 2021
Package Maintainer(s):
Software Author(s):
- Urs Fleisch
Tags:
kid3 audio tag editorKid3 - Audio Tagger
This is not the latest version of Kid3 - Audio Tagger available.
- 1
- 2
- 3
3.8.6 | Updated: 18 Mar 2021
Downloads:
9,470
Downloads of v 3.8.6:
488
Software Author(s):
- Urs Fleisch
Kid3 - Audio Tagger 3.8.6
This is not the latest version of Kid3 - Audio Tagger available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Urs Fleisch. The inclusion of Urs Fleisch trademark(s), if any, upon this webpage is solely to identify Urs Fleisch goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
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:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download kid3 --internalize --version=3.8.6 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade kid3 -y --source="'INTERNAL REPO URL'" --version="'3.8.6'" [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="'INTERNAL REPO URL'" --version="'3.8.6'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install kid3
win_chocolatey:
name: kid3
version: '3.8.6'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'kid3' do
action :install
source 'INTERNAL REPO URL'
version '3.8.6'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller kid3
{
Name = "kid3"
Version = "3.8.6"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'kid3':
ensure => '3.8.6',
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.
This package was approved as a trusted package on 18 Mar 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://pilotfiber.dl.sourceforge.net/project/kid3/kid3/3.8.6/kid3-3.8.6-win32.zip
x64: https://pilotfiber.dl.sourceforge.net/project/kid3/kid3/3.8.6/kid3-3.8.6-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: 81C10E8AFCB7B7EEB7D96D3F3463CB653B380464CBD4432644DF05038EF5D8A9
checksum64: 3A66CA6B8C9973DBF46B07CC8BE4F11223040BC36A5AD7D0255B977FAE5C1D70
File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/kid3/code/ci/master/tree/LICENSE
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Kid3.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: FCB70D1FAC4B913EEDF6BF34C06B750A | sha1: EFEBA66FAD4363CC08740B4209F92278C71B124F | sha256: 3A66CA6B8C9973DBF46B07CC8BE4F11223040BC36A5AD7D0255B977FAE5C1D70 | sha512: 726666E075591738A74E7541387F37F20135312EDB2F3D76694411B6DB27C5C89BB498A885096E70F994CE2D34112AC0235C2A95D809F85BE5D8CB7191B1851B
md5: 39BB08B37675F2D07B47FF2B001A2184 | sha1: 7D9CDCA2E49B0B6CBD57BBC4F7C9CAF0803BF847 | sha256: 81C10E8AFCB7B7EEB7D96D3F3463CB653B380464CBD4432644DF05038EF5D8A9 | sha512: FBB9C7738ECBA766ACE7139ED5E4D1FDA0780F6EBB373E7040348E172245E8A7DD57D1549D47BC468254981A82C059D6565BCBD6EB8F1656A09EA7AE9D1009BD
Log in or click on link to see number of positives.
- libgcc_s_dw2-1.dll (f06148351364) - ## / 66
- libstdc++-6.dll (f6530962659d) - ## / 65
- libwinpthread-1.dll (4195ac1e3a4a) - ## / 66
- 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) - ## / 65
- Qt5Multimedia.dll (197ebe99e9eb) - ## / 68
- Qt5Network.dll (41fafdcea112) - ## / 68
- Qt5Qml.dll (138f8d643442) - ## / 65
- Qt5Quick.dll (7e1806c209a5) - ## / 71
- Qt5Widgets.dll (5c16112f7f74) - ## / 66
- Qt5Xml.dll (dbdd63614097) - ## / 61
- qjpeg.dll (a55cb801a079) - ## / 66
- dsengine.dll (9c5c5bb50ac0) - ## / 65
- qwindows.dll (8745fcf14809) - ## / 57
- 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) - ## / 67
- 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
- kid3.3.8.6.nupkg (369b1cca2b27) - ## / 57
- kid3-3.8.6-win32-x64.zip (3a66ca6b8c99) - ## / 61
- kid3-3.8.6-win32.zip (81c10e8afcb7) - ## / 60
- kid3-cli.exe (52f86e13be28) - ## / 70
- kid3.exe (1b2331ea3405) - ## / 65
- libcrypto-1_1-x64.dll (a35df06caafb) - ## / 68
- libkid3-core.dll (438e42aa5993) - ## / 68
- libkid3-gui.dll (ece62da6cbab) - ## / 68
- libssl-1_1-x64.dll (5221176c4c0e) - ## / 69
- kid3-cli.exe (ffc66bd23bdb) - ## / 67
- kid3.exe (a85680c6ee62) - ## / 69
- libkid3-core.dll (2a4ae0ea856b) - ## / 69
- libkid3-gui.dll (a919ba826221) - ## / 69
- libacoustidimport.dll (aa75e099023b) - ## / 69
- libamazonimport.dll (9fb25243e0c8) - ## / 67
- libdiscogsimport.dll (0f793c7a603e) - ## / 67
- libfreedbimport.dll (b88f082d6f75) - ## / 69
- libid3libmetadata.dll (4b7f6f344030) - ## / 69
- libmp4v2metadata.dll (c047abaaf9f6) - ## / 69
- libmusicbrainzimport.dll (a7b95af28fcb) - ## / 69
- liboggflacmetadata.dll (b0f3c4aff2f7) - ## / 68
- libqmlcommand.dll (c980fca176b5) - ## / 69
- libtaglibmetadata.dll (d4ae5aa709d7) - ## / 67
- qwindowsvistastyle.dll (c9ae892cb6c0) - ## / 68
- libacoustidimport.dll (bfac6cb066bf) - ## / 65
- libamazonimport.dll (96cd255499d7) - ## / 68
- libdiscogsimport.dll (2a10514c6d97) - ## / 69
- libfreedbimport.dll (b9fd3f9c4e86) - ## / 65
- libid3libmetadata.dll (a9192d6716e7) - ## / 68
- libmp4v2metadata.dll (4e54e75a5b1f) - ## / 68
- libmusicbrainzimport.dll (04b3cf54fee0) - ## / 69
- liboggflacmetadata.dll (6d94efb0cd1b) - ## / 68
- libqmlcommand.dll (eafc5d652b2e) - ## / 69
- libtaglibmetadata.dll (1eafd7908b0c) - ## / 68
- libkid3qml.dll (11724f6344b6) - ## / 68
- libkid3qml.dll (098d48f1cc10) - ## / 68
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 |
---|---|---|---|---|
Kid3 - Audio Tagger 3.9.5 | 828 | Saturday, February 24, 2024 | Approved | |
Kid3 - Audio Tagger 3.9.4 | 594 | Sunday, July 9, 2023 | Approved | |
Kid3 - Audio Tagger 3.9.3.1 | 500 | Thursday, March 9, 2023 | Approved | |
Kid3 - Audio Tagger 3.9.3 | 307 | Thursday, January 12, 2023 | Approved | |
Kid3 - Audio Tagger 3.9.2 | 539 | Saturday, August 6, 2022 | Approved | |
Kid3 - Audio Tagger 3.9.1 | 771 | Friday, February 25, 2022 | Approved | |
Kid3 - Audio Tagger 3.8.7 | 1032 | Sunday, June 20, 2021 | Approved | |
Kid3 - Audio Tagger 3.8.6 | 488 | Thursday, March 18, 2021 | Approved | |
Kid3 - Audio Tagger 3.8.5 | 332 | Wednesday, February 10, 2021 | Approved | |
Kid3 - Audio Tagger 3.8.4 | 679 | Saturday, September 26, 2020 | Approved | |
Kid3 - Audio Tagger 3.8.3 | 552 | Saturday, May 16, 2020 | Approved | |
Kid3 - Audio Tagger 3.8.2 | 501 | Thursday, January 23, 2020 | Approved | |
Kid3 - Audio Tagger 3.8.1 | 325 | Monday, December 23, 2019 | Approved | |
Kid3 - Audio Tagger 3.8.0 | 379 | Saturday, August 24, 2019 | Approved | |
Kid3 - Audio Tagger 3.7.1 | 273 | Wednesday, July 10, 2019 | Approved | |
Kid3 3.3 | 844 | Saturday, November 7, 2015 | Approved | |
Kid3 3.1.2 | 526 | 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.