mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Update zero.rst
This commit is contained in:
parent
6160fa8851
commit
9e2a71eec3
1 changed files with 17 additions and 0 deletions
|
|
@ -50,3 +50,20 @@ Manually Triggering Zero
|
|||
|
||||
You can also type ``beet zero [QUERY]`` to manually invoke the plugin on music
|
||||
in your library.
|
||||
|
||||
A Note About Fields
|
||||
-------------------
|
||||
|
||||
If you wish to store embedded cover artwork metadata in the file, you must
|
||||
use the field ``images``. This is a special field and is not shown by
|
||||
issuing the command ``beet fields``.
|
||||
|
||||
For example::
|
||||
|
||||
zero:
|
||||
keep_fields: title artist album year track genre images
|
||||
|
||||
This will result in the following metadata field in an MP3 file::
|
||||
|
||||
APIC (Attached picture): ()[, 3]: image/jpeg, 88742 bytes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue