From 5250ba80202408bb58c00a7157c0331ab0e556b6 Mon Sep 17 00:00:00 2001 From: Mike Cameron Date: Tue, 10 Jan 2017 19:40:23 -0500 Subject: [PATCH] Added changelog entry of new rack_alt path template value and updated changelog with description of change. --- docs/changelog.rst | 3 +++ docs/reference/pathformat.rst | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4e0d7405f..a9210554a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,9 @@ New features: * Added support for DSF files, once a future version of Mutagen is released that supports them. Thanks to :user:`docbobo`. :bug:`459` :bug:`2379` +* A new template path value ``track_alt`` let's you use the tracks actual + number rather than its position media. Useful when importing albums that + have multiple sides, such as tapes and vinyls. Fixes: diff --git a/docs/reference/pathformat.rst b/docs/reference/pathformat.rst index 72453a6e5..6b1fe5021 100644 --- a/docs/reference/pathformat.rst +++ b/docs/reference/pathformat.rst @@ -197,6 +197,7 @@ Ordinary metadata: * original_year, original_month, original_day: The release date of the original version of the album. * track +* track_alt * tracktotal * disc * disctotal