From 2eadd9e3de2fe543aa1f17f18e244401fb941995 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 7 Apr 2014 18:04:15 +0100 Subject: [PATCH] Update MPD links in docs --- README.rst | 2 +- docs/changelog.rst | 2 +- docs/plugins/bpd.rst | 2 +- docs/plugins/index.rst | 2 +- docs/plugins/mpdstats.rst | 2 +- docs/plugins/mpdupdate.rst | 2 +- docs/plugins/smartplaylist.rst | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index ad646a953..722be8e5e 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ If beets doesn't do what you want yet, `writing your own plugin`_ is shockingly simple if you know a little Python. .. _plugins: http://beets.readthedocs.org/page/plugins/ -.. _MPD: http://mpd.wikia.com/ +.. _MPD: http://www.musicpd.org/ .. _MusicBrainz music collection: http://musicbrainz.org/doc/Collections/ .. _writing your own plugin: http://beets.readthedocs.org/page/dev/plugins.html diff --git a/docs/changelog.rst b/docs/changelog.rst index 027f7290c..dc7f562b4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -278,7 +278,7 @@ As usual, there are also innumerable little fixes and improvements: .. _Acoustic Attributes: http://developer.echonest.com/acoustic-attributes.html -.. _MPD: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki +.. _MPD: http://www.musicpd.org/ 1.3.1 (October 12, 2013) diff --git a/docs/plugins/bpd.rst b/docs/plugins/bpd.rst index ac5bd9305..81736ae30 100644 --- a/docs/plugins/bpd.rst +++ b/docs/plugins/bpd.rst @@ -105,7 +105,7 @@ Unimplemented Commands These are the commands from `the MPD protocol`_ that have not yet been implemented in BPD. -.. _the MPD protocol: http://mpd.wikia.com/wiki/MusicPlayerDaemonCommands +.. _the MPD protocol: http://www.musicpd.org/doc/protocol/ Saved playlists: diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 3b9229761..1077994f2 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -122,7 +122,7 @@ Miscellaneous * :doc:`missing`: List missing tracks. * :doc:`duplicates`: List duplicate tracks or albums. -.. _MPD: http://mpd.wikia.com/ +.. _MPD: http://www.musicpd.org/ .. _MPD clients: http://mpd.wikia.com/wiki/Clients .. _other-plugins: diff --git a/docs/plugins/mpdstats.rst b/docs/plugins/mpdstats.rst index 0e2c8b65e..6d71de6b9 100644 --- a/docs/plugins/mpdstats.rst +++ b/docs/plugins/mpdstats.rst @@ -9,7 +9,7 @@ habits from `MPD`_. It collects the following information about tracks: * last_played: UNIX timestamp when you last played this track. * rating: A rating based on *play_count* and *skip_count*. -.. _MPD: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki +.. _MPD: http://www.musicpd.org/ Installing Dependencies ----------------------- diff --git a/docs/plugins/mpdupdate.rst b/docs/plugins/mpdupdate.rst index a23bbdc91..b153dde0c 100644 --- a/docs/plugins/mpdupdate.rst +++ b/docs/plugins/mpdupdate.rst @@ -4,7 +4,7 @@ MPDUpdate Plugin ``mpdupdate`` is a very simple plugin for beets that lets you automatically update `MPD`_'s index whenever you change your beets library. -.. _MPD: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki +.. _MPD: http://www.musicpd.org/ To use it, enable it in your ``config.yaml`` by putting ``mpdupdate`` on your ``plugins`` line. Then, you'll probably want to configure the specifics of your diff --git a/docs/plugins/smartplaylist.rst b/docs/plugins/smartplaylist.rst index 42e014a8e..496558fa8 100644 --- a/docs/plugins/smartplaylist.rst +++ b/docs/plugins/smartplaylist.rst @@ -5,7 +5,7 @@ Smart Playlist Plugin beets queries every time your library changes. This plugin is specifically created to work well with `MPD's`_ playlist functionality. -.. _MPD's: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki +.. _MPD's: http://www.musicpd.org/ To use it, enable the plugin by putting ``smartplaylist`` in the ``plugins`` section in your ``config.yaml``. Then configure your smart playlists like the