For example, as a song collector, I store multiple versions or remixes of the same song. What I want to do is debug versions and remixes that I no longer wish to collect. I want that when I search for a song (and I get the list of all the versions) I run a command or a script, or macro that creates a folder with the name of the search I did and that saves them there, to listen to them later.
I will be grateful for a solution to this. And with everything that has to do with organizing a music library.
Best regards
Sort Music Library
-
- Posts: 1
- Joined: Jan 25th, ’25, 14:14
You would need an AutoHotkey script for this. Few ideas:
Creating a folder
https://www.autohotkey.com/docs/v1/lib/ ... ateDir.htm
Copy files
https://www.autohotkey.com/docs/v1/lib/FileCopy.htm
Creating a folder
https://www.autohotkey.com/docs/v1/lib/ ... ateDir.htm
Copy files
https://www.autohotkey.com/docs/v1/lib/FileCopy.htm