From c14ef3e054d24ca56ca5566b0ff7e0f9c5fddb1b Mon Sep 17 00:00:00 2001 From: relthyg Date: Sat, 2 Apr 2022 18:42:30 +0200 Subject: [PATCH] Update docs for template variables --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index e8fdcbc..a75f056 100644 --- a/README.rst +++ b/README.rst @@ -99,6 +99,8 @@ tokens: - ``album``: The album name. - ``track``: The track number. - ``title``: The track title. +- ``date``: The album date. +- ``label``: The album label. The default template is: ``%{artist}/%{album}/%{track} - %{title}``.