Most of us have large repositories of music.
Assume all music is contained in one folder, and sub-folders within that main folder.
I'd like to find a small simple program that can randomly select a number of songs, and send the list to a player program, my preferred is AIMP.
Ideally user should be able to type in a name to look for. But if no name provided, just include all the files in the folder as potentials.
For instance: Elton John
Then the number of randomly selected songs to come up with.
For instance: 50
That is, less than or equal to. There might be only a few Elton John songs.
Then, where to send the created song list.
For instance: AIMP
An alternative idea would be to copy the songs to another folder. For instance, if all the songs are on an external USB drive, those songs can be copied to, say, local drive C: And then played.
Any thoughts or ideas greatly appreciated.
Such a program may already exist, but I haven't found it.
Although, I sort of remember that PowerShell might be able to do this.
Thanks!
Nicholas Kormanik