mpd support broken

Bug #732143 reported by god
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
CoverGloobus
Fix Committed
Undecided
Unassigned

Bug Description

covergloobus fails to start with mpd configured as a player of choice:

~ % covergloobus
Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 97, in init
    self.init_player()
  File "/usr/share/covergloobus/covergloobus.py", line 127, in init_player
    self.player = __import__('players.' + name, fromlist=['players']).__dict__[name](self)
  File "/usr/share/covergloobus/players/__init__.py", line 85, in __init__
    if self.is_active():
  File "/usr/share/covergloobus/players/MPD.py", line 52, in is_active
    return self._connect()
  File "/usr/share/covergloobus/players/MPD.py", line 55, in _connect
    host = self.cg.config.get('MPD', 'host')
AttributeError: 'CoverGloobus' object has no attribute 'config'

version 1.7-6

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote :

this is already fix in the trunk

Changed in covergloobus:
status: New → Fix Committed
Revision history for this message
João Amaro (joaoamaro37) wrote :

I have this bug aswell with MPD. When will it be fixed?

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote : Re: [Bug 732143] Re: mpd support broken

it is fixed, but you are using an old ubuntu package and I don't know when
someone will make a new one
you can install from bzr trunk if you want

Revision history for this message
João Amaro (joaoamaro37) wrote :

Where can I get that bzr?

Revision history for this message
João Amaro (joaoamaro37) wrote :

Found it and working perfectly! Thank you.

Keep up the good work!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.