View Single Post
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#77
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.
__________________
------------------------------------------------------------------
Voice choppy on sip calls
Please vote for bug number 10388
 

The Following User Says Thank You to rajil.s For This Useful Post: