I've added one of the button examples found here to play mp3's. The example expects the lister to be in the mp3 directory so I added a go command giving the followinggo "e:\storage\audio\mp3\"
@filesonly
@useactivelister
Select *.(mp3)
ContextMenu Open
This works fine but there are two things I would like to change.
First, can I set the location of the files without using a go command? That changes the lister to display that directory and isn't necessary.
Second, is there a way to enable the systems sound? If I have it muted and I press this button, it's another step to un-mute it.
Thanks for the suggestion but it doesn't work for some reason. It will open the player but not load in the files. It was worth a try though. The button I have works far better than the previous method of manually selecting the files and opening them so I'm satisfied with it as it is.