mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +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.
|
shockingly simple if you know a little Python.
|
||||||
|
|
||||||
.. _plugins: http://beets.readthedocs.org/page/plugins/
|
.. _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/
|
.. _MusicBrainz music collection: http://musicbrainz.org/doc/Collections/
|
||||||
.. _writing your own plugin:
|
.. _writing your own plugin:
|
||||||
http://beets.readthedocs.org/page/dev/plugins.html
|
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
|
.. _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)
|
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
|
These are the commands from `the MPD protocol`_ that have not yet been
|
||||||
implemented in BPD.
|
implemented in BPD.
|
||||||
|
|
||||||
.. _the MPD protocol: http://mpd.wikia.com/wiki/MusicPlayerDaemonCommands
|
.. _the MPD protocol: http://www.musicpd.org/doc/protocol/
|
||||||
|
|
||||||
Saved playlists:
|
Saved playlists:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ Miscellaneous
|
||||||
* :doc:`missing`: List missing tracks.
|
* :doc:`missing`: List missing tracks.
|
||||||
* :doc:`duplicates`: List duplicate tracks or albums.
|
* :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
|
.. _MPD clients: http://mpd.wikia.com/wiki/Clients
|
||||||
|
|
||||||
.. _other-plugins:
|
.. _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.
|
* last_played: UNIX timestamp when you last played this track.
|
||||||
* rating: A rating based on *play_count* and *skip_count*.
|
* 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
|
Installing Dependencies
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ MPDUpdate Plugin
|
||||||
``mpdupdate`` is a very simple plugin for beets that lets you automatically
|
``mpdupdate`` is a very simple plugin for beets that lets you automatically
|
||||||
update `MPD`_'s index whenever you change your beets library.
|
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
|
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
|
``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
|
beets queries every time your library changes. This plugin is specifically
|
||||||
created to work well with `MPD's`_ playlist functionality.
|
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``
|
To use it, enable the plugin by putting ``smartplaylist`` in the ``plugins``
|
||||||
section in your ``config.yaml``. Then configure your smart playlists like the
|
section in your ``config.yaml``. Then configure your smart playlists like the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue