{
    "section1": {
        "type": "section",
        "description" : "Menu"
    },
    "playerControl": {
        "type": "switch",
        "default": true,
        "description": "Control Players"
    },
    "extendedPlayerControl": {
        "type": "switch",
        "default": false,
        "description": "Show Loop and Shuffle controls",
        "dependency": "playerControl"
    },
    "keyOpen": {
        "type": "keybinding",
        "description": "Show menu",
        "default": "<Shift><Super>s",
        "tooltip" : "Set keybinding(s) to show the sound applet menu."
    },
    "alwaysShowMuteInput": {
        "type": "switch",
        "description": "Always show input switch",
        "tooltip": "Always show the 'Mute input' switch in the context menu.",
        "default": false
    },
    "_knownPlayers": {
        "type": "generic",
        "default": ["banshee", "vlc", "rhythmbox"]
    },
    "section2": {
        "type": "section",
        "description" : "Panel"
    },
    "showtrack": {
        "type": "switch",
        "default": false,
        "description": "Show song information on the panel",
        "dependency": "playerControl"
    },
    "truncatetext": {
        "type": "spinbutton",
        "default": 30,
        "min": 5,
        "max": 512,
        "units": "characters",
        "step": 1,
        "description": "Limit song information to",
        "dependency": "showtrack"
    },
    "middleClickAction": {
        "type": "combobox",
        "default": "mute",
        "options": {
            "Toggle Mute": "mute",
            "Toggle Mute output": "out_mute",
            "Toggle Mute input": "in_mute",
            "Toggle Play / Pause": "player"
        },
        "description": "Action on middle click"
    },
    "middleShiftClickAction": {
        "type": "combobox",
        "default": "in_mute",
        "options": {
            "Toggle Mute": "mute",
            "Toggle Mute output": "out_mute",
            "Toggle Mute input": "in_mute",
            "Toggle Play / Pause": "player"
        },
        "description": "Action on shift+middle click"
    },
    "horizontalScroll": {
        "type": "switch",
        "default": false,
        "description": "Use horizontal scrolling to move between tracks",
        "dependency": "playerControl"
    },
    "showalbum": {
        "type": "switch",
        "default": false,
        "description": "Show album art as icon",
        "dependency": "playerControl"
    },
    "hideSystray" : {
        "type" : "switch",
        "description" : "Hide system tray icons for compatible players",
        "default": true
    },
    "section3": {
        "type": "section",
        "description" : "Tooltip"
    },
    "tooltipShowVolume": {
        "type": "switch",
        "default": true,
        "description": "Show volume in tooltip"
    },
    "tooltipShowPlayer": {
        "type": "switch",
        "default": false,
        "description": "Show player in tooltip"
    },
    "tooltipShowArtistTitle": {
        "type": "switch",
        "default": false,
        "description": "Show song artist and title in tooltip"
    }
}
