dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8fbea3f8f838ad041c16ce207ec69d0fa8b152a0
parent eabfa18b1ecfd92c29a50da06f4610f1afc17dfd
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 22 Nov 2021 19:10:06 +0100

ncmpcpp: use album artist instead of artist

Diffstat:
Mncmpcpp/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ncmpcpp/config b/ncmpcpp/config @@ -38,7 +38,7 @@ search_engine_display_mode = columns progressbar_look = -> now_playing_prefix = "> " modified_item_prefix = "~ " -media_library_primary_tag = artist +media_library_primary_tag = album_artist media_library_albums_split_by_date = no startup_screen = "media_library" display_volume_level = yes