From f4079099de6a8f9409505318efc7acf39bc9a4d9 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 29 Dec 2020 17:41:29 -0700 Subject: Bit of config on ncmpcpp --- .config/ncmpcpp/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/ncmpcpp') 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. -- cgit v1.2.3-54-g00ecf