Add artist to filename with AutoHotkey
A common task I’ve been using AutoHotkey for lately is adding the artist to the filename of an mp3. Here’s some quick code to do that: RenameSongs(path, artist) { Loop
A common task I’ve been using AutoHotkey for lately is adding the artist to the filename of an mp3. Here’s some quick code to do that: RenameSongs(path, artist) { Loop