Downloads:
45,066
Downloads of v 4.11.0:
4
Last Update:
28 May 2025
Published Date:
28 May 2025
Package Maintainer(s):
Software Author(s):
- Kim Jensen
Tags:
advanced-renamer admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Advanced Renamer (Install)
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
4.11.0 | Updated: 28 May 2025
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
45,066
Downloads of v 4.11.0:
4
Published:
28 May 2025
Maintainer(s):
Software Author(s):
- Kim Jensen
Advanced Renamer (Install) 4.11.0
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kim Jensen. The inclusion of Kim Jensen trademark(s), if any, upon this webpage is solely to identify Kim Jensen 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
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Advanced Renamer (Install)
Advanced Renamer
Advanced Renamer is a program for renaming multiple files and folders at once. By configuring renaming methods the names can be manipulated in various ways.
It is easy to set up a batch job using multiple methods on a large amount of files. The 14 different methods enables you to change the names, attributes, and timestamps of files in one go. The files can also be copied or moved to new locations based on information in the files.
With Advanced Renamer you can construct new file names by adding, removing, replacing, changing case, or giving the file a brand new name based on known information about the file.
Before performing the operations on the files you can verify that the output will be correct and if you perform the rename and regret it, you can undo the complete batch.
Image files
This mass file renamer is a great utility for organising digital pictures for both professionals and beginners. The thumbnail mode lets you display thumbnails directly in the file list giving you maximum control of the renaming process. With this program you can rename all your photos in a snap.
GPS data
If your image files contain GPS data you can add the name of the city and the country where the picture was taken. Coordinates are used to lookup city, country, and state names from a database containing more than 100,000 cities around the globe.
Music files
MP3 and other music files often have messed up names and contain weird characters. With Advanced Renamer you can change the names of your favourite music files to more suitable names using the built-in ID3 functions.
Video files
Ever wanted to add the codec or the resolution of a video to the filename? With the video tags you can add various information about video and audio content to the names.
TV shows
Add episode title or airdate to video files containing TV Shows after importing show information from the tvmaze.com website.
choco://advanced-renamer.install
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = 'advanced-renamer.install'
softwareName = 'Advanced Renamer*'
fileType = 'EXE'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
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 | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Advanced Renamer (Install) 4.11.0 | 4 | Wednesday, May 28, 2025 |
Waiting for Maintainer
|
|
Advanced Renamer (Install) 3.95.4 | 9242 | Friday, April 26, 2024 | Approved | |
Advanced Renamer (Install) 3.94.3 | 2312 | Tuesday, March 5, 2024 | Approved | |
Advanced Renamer (Install) 3.88.1 | 11360 | Friday, November 25, 2022 | Approved | |
Advanced Renamer (Install) 3.88 | 3808 | Monday, August 16, 2021 | Approved | |
Advanced Renamer (Install) 3.87 | 2924 | Tuesday, October 13, 2020 | Approved | |
Advanced Renamer (Install) 3.86 | 925 | Tuesday, September 29, 2020 | Approved | |
Advanced Renamer (Install) 3.85 | 3380 | Thursday, July 11, 2019 | Approved | |
Advanced Renamer (Install) 3.84 | 1743 | Monday, October 8, 2018 | Approved | |
Advanced Renamer (Install) 3.83 | 800 | Monday, August 20, 2018 | Approved | |
Advanced Renamer (Install) 3.82 | 1347 | Saturday, April 7, 2018 | Approved | |
Advanced Renamer (Install) 3.81 | 799 | Thursday, February 15, 2018 | Approved | |
Advanced Renamer (Install) 3.80 | 975 | Wednesday, October 18, 2017 | Approved | |
Advanced Renamer (Install) 3.79 | 737 | Monday, September 11, 2017 | Approved | |
Advanced Renamer (Install) 3.78 | 608 | Wednesday, August 23, 2017 | Approved | |
Advanced Renamer (Install) 3.77 | 803 | Sunday, April 23, 2017 | Approved | |
Advanced Renamer (Install) 3.76 | 730 | Saturday, April 8, 2017 | Approved | |
Advanced Renamer (Install) 3.75 | 614 | Thursday, March 9, 2017 | Approved | |
Advanced Renamer (Install) 3.73 | 801 | Sunday, September 25, 2016 | Approved | |
Advanced Renamer (Install) 3.71 | 606 | Sunday, February 21, 2016 | Approved | |
Advanced Renamer (Install) 3.70 | 463 | Friday, January 1, 2016 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Advanced Renamer (Install) and the Advanced Renamer (Install) 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 Advanced Renamer (Install), 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.
tunisiano (maintainer) on 28 May 2025 13:07:34 +00:00:
User 'tunisiano' (maintainer) submitted package.
chocolatey-ops (reviewer) on 28 May 2025 13:42:11 +00:00:
advanced-renamer.install has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 28 May 2025 18:03:57 +00:00:
advanced-renamer.install has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/c1d953f7887d579645340ee45ca5c8e4 for details.
The package status will be changed and will be waiting on your next actions.