Hi, I'm experimenting plugin creations because is quite a long time since I started using Media Jukebox (yea, I don't have Media center at the moment but I'll surely buy it when my customers pay me), so I decided building a plugin for my G19 keyboard (which has a display).
The plugin is "stupid", it should print on the screen current track, next, previous and a progress bar. I already built whole library to do this.
Now I were trying to build the plugin, after having hard time to understand how to make it works, I discovered that the hard part is not actually writing code but installing it: registry keys/regasm registration and all those things are not documented, however I noticed you have a special file to install plugin (don't remember extension), maybe I'll watch over it.
Anyway, what I really want to know is how to build an always running plugin. I managed to build an interface plugin but this seems something that works only when you actually "click" on the plugin in the interface.
I need something that is "online" all the time, or at least all time something is playing. If someone can point me at least WHICH type of plugin is this (I don't think it's an interface plugin), remember that this will not "show" anything on the program itself, will show something on an external device. Yea logically speaking is a gui plugin.
Thanks for suggestions