Feature #915
configurable plugin priority
0%
Description
We should make it possible to configure plugin priority somehow.
Third party plugins (such as vgmstream) would like to prioritize themselves ahead of MPG123 for example (as vgmstream can handle game-specific custom looping and MPG123 does not).
I'm not sure what the final solution is, but we should talk about making this configurable.
History
#1 Updated by John Lindgren about 5 years ago
What if we just change the default InputInfo so that the default priority is 5 instead of 0?
And adjust the priority of first-party plugins into the 5-10 range:
flacng, openmpt = 6
vorbis = 7
sndfile = 9 (same as before)
ffaudio = 10 (same as before)
#2 Updated by Ariadne Conill about 5 years ago
Yeah, that was what I was thinking for a first step, but I think users may still want to be able to override our defaults.
#3 Updated by Ariadne Conill about 5 years ago
- Status changed from New to Closed
Done in latest git.
#4 Updated by John Lindgren over 4 years ago
- Target version set to 4.0