mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
docs: mention mpdstats needs to be running
Clarify that `mpdstats` is an MPD client and needs to be running all the time to collect statistics. See https://discourse.beets.io/t/mpdstats-requirements/796
This commit is contained in:
parent
a94e4b0473
commit
bf26e2cc7e
1 changed files with 8 additions and 4 deletions
|
|
@ -4,10 +4,14 @@ MPDStats Plugin
|
|||
``mpdstats`` is a plugin for beets that collects statistics about your listening
|
||||
habits from `MPD`_. It collects the following information about tracks:
|
||||
|
||||
* play_count: The number of times you *fully* listened to this track.
|
||||
* skip_count: The number of times you *skipped* this track.
|
||||
* last_played: UNIX timestamp when you last played this track.
|
||||
* rating: A rating based on *play_count* and *skip_count*.
|
||||
* ``play_count``: The number of times you *fully* listened to this track.
|
||||
* ``skip_count``: The number of times you *skipped* this track.
|
||||
* ``last_played``: UNIX timestamp when you last played this track.
|
||||
* ``rating``: A rating based on ``play_count`` and ``skip_count``.
|
||||
|
||||
To gather these statistics it runs as an MPD client and watches the current state
|
||||
of MPD. This means that ``mpdstats`` needs to be running continuously for it to
|
||||
work.
|
||||
|
||||
.. _MPD: https://www.musicpd.org/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue