mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Update MPD links in docs
This commit is contained in:
parent
6eb497b21b
commit
2eadd9e3de
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-----------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue