Add option 'media_library_albums_split_by_date'

This commit is contained in:
Andrzej Rybczak
2017-03-28 09:01:33 +02:00
parent a22bad7ad5
commit 6f1e2d7516
7 changed files with 35 additions and 20 deletions

View File

@@ -326,6 +326,8 @@
##
#media_library_primary_tag = artist
#
#media_library_albums_split_by_date = yes
#
## Available values: wrapped, normal.
##
#default_find_mode = wrapped

View File

@@ -219,6 +219,9 @@ If enabled, there will be a 250ms delay between refreshing position in media lib
.B media_library_primary_tag = artist/album_artist/date/genre/composer/performer
Default tag type for leftmost column in media library.
.TP
.B media_library_albums_split_by_date = yes/no
Determines whether albums in media library should be split by date.
.TP
.B default_find_mode = wrapped/normal
If set to "wrapped", going from last found position to next will take you to the first one (same goes for the first position and going to previous one), otherwise no actions will be performed.
.TP