Plugins...

FairDJ is a music jukebox designed for a room with a couple of people in it and one set of speakers. The users rate songs, and the program selects songs so that everybody gets to hear music they like.

Moderators: Marcus, walles

Post Reply
User avatar
Marcus
Site Admin
Posts: 1860
Joined: 2005.04.04 10:52
Location: Küssnacht am Rigi
Contact:

Plugins...

Post by Marcus »

Note to self:

Need a new, very general plugin framework for things other than commands/vital subsystems.

Plugins should implement XmlEnabled + Runnable.

First plugin should be a http plugin that shows:
* Currently playing song.
* Users connected.
* Their ratings of the current song.
* What they think of each other (musical index). :)
* The "top" list.
User avatar
Marcus
Site Admin
Posts: 1860
Joined: 2005.04.04 10:52
Location: Küssnacht am Rigi
Contact:

Post by Marcus »

1.5.0 alpha has plugin support! :)

Here is an example plugin that prints all the events from the SoundSystem:

http://hirt.se:8091/@md=d&cd=//depot/fa ... =64&rev1=1
Post Reply