summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-29 17:41:29 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-29 17:41:29 -0700
commitf4079099de6a8f9409505318efc7acf39bc9a4d9 (patch)
treede3920cacd0997f6e3274191b28d469d9144bfb0
parent9d2b93fa4e1cffb0c82635e770f4b0ca1e400de3 (diff)
Bit of config on ncmpcpp
-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.