How about
-x <plug> - suppress loading given plugin(s)
For maximum flexibility, allow multiple -x arguments,
and allow <plug> to match the beginning of a plugin's
full path or the beginning of its basename, so I could do
-x /usr/local
to not load plugins installed under /usr/local
-x vorbis
to not load any vorbis plugin
This would be useful if I encounter a file that
triggers a crash (e.g.
http://sourceforge.net/tracker/index.php?func=detail&aid=481025&group_id=37555&atid=420098
) in one of my installed plugins. Currently, I can't
birptint the file unless I manually de-install the
buggy plugin.