Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504534 - media-sound/beets-1.3.{2,3} - needs dev-python/python-mpd for the "mpdstats" plugin to work
Summary: media-sound/beets-1.3.{2,3} - needs dev-python/python-mpd for the "mpdstats" ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Stanislav Ochotnicky (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 23:01 UTC by Elias Probst
Modified: 2014-05-13 16:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2014-03-13 23:01:05 UTC
The 'mpdstats' plugin of media-sound/beets-1.3.{2,3} (http://beets.readthedocs.org/en/v1.3.3/plugins/mpdstats.html) requires dev-python/python-mpd to work.

Otherwise using the plugin will fail like this:

beet mpdstats
** error loading plugin mpdstats
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/beets/plugins.py", line 190, in load_plugins
    namespace = __import__(modname, None, None)
  File "/usr/lib64/python2.7/site-packages/beetsplug/mpdstats.py", line 17, in <module>
    import mpd
ImportError: No module named mpd

Usage: 
  beet COMMAND [ARGS...]
  beet help COMMAND

beet: error: unknown command mpdstats
Comment 1 Stanislav Ochotnicky (RETIRED) gentoo-dev 2014-05-05 20:55:58 UTC
Thanks for the report, I'll probably do some cleanups while updating to 1.3.5 in coming days.
Comment 2 Stanislav Ochotnicky (RETIRED) gentoo-dev 2014-05-13 16:56:31 UTC
Fix comitted in beets-1.3.3-r1 (added new useflag for this)