Contents |
[edit]
Available Plugins
- System tray icon
- Included in the main distribution, but not installed by default
- muinescrobbler
- AudioScrobbler plugin for pushing played songs to Last.fm for finding new music, etc.
- Serpentine playlist burner
- Plugin to burn playlist from muine using Serpentine, a CD burning application
[edit]
Installation
Copy the plug-in (in dll library format) to ~/.gnome2/muine/plugins, and restart Muine.
For system-wide installation, install it in $LIBDIR/muine/plugins.
[edit]
Compilation
Uncompiled plug-ins without compilation instructions can usually be compiled as follows:
mcs -target:library -out:Plugin.dll Plugin.cs -pkg:muine-plugin
[edit]
Writing Your Own
Muine installs development documentation if you have monodoc installed. See Muine.PluginLib under Various for an API reference and some example code. When you have written a plug-in, let us know so that we can link it here!
[edit]
Other Software Integrating With Muine
- Muine Applet, a GNOME panel applet for controlling Muine.
- muine-shell, a program for controlling Muine from the command line.