emesene / emesene-supported-plugins

set of plugins supported by the emesene team
http://www.emesene.org
15 stars 11 forks source link

music plugin don't work (audacious) #54

Closed danielgomon closed 12 years ago

danielgomon commented 12 years ago

The music plugin works fine until I change the song, it stucks in the first one and doesn't show the new title. I'm in audacious 2.5.3 and Ubuntu Lucid.

pepeleproso commented 12 years ago

I think this is a bug in audacious, it doesn't emit the "StatusChange" signal specified by the MPRIS interface.

pepeleproso commented 12 years ago

Maybe I can make it work with manual checks every 15 secs like windows players. I'll send a patch later

Sbte commented 12 years ago

I think they should fix this in Audacious instead if it's a real bug. Were they notified already?

danielgomon commented 12 years ago

Still not working, same problem, I'm in the git version with the plugins up to date.

danielgomon commented 12 years ago

I've manually changed some of the handler_mpris.py lines to False, now it works on audacious 2.54, can you change this in the master code:

def get_automatic_updates(self):
    '''When the handler can do automatic updates of player status
       and timeout are not needed.
    '''
    return False