View Single Post
Posts: 129 | Thanked: 32 times | Joined on Jun 2010
#81
Originally Posted by rajil.s View Post
As a dirty hack, i modified the code to show Album name as well. I added to

/opt/rx/media-im-status-updater/media_im_status_updater.py at line 126

Code:
      for key in ['album']:
        value = None      

        try:                                                              
          value = self.__metadata[key]
        except KeyError:  
          value = u'<unknown>'

        message = message.replace('%d', value)
Now the album name can be shown by using %d.
Doesnt Work for me. just displays the text "%d"
Am i missing anything?
is there anybody else on my boat!!