diff options
| author | ZachIR <zachir@librem.one> | 2026-02-28 19:27:13 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2026-02-28 19:27:13 -0600 |
| commit | 496d930515d562aa6a4c2444e8e5b237043ca451 (patch) | |
| tree | fd4763ead0cc58253c96414fa1584a7aa24081c3 | |
| parent | 488fb0cfeff031828d4e3a7ce495ab2b82afbc2d (diff) | |
mpd execute songinfo on song change
| -rw-r--r-- | ncmpcpp/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config index 9b990ed..4cc4311 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -271,6 +271,7 @@ visualizer_look = ●▮ ## notifications etc. ## #execute_on_song_change = "" +execute_on_song_change = "songinfo" # ## ## Note: Custom command that will be executed each time player state |
