From 6a082234fbba0fea0d06258bebbed270a1be5e72 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 11 Jan 2012 17:10:26 -0800 Subject: [PATCH] docs fixes regarding album types --- docs/reference/config.rst | 6 +++--- docs/reference/pathformat.rst | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 5a99de0e6..fdec0d7cd 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -159,7 +159,7 @@ template string, the ``_`` character is substituted for ``:`` in these queries. This means that a config file like this:: [paths] - albumtype_soundtrack: Soundtracks/$albumartist/$track title + albumtype_soundtrack: Soundtracks/$album/$track title will place soundtrack albums in a separate directory. The queries are tested in the order they appear in the configuration file, meaning that if an item matches @@ -195,9 +195,9 @@ Here's an example file:: [paths] default: $genre/$albumartist/$album/$track $title - soundtrack: Soundtracks/$album/$track $title - comp: $genre/$album/$track $title singleton: Singletons/$artist - $title + comp: $genre/$album/$track $title + albumtype_soundtrack: Soundtracks/$album/$track $title [bpd] host: 127.0.0.1 diff --git a/docs/reference/pathformat.rst b/docs/reference/pathformat.rst index 062411c12..77a482086 100644 --- a/docs/reference/pathformat.rst +++ b/docs/reference/pathformat.rst @@ -131,9 +131,12 @@ Ordinary metadata: * comments * bpm * comp -* albumtype +* albumtype (the MusicBrainz album type; the MusicBrainz wiki has a `list of + type names`_) * label +.. _list of type names: http://wiki.musicbrainz.org/XMLWebService#Release_Type_and_Status + Audio information: * length