playdar-core
playdar-core copied to clipboard
Return source "pref" in resolve results
C++ version used to do this. Needs reimplementing.
- Simplify pipeline mechanics
- Resolver module API update
- Implement 'localonly' option for resolvers (closed by 4f0f543e9918f0d86ed4c714965990989a03dc7f)
- Implement 'preference' sorting for results (closed by 4f0f543e9918f0d86ed4c714965990989a03dc7f)
You're just sorting by pref, not returning it in the results.
ah yes - this works for scripts, but i still need to make resolvers supply a pref too. reopened.