mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
Update yamleditor.rst
polishing
This commit is contained in:
parent
151c1f3fbd
commit
149dd8676a
1 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ Make a ``yamleditor:`` section in your config.yaml ``(beet config -e)``
|
|||
* albumfields: genre album
|
||||
* itemfields: track artist
|
||||
* not_fields: id path
|
||||
* separator: "|>"
|
||||
* separator: "<>"
|
||||
|
||||
* editor: you can pick your own texteditor. Defaults to systems default.
|
||||
* editor_args: in case you need extra arguments for your text-editor.
|
||||
|
|
@ -84,6 +84,6 @@ Make a ``yamleditor:`` section in your config.yaml ``(beet config -e)``
|
|||
|
||||
``-02-The Night Before-The Beatles-Help!``
|
||||
|
||||
but with ex "|>" it will look like:
|
||||
but with ex "<>" it will look like:
|
||||
|
||||
``|>02|>The Night Before|>The Beatles|>Help!``
|
||||
``<>02<>The Night Before<>The Beatles<>Help!``
|
||||
|
|
|
|||
Loading…
Reference in a new issue