mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
Less duplicated text in documentation
This commit is contained in:
parent
1708939f99
commit
ae0babb17e
1 changed files with 3 additions and 7 deletions
|
|
@ -222,13 +222,9 @@ The events currently available are:
|
|||
autotagger selection was made.
|
||||
Parameter: ``info``.
|
||||
|
||||
* *albuminfo_received*: called after meta data for an album item has been
|
||||
fetched from disparate sources, such as MusicBrainz. Gives a developer the
|
||||
option to intercept the fetched AlbumInfo object. Can be used to modify tags
|
||||
on a ``beet import`` operation or during later adjustments, such as
|
||||
``mbsync``. Can be slow, as event is fired for any fetched possible match
|
||||
*before* user or autotagger selection was made.
|
||||
Parameter: ``info``.
|
||||
* *albuminfo_received*: Like *trackinfo_received*, the event indicates new meta
|
||||
data for album items, but supplies an *AlbumInfo* object instead of a
|
||||
*TrackInfo*.
|
||||
|
||||
The included ``mpdupdate`` plugin provides an example use case for event listeners.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue