From e3c127b15909dff5d1108ab1b2d81415bec1a601 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 26 Jan 2015 15:14:45 -0800 Subject: [PATCH] Changelog and slight reformatting for #1269 --- beets/library.py | 4 +++- docs/changelog.rst | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/beets/library.py b/beets/library.py index b76c8998f..df6b6acc6 100644 --- a/beets/library.py +++ b/beets/library.py @@ -229,8 +229,10 @@ class WriteError(FileOperationError): class LibModel(dbcore.Model): """Shared concrete functionality for Items and Albums. """ + _format_config_key = None - """Config key that specifies how an instance should be formatted""" + """Config key that specifies how an instance should be formatted. + """ def _template_funcs(self): funcs = DefaultTemplateFunctions(self, self._db).functions() diff --git a/docs/changelog.rst b/docs/changelog.rst index c10a64981..b18b05081 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -42,6 +42,10 @@ Core changes: ``albumtotal`` computed attribute that provides the total number of tracks on the album. (The :ref:`per_disc_numbering` option has no influence on this field.) +* The :ref:`list_format_album` and :ref:`list_format_item` configuration keys + now affect (almost) every place where objects are printed and logged. + (Previously, they only controlled the :ref:`list-cmd` command and a few + other scattered pieces.) :bug:`1269` Fixes: