mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
Tiny wording tweaks for #754
This commit is contained in:
parent
7310f6e945
commit
06ab0ec2e2
1 changed files with 14 additions and 13 deletions
|
|
@ -228,23 +228,24 @@ Library metadata:
|
|||
* mtime: The modification time of the audio file.
|
||||
* added: The date and time that the music was added to your library.
|
||||
|
||||
|
||||
.. _templ_plugins:
|
||||
|
||||
Template functions and values provided by plugins
|
||||
-------------------------------------------------
|
||||
|
||||
Remember to activate corresponding plugin before using one of those additional
|
||||
fields/functions :
|
||||
Beets plugins can provide additional fields and functions to templates. See
|
||||
the :doc:`/plugins/index` page for a full list of plugins. Some plugin-provided
|
||||
constructs include:
|
||||
|
||||
* missing by :doc:`/plugins/missing`: number of missing tracks per album
|
||||
* ``%bucket{text}`` by :doc:`/plugins/bucket`: substitute a string by the
|
||||
range it belongs to
|
||||
* ``%the{text}`` by :doc:`/plugins/the`: moves english articles to end of
|
||||
strings
|
||||
* ``$missing`` by :doc:`/plugins/missing`: The number of missing tracks per
|
||||
album.
|
||||
* ``%bucket{text}`` by :doc:`/plugins/bucket`: Substitute a string by the
|
||||
range it belongs to.
|
||||
* ``%the{text}`` by :doc:`/plugins/the`: Moves English articles to ends of
|
||||
strings.
|
||||
|
||||
In case you would need a field not mentioned hereabove,
|
||||
:doc:`/plugins/inline` lets you define template fields in your beets
|
||||
configuration file using python snippets.
|
||||
And for more advanced processing, you can go all-in and write a dedicated
|
||||
plugin to register your own fields/functions (see
|
||||
:ref:`writing-plugins`).
|
||||
The :doc:`/plugins/inline` lets you define template fields in your beets
|
||||
configuration file using Python snippets. And for more advanced processing,
|
||||
you can go all-in and write a dedicated plugin to register your own fields and
|
||||
functions (see :ref:`writing-plugins`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue