Added option to hide album dates (#417)

* Added option to hide album dates

* Fixed formating typo
This commit is contained in:
Lucas Zacharewicz
2020-12-13 08:02:49 -05:00
committed by GitHub
parent b72768d168
commit 750e7ff59d
5 changed files with 9 additions and 1 deletions

View File

@@ -339,6 +339,8 @@
#
#media_library_albums_split_by_date = yes
#
#media_library_hide_album_dates = no
#
## Available values: wrapped, normal.
##
#default_find_mode = wrapped

View File

@@ -236,6 +236,9 @@ Default tag type for leftmost column in media library.
.B media_library_albums_split_by_date = yes/no
Determines whether albums in media library should be split by date.
.TP
.B media_library_hide_album_dates = yes/no
Determines whether album dates in media library should be hidden.
.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