Reply to thread

Interesting.  But if the proxy plugin is calling code isn't that still technically the same issue?  So if the proxy plugin just has all the MP code in it and it delegates business logic off the a C# Library DLL isn't that still a dynamically linked library and thus subject to the GPL?


I think this would be the best route and it was how I designed it anyway with MediaMonkey,.  All of the MediaMonkey code is in one class and the rest of the logic is in my library.  I just happen to package the entire plugin up for install convenience.   I think I will go ahead with this plan if anyone doesn't object.


Top Bottom