Downloads:
9,426
Downloads of v 3.9.5:
800
Last Update:
24 Feb 2024
Package Maintainer(s):
Software Author(s):
- Urs Fleisch
Tags:
kid3 audio tag editorKid3 - Audio Tagger
- 1
- 2
- 3
3.9.5 | Updated: 24 Feb 2024
Downloads:
9,426
Downloads of v 3.9.5:
800
Software Author(s):
- Urs Fleisch
Kid3 - Audio Tagger 3.9.5
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
All Checks are Passing
3 Passing Tests
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 --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'" [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'"
$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.9.5'
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.9.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller kid3
{
Name = "kid3"
Version = "3.9.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'kid3':
ensure => '3.9.5',
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 01 Nov 2024.
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:
x64: https://gigenet.dl.sourceforge.net/project/kid3/kid3/3.9.5/kid3-3.9.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
checksum64: 0c1027747409bbb321fbb6781adc9643acc355e0ca19730c2c979504caa24a29
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: C4891FD0EE1141378D0B677965B15CB4 | sha1: F080D9AF5DDA70072D0B109DE4B107B9DD9EDB77 | sha256: 0C1027747409BBB321FBB6781ADC9643ACC355E0CA19730C2C979504CAA24A29 | sha512: F04E76CF1EB388A18A5FC8F9FC458A47DB47F7BEAF0297178A8A72A710DE234277B6BF3F02F6159E5FAE061502F11ACC2E9660373F4A4C1A9D305C1010D0E1F5
Log in or click on link to see number of positives.
- libgcc_s_seh-1.dll (8660371ef7b6) - ## / 70
- libstdc++-6.dll (715612765ea5) - ## / 71
- libwinpthread-1.dll (48a1d7fb4f81) - ## / 71
- kid3.3.9.5.nupkg (0cbcf438f008) - ## / 59
- kid3-3.9.5-win32-x64.zip (0c1027747409) - ## / 62
- kid3-cli.exe (525091ca7079) - ## / 69
- kid3.exe (8f0f3eaaa049) - ## / 72
- libkid3-core.dll (47dcba3e5a41) - ## / 71
- libkid3-gui.dll (64a10bf4cc6d) - ## / 71
- Qt6Core.dll (926979cdafef) - ## / 67
- Qt6Gui.dll (7a55a4235417) - ## / 66
- Qt6Multimedia.dll (c5114c92d6ec) - ## / 67
- Qt6Network.dll (fd9d62190051) - ## / 67
- Qt6OpenGL.dll (f478dd354866) - ## / 71
- Qt6Qml.dll (8ed13f09c44e) - ## / 71
- Qt6QmlModels.dll (69d8217f4c96) - ## / 71
- Qt6QmlWorkerScript.dll (37016ffa6463) - ## / 71
- Qt6Quick.dll (9820ca5e85b6) - ## / 71
- Qt6Widgets.dll (ac0eb38c90bc) - ## / 67
- Qt6Xml.dll (8af6b9ab3369) - ## / 67
- qsvgicon.dll (a5b18b25fcba) - ## / 71
- qjpeg.dll (c577bda4ceba) - ## / 71
- qwebp.dll (ca44d7a8ee4a) - ## / 65
- ffmpegmediaplugin.dll (343f986fc362) - ## / 68
- windowsmediaplugin.dll (63326bbcca0e) - ## / 70
- qwindows.dll (75e83e2ea9a0) - ## / 71
- libacoustidimport.dll (1de3aa5b8c54) - ## / 71
- libamazonimport.dll (d7518f932007) - ## / 71
- libdiscogsimport.dll (766cf79c2097) - ## / 71
- libfreedbimport.dll (a8f134e507eb) - ## / 61
- libid3libmetadata.dll (1a3e968130a0) - ## / 71
- libmp4v2metadata.dll (ad95d30fa41c) - ## / 70
- libmusicbrainzimport.dll (5a2da342eeaa) - ## / 69
- liboggflacmetadata.dll (12209905625e) - ## / 71
- libqmlcommand.dll (3e208e5e632f) - ## / 71
- libtaglibmetadata.dll (3be941e6a946) - ## / 71
- qwindowsvistastyle.dll (67d542bf503e) - ## / 71
- qopensslbackend.dll (3d52c6251c89) - ## / 71
- qschannelbackend.dll (78dce53c0a74) - ## / 71
- libkid3qml.dll (3c61f073e891) - ## / 68
- qtquick2plugin.dll (decac07c7e64) - ## / 71
- workerscriptplugin.dll (e94933dc58cd) - ## / 70
- qquicklayoutsplugin.dll (7bbe6fa254e0) - ## / 70
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 | 800 | Saturday, February 24, 2024 | Approved | |
Kid3 - Audio Tagger 3.9.4 | 594 | Sunday, July 9, 2023 | Approved | |
Kid3 - Audio Tagger 3.9.3.1 | 498 | Thursday, March 9, 2023 | Approved | |
Kid3 - Audio Tagger 3.9.3 | 306 | Thursday, January 12, 2023 | Approved | |
Kid3 - Audio Tagger 3.9.2 | 539 | Saturday, August 6, 2022 | Approved | |
Kid3 - Audio Tagger 3.9.1 | 768 | 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 | 678 | Saturday, September 26, 2020 | Approved | |
Kid3 - Audio Tagger 3.8.3 | 550 | Saturday, May 16, 2020 | Approved | |
Kid3 - Audio Tagger 3.8.2 | 499 | Thursday, January 23, 2020 | Approved | |
Kid3 - Audio Tagger 3.8.1 | 321 | 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 | 525 | 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.