Todos / Bugs
-------------------
*Look for a way to do more complex action into profile not calling only one simple dbus method 
  at moment we can't do something like increase volume on amarok because we need to do something like: VolumeSet(VolumeGet() + 10);
  It should be something like:
    <action objid="Player" class="volumeup">
        <name>Increase volume</name>
        <comment></comment>
	<someNewTagName>
	  VolumeSet(VolumeGet() + 10);
	</someNewTagName>
    </action>

  
  
