<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Name="Configuration Tree" Expanded="True" Version="851" Guid="{BDC5AE5E-DEA9-4A6C-BB0B-6FDBE11712C6}" Time="1240737783.24">
    <Autostart Name="Autostart" Expanded="True">
        <Action>
            EventGhost.PythonCommand(u'import urllib')
        </Action>
        <Plugin File="X10" Identifier="X10">
            gAJLA11xAChLAUsCSwNLBEsFSwZLB0sISwlLCksLSwxLDUsOSw9LEGVYAwAAAFgxMHEBh3ECLg==
        </Plugin>
    </Autostart>
    <Folder Name="OtsAV" Expanded="True">
        <Macro Name="Play" Expanded="True">
            <Event Name="X10.Play" />
            <Action>
                EventGhost.PythonCommand(u'urllib.urlopen("http://127.0.0.1:80/x/playing.cgi?c=play")')
            </Action>
        </Macro>
        <Macro Name="Pause" Expanded="True">
            <Event Name="X10.Pause" />
            <Action>
                EventGhost.PythonCommand(u'urllib.urlopen("http://127.0.0.1:80/x/playing.cgi?c=pause")')
            </Action>
        </Macro>
        <Macro Name="Stop" Expanded="True">
            <Event Name="X10.Stop" />
            <Action>
                EventGhost.PythonCommand(u'urllib.urlopen("http://127.0.0.1:80/x/playing.cgi?c=stop")')
            </Action>
        </Macro>
        <Macro Name="Next" Expanded="True">
            <Event Name="X10.NextTrack" />
            <Action>
                EventGhost.PythonCommand(u'urllib.urlopen("http://127.0.0.1:80/x/playing.cgi?c=next")')
            </Action>
        </Macro>
        <Macro Name="Previous" Expanded="True">
            <Event Name="X10.PreviousTrack" />
            <Action>
                EventGhost.PythonCommand(u'urllib.urlopen("http://127.0.0.1:80/x/playing.cgi?c=prev")')
            </Action>
        </Macro>
    </Folder>
    <Folder Name="Volume" Expanded="True">
        <Macro Name="Change Master Volume: 1.00 %" Expanded="True">
            <Event Name="X10.VolumeUp" />
            <Action>
                System.ChangeMasterVolumeBy(1.0, 0)
            </Action>
        </Macro>
        <Macro Name="Change Master Volume: -1.00 %" Expanded="True">
            <Event Name="X10.VolumeDown" />
            <Action>
                System.ChangeMasterVolumeBy(-1.0, 0)
            </Action>
        </Macro>
        <Macro Name="Toggle Mute" Expanded="True">
            <Event Name="X10.Mute" />
            <Action>
                System.ToggleMute(0)
            </Action>
        </Macro>
    </Folder>
</EventGhost>
