From c286ea38de71fdd0ba998fe4f0e26088ced81ea8 Mon Sep 17 00:00:00 2001 From: Tom Jaspers Date: Wed, 11 Feb 2015 10:29:13 +0100 Subject: [PATCH] Importer metadata source is set as a field: docs docs + changelog See #1311 --- docs/changelog.rst | 2 ++ docs/reference/pathformat.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 81493428c..cc1f5f3f0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: diff --git a/docs/reference/pathformat.rst b/docs/reference/pathformat.rst index 8efe54cd2..f4bef453a 100644 --- a/docs/reference/pathformat.rst +++ b/docs/reference/pathformat.rst @@ -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: