From e4abf0af352335f098465932f2b8b64d52fcba72 Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Thu, 31 Oct 2013 20:28:09 +0100 Subject: [PATCH] renaming mpc to mpdstats --- docs/plugins/index.rst | 6 +++--- docs/plugins/{mpc.rst => mpdstats.py} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/plugins/{mpc.rst => mpdstats.py} (100%) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 7d1393b0c..c0061789f 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -24,8 +24,8 @@ by typing ``beet version``. echonest_tempo echonest bpd - mpc mpdupdate + mpdstats fetchart embedart web @@ -81,8 +81,8 @@ Metadata * :doc:`zero`: Nullify fields by pattern or unconditionally. * :doc:`ftintitle`: Move "featured" artists from the artist field to the title field. -* :doc:`mpc`: Connect to `MPD`_ and update the beets library with playing - statistics (last_played, play_count, skip_count). +* :doc:`mpdstats`: Connect to `MPD`_ and update the beets library with play + statistics (last_played, play_count, skip_count, rating). .. _Acoustic Attributes: http://developer.echonest.com/acoustic-attributes.html .. _the Echo Nest: http://www.echonest.com diff --git a/docs/plugins/mpc.rst b/docs/plugins/mpdstats.py similarity index 100% rename from docs/plugins/mpc.rst rename to docs/plugins/mpdstats.py