From 8f71703a4aa75c06ab930c5c3d5ab1629918f457 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 24 Feb 2024 09:13:02 +0100 Subject: [PATCH] ncmpcpp: Hide unnecessary library info Hide the years that ncpmpcpp always adds to the library albums, and don't split them by date. Also importantly use 'album_artist' to sort the corresponding artists instead of just 'artist' since beets will often sort the individual acting artist for the latter, pulling apart single songs from larger albums. Lastly, add a 'data_fetching_delay' (of I believe 250ms) when quickly scrolling through the artist/album list so it goes a little smoother when loading data from remote sources. --- multimedia/.config/ncmpcpp/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/multimedia/.config/ncmpcpp/config b/multimedia/.config/ncmpcpp/config index 7643757..760f32e 100644 --- a/multimedia/.config/ncmpcpp/config +++ b/multimedia/.config/ncmpcpp/config @@ -46,6 +46,11 @@ song_status_format = "$5$b%t $5$/b• $3%a $5• $6%b {(Disc %d) }$5• $4%y" song_library_format = "{{%a - %t}|{%f}}{$R%l}" empty_tag_marker = "" empty_tag_color = "9" +media_library_primary_tag = "album_artist" +media_library_sort_by_mtime = "no" +media_library_hide_album_dates = "yes" +media_library_albums_split_by_date = "no" +data_fetching_delay = "yes" [global] user_interface = "alternative" #(classic/alternative)