Reply to thread

In the case that there is any interest remaining in this


In the case that there is any interest remaining in bring the XBMC scraper format to MP


I just wanted to inform you that i've actualy created a .net library that would make it easy to implement.

So far it only has support for the XBMC movie Scrapers, but I'm working on the other media types


I've made the process as simple as possible to implement a program using the library simply needs to


A) Send the Movie name (and optionally the year, which improves accuracy of matches) to the CreateSearchUrl function CreateSearchUrl("The Breakfast Club", "1985)


B) Select from the results returned


C) Manage the details returned for the selected movie


All data returned from the library is string data (in xml element format)


Top Bottom