I've been running into some issues with setting up Mala to work with multiple emulators from a single list, and that got me thinking.
Currently, the MAME mala command line only support %rom%, %path% and %ext% variables, and, as far as I can tell %path% and %ext% don't work. Obviously, there's lots more info that +could+ be inserted into a command line but Mala doesn't do it.
So the question is...
Would anyone else be interested in a plugin that would essentially intercept the command line execution and do its own, supporting lots more functionality?
Stuff like
1) Pre and post launch commands
2) Variables like %orientation%, %vertical%, %horizontal%, %year%, %numplayers%, etc etc.
My first go at it would mainly be to fix support for %path% and %ext%, but add some additional variables into the mix, for use by a launch script or batch file.
Thoughts or comments?