--- xldbus.py 2010-04-22 00:06:41.327906979 +0200 +++ xldbus.py.original 2010-04-22 00:05:41.467911164 +0200 @@ -109,8 +109,8 @@ for command in modify_commands: value = getattr(options, command) - if value: - iface.SetTrackAttr(command[3:].lower(), value) + if value: + iface.SetTrackAttr(command[4:].lower(), value) comm = True volume_commands = ( @@ -228,7 +228,7 @@ Sets rating of a track """ try: - set_attr = getattr(self.exaile.player.current, 'set_' + attr) + set_attr = getattr(self.exaile.player.current, attr) set_attr(value) except AttributeError: pass