- December 19, 2005
- 7
- 0
Hi , I have been inspecting the MP source code for weeks and found that you are trying to integrate too much funcionalty inside the codebase that could be pulled out of the application and shared among users in the form of a webservice making INMO the code much smaller and more efficient.
BTW I have created a IMDB.com crawler/wrapper exposed as a webservice , I also created a VS2003 sample client (http://www.mediainfodb.net/movieinfo/)
I think that integrating several of this services can make MP more powerful .This architecture abstracts the application away from the underlying metadata extraction/parsing tasks letting the application simply manage the delivered information/metadata from the services.
There are many other advantages :
I have other ideas ... but for now ... please take a look and tell me what you think...
BTW I have created a IMDB.com crawler/wrapper exposed as a webservice , I also created a VS2003 sample client (http://www.mediainfodb.net/movieinfo/)
I think that integrating several of this services can make MP more powerful .This architecture abstracts the application away from the underlying metadata extraction/parsing tasks letting the application simply manage the delivered information/metadata from the services.
There are many other advantages :
- Several data sources/providers can be mixed on the server side
Old clients can take advantage of the new features added to the service.
Less code to mantain on the MP codebase
I have other ideas ... but for now ... please take a look and tell me what you think...