2015-12-05, 07:20 PM
You can call:
Hopefully it'll find it. The searches are more accurate when initiated from an EPGEvent or recording with proper show identifers from Schedules Direct etc.
In future the API will probably be extended to include a search function, which will return you a selection of matches, then your code can allow the user to select from them etc.
Code:
MetadataEntity entity = MetadataManager.GetInstance().GetMetadataEntity("The Goldbergs");
In future the API will probably be extended to include a search function, which will return you a selection of matches, then your code can allow the user to select from them etc.