JohnBoyTheGreat Posted November 12, 2025 Report Share Posted November 12, 2025 What's an easy way to rename downloaded files according to a specific pattern? Link to comment Share on other sites More sharing options...
shawn Posted November 12, 2025 Report Share Posted November 12, 2025 Existing downloads are difficult since the data most likely isn't there anymore (unless you stored it in a variable). However, for new downloads you just have to set the property on the Application tab for each app. I use the following in the "Save to file" option on the Application tab in almost all of mine, which stores it in a folder named based on the Category, one folder above where Ketarin is stored, replacing spaces and ampersands (&) with underscores then appending a dash and the version number: ..\{category}\{appname:regexreplace:([\s\t\r\n\-\&]+):_}-{version}.{url:ext} This results in a structure like this: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now