<?php
/**
 * Options for the mp3play Plugin
 *
 * @author    Zahno Silvan <zaswiki@gmail.com>
 */
$conf['showplaylist']    = '1';       // show playlist by default
$conf['showeq']          = '1';       // show EQ by default
$conf['firsttrack']      = '1';       // which number has the first track to playlist
$conf['initvol']         = '50';        // starting volume level
$conf['width']           = '100%';       // width of the plugin
$conf['height']          = '320';       // height of the plugin

// vim:ts=4:sw=4:et:enc=utf-8:
