mpdstats refactor: comments/credit

This commit is contained in:
Adrian Sampson 2013-12-12 15:47:26 -08:00
parent 5b59330179
commit 19868946d5
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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.