<?sphp $this->text('pagetitle') ?>
 
Home of the Squeezebox™ & Transporter® network music players.

PluginSummary

From SqueezeboxWiki

Jump to: navigation, search

Using the existing plugins as examples (one appears below) and this document as an explanation of what each section of the Plugin can do, you should now be able to start working on a plugin of your own. Remember that this is only a framework to allow you to hook into the Squeezebox Server. There are always many other ways to implement the features of a plugin. As long as your provide the lines from the examples above, the server will try to work with your Plugin. The rest can be just about anything you want, including using any of functions and subroutines within the Squeezebox Server. Remember, there's more than one way to do it.

Happy Coding!

Back to start