summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/ncmpcpp/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
index 940f16a..cfbce85 100644
--- a/.config/ncmpcpp/config
+++ b/.config/ncmpcpp/config
@@ -155,7 +155,7 @@ visualizer_color = blue, cyan, green, yellow, magenta, red
## display artist tag and then composer and performer if previous ones are not
## available.
##
-#song_columns_list_format = (20)[]{a} (6f)[green]{NE} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l}
+song_columns_list_format = (20)[]{A} (6f)[green]{NE} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l}
# Various settings
execute_on_song_change = notify-send -u low " $(mpc --format '[%albumartist% (%album%)]|[%albumartist%]|[%artist% (%album%)]|[%artist%]' current)" "$(mpc --format '%title%' current)"
@@ -197,7 +197,7 @@ execute_on_song_change = notify-send -u low " $(mpc --format '[%albumartist%
#data_fetching_delay = yes
## Available values: artist, album_artist, date, genre, composer, performer.
##
-#media_library_primary_tag = artist
+media_library_primary_tag = album_artist
#media_library_albums_split_by_date = yes
#media_library_hide_album_dates = no
## Available values: wrapped, normal.