Hi,
When scripting VLC, and for some reason it fails to pick up the desired output module (couldn't find the X server, exclusive-mode audio device in use, etc) it tends to fall back to 'dummy' modules and play the file into nowhere regardless. I'd prefer that it fails and exits in that situation, but I can't find a way to disable the dummy modules, or for that matter any modules -- e.g. if I select --aout=alsa, it seems to try alsa first, but then pulse, then oss, then dummy regardless. So to phrase this another way: can I somehow specify the exact list of modules that should be tried, rather than just promote some particular one to the top?