diff options
author | Wieland Hoffmann <themineo@gmail.com> | 2015-06-14 10:06:35 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2015-06-15 16:47:14 +0200 |
commit | 16d65ea36adfb35f6d6c3a75655ef6442a02174b (patch) | |
tree | 0e01ebf54935f9a69d89a794a4bf14e021f670c6 /doc | |
parent | 310d280cef4cc93738412efbd80ada4322df9d17 (diff) |
ncmpcpp.1: Add album_artist to media_library_primary_tag
This is already mentioned in the example config file, but not in the
manpage. Add it there as well, because it's really useful.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ncmpcpp.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index 1c6a1bba..83eb5194 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -196,7 +196,7 @@ Default user interface used by ncmpcpp at start. .B data_fetching_delay = yes/no If enabled, there will be a 250ms delay between refreshing position in media library or playlist editor and fetching appropriate data from MPD. This limits data fetched from the server and is particularly useful if ncmpcpp is connected to a remote host. .TP -.B media_library_primary_tag = artist/date/genre/composer/performer +.B media_library_primary_tag = artist/album_artist/date/genre/composer/performer Default tag type for leftmost column in media library. .TP .B default_find_mode = wrapped/normal |