Yeah, I have set up a special foobar2000 instance for this, a minimal player and set up some global hotkeys in it. This way I can easily control the music.
Another possibility is setting up a user defined songs.txt.
How I did it:
1. (with Total Commander) Copy all file names to clipboard.
2. Paste it in Pspad.com editor.
3. This has a functionality where you can put strings before and after every line.
This was I created the songs.txt, which looks like this:
Code:
song = { name = "402. Act I - Scene 2.ogg" chance = { modifier = { factor = 1 } } }
song = { name = "My heart is inditing (Z.30) (Preston).ogg" chance = { modifier = { factor = 1 } } }
song = { name = "My heart is inditing. (verse anthem Z.30) (Herreweghe - CV).ogg" chance = { modifier = { factor = 1 } } }
song = { name = "206. Funeral Sentences. (funeral music for Queen Mary).ogg" chance = { modifier = { factor = 1 } } }
song = { name = "Te Deum & Jubilate in D (Z.232) - Te Deum Laudamus (Preston).ogg" chance = { modifier = { factor = 1 } } }
With equal probabilities there is of course no advantage over using a background player.
Is there some explanation somewhere about the commands in the song = {} configuration?
I love it to have Purcell and Dowland playing in the background, it just works so well. Also some Bach organ stuff.
TIA