Hi everyone
I've started work on developing the framework for a plugin called My Online Content. The idea of this plugin is to allow users to search for media on the net then view them (for example, searching music videos then playing them).
The interface is simple now, one button to select the sources to search, another to search. It will then search all the available sources and return a list. Each item will have a title and a description. Click on it and it will play.
I'm going to implement this system using interfaces, therefore any developer can create a plugin for my plugin, so when a search is initiated, all the plugins will be told to search and return the results, which will then be displayed.
I've got the interface pretty much done - just got to finish writing an example search source.
If this sounds confusing, hopefully when I release it you'll get the idea ;-)
Screenshots coming soon!
Sam
p.s. I'm using VB.NET for this, so I think this will also be the first example of a VB.NET window plugin.
I've started work on developing the framework for a plugin called My Online Content. The idea of this plugin is to allow users to search for media on the net then view them (for example, searching music videos then playing them).
The interface is simple now, one button to select the sources to search, another to search. It will then search all the available sources and return a list. Each item will have a title and a description. Click on it and it will play.
I'm going to implement this system using interfaces, therefore any developer can create a plugin for my plugin, so when a search is initiated, all the plugins will be told to search and return the results, which will then be displayed.
I've got the interface pretty much done - just got to finish writing an example search source.
If this sounds confusing, hopefully when I release it you'll get the idea ;-)
Screenshots coming soon!
Sam
p.s. I'm using VB.NET for this, so I think this will also be the first example of a VB.NET window plugin.