diff --git a/beetsplug/mpdstats.py b/beetsplug/mpdstats.py index 303557c27..b680e081f 100644 --- a/beetsplug/mpdstats.py +++ b/beetsplug/mpdstats.py @@ -1,7 +1,6 @@ # coding=utf-8 # This file is part of beets. -# Copyright 2013, Peter Schnebel. -# Copyright 2013, Johann Klähn. +# Copyright 2013, Peter Schnebel and Johann Klähn. # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -14,8 +13,6 @@ # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. -# requires python-mpd to run. install with: pip install python-mpd - import logging import mpd import socket diff --git a/docs/changelog.rst b/docs/changelog.rst index 05b77e690..112eee7b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -31,7 +31,7 @@ New features: relevant. Thanks to Peter Schnebel and rashley60. * The new :doc:`/plugins/mpdstats` collects statistics about your - listening habits from `MPD`_. Thanks to Peter Schnebel. + listening habits from `MPD`_. Thanks to Peter Schnebel and Johann Klähn. * :doc:`/plugins/lyrics`: A new ``--force`` option optionally re-downloads lyrics even when files already have them. Thanks to Bitdemon on GitHub.