Page 1 of 1

It would be nice with a graphical interface for the server

Posted: 2006.02.23 14:22
by mattias
I have my mediacomputer plugged into my TV. Rather than depend on the default screen saver it would be nice with a graphical output from the server that could do funky stuff on the TV set.

Posted: 2006.02.23 15:08
by Marcus
With my upcoming plugin framework that is easily accomplished. You can actually start implementing such a plugin in right away. ;)

Implement Runnable and net.sf.fairdj.util.XmlEnabled in your plugin. Use net.sf.fairdj.FairDJFactory.getFactory() to get at the different subsystems. Register listeners with the subsystems you need to react on. Voila!

I'll make sure your plugin will be recognized in the next version of FairDJ. :)