mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
fix outdated BPD documentation
The update command is now supported.
This commit is contained in:
parent
bfa3c5c806
commit
6c220f284a
1 changed files with 3 additions and 6 deletions
|
|
@ -92,8 +92,9 @@ contains a dummy implementation that just calls playlistinfo.
|
|||
|
||||
The ``stats`` command always send zero for ``playtime``, which is supposed to
|
||||
indicate the amount of time the server has spent playing music. BPD doesn't
|
||||
currently keep track of this. Also, because database updates aren't yet
|
||||
supported, ``db_update`` is just the time the server was started.
|
||||
currently keep track of this.
|
||||
|
||||
The ``update`` command regenerates the directory tree from the beets database.
|
||||
|
||||
Unimplemented Commands
|
||||
----------------------
|
||||
|
|
@ -103,10 +104,6 @@ implemented in BPD.
|
|||
|
||||
.. _the MPD protocol: http://mpd.wikia.com/wiki/MusicPlayerDaemonCommands
|
||||
|
||||
Database:
|
||||
|
||||
* update
|
||||
|
||||
Saved playlists:
|
||||
|
||||
* playlistclear
|
||||
|
|
|
|||
Loading…
Reference in a new issue