Importer metadata source is set as a field: docs

docs + changelog

See #1311
This commit is contained in:
Tom Jaspers 2015-02-11 10:29:13 +01:00
parent 20ae26dd77
commit c286ea38de
2 changed files with 4 additions and 0 deletions

View file

@ -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:

View file

@ -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: