container/mts: Find PSI and metadata all in one go

Issue #104 resolved
Alan Noble created an issue

Currently clients wishing to find a PSI and extract metadata employ a combination of calls to FindPid and ExtractMeta, and the latter in turn calls FindPid again (unnecessarily). A function that combines both of the above would be more efficient and would remove the need for clients to manipulate MTS slice indices.