mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 21:42:48 +01:00
Importer metadata source is set as a field: docs
docs + changelog See #1311
This commit is contained in:
parent
20ae26dd77
commit
c286ea38de
2 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ Features:
|
|||
* A new ``filesize`` field on items indicates the number of bytes in the file.
|
||||
:bug:`1291`
|
||||
* The number of missing/unmatched tracks is shown during import. :bug:`1088`
|
||||
* The data source used during import (e.g., MusicBrainz) is now saved as a
|
||||
track/album's field :bug:`1311`
|
||||
|
||||
Core changes:
|
||||
|
||||
|
|
|
|||
|
|
@ -229,6 +229,8 @@ Library metadata:
|
|||
* mtime: The modification time of the audio file.
|
||||
* added: The date and time that the music was added to your library.
|
||||
* path: The item's filename.
|
||||
* data_source: The data source used during import to tag the item
|
||||
(e.g., 'MusicBrainz')
|
||||
|
||||
|
||||
.. _templ_plugins:
|
||||
|
|
|
|||
Loading…
Reference in a new issue