mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 00:45:55 +01:00
Merge pull request #3199 from thomas-mc-work/patch-1
Provide an example for the languages list
This commit is contained in:
commit
d17ac8699f
1 changed files with 4 additions and 2 deletions
|
|
@ -572,9 +572,11 @@ languages
|
|||
~~~~~~~~~
|
||||
|
||||
A list of locale names to search for preferred aliases. For example, setting
|
||||
this to "en" uses the transliterated artist name "Pyotr Ilyich Tchaikovsky"
|
||||
this to ``en`` uses the transliterated artist name "Pyotr Ilyich Tchaikovsky"
|
||||
instead of the Cyrillic script for the composer's name when tagging from
|
||||
MusicBrainz. Defaults to an empty list, meaning that no language is preferred.
|
||||
MusicBrainz. You can use a space-separated list of language abbreviations, like
|
||||
``en jp es``, to specify a preference order. Defaults to an empty list, meaning
|
||||
that no language is preferred.
|
||||
|
||||
.. _detail:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue