Reply to thread

More a simple List. You can request a global List (all sites available on the OnlineVideos server).

It has the following information:


you can send a command to MP2Ext: RemoveOnineVideosLocalSite(string siteName) or AddOnineVideosLocalSite(string siteName).

Added tells you if the Site is already added locally or not.

This is not yet implemented: so again the question:

Do you preferr two ApiCalls like in the exampel above do you want to have it in one (AddRemoveOnlineVideosLocalSite(string siteName, action=Add or Remove)) or do you want to pass a list to one of the two options? :D


It is basically like in the stand alone version:

[ATTACH]172739[/ATTACH]


For the site settings:

You call GetOnlineVideosSiteSettings(string siteName) and get a list of the available settings:



Json looks more like:



So teh question from above is still valid:


Top Bottom