mirror of
https://github.com/beetbox/beets.git
synced 2026-01-26 10:02:31 +01:00
mpdstats refactor: comments/credit
This commit is contained in:
parent
5b59330179
commit
19868946d5
2 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue