Sort Music Library

Share your favorite FastKeys commands
Post Reply
edu_3622@hotmail.com
Posts: 1
Joined: Jan 25th, ’25, 14:14

Post by edu_3622@hotmail.com » Jan 25th, ’25, 15:11

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
User avatar
Marko
Posts: 1845
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jan 30th, ’25, 11:31

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
Post Reply