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