From f9e2a9b9e46d498e46d1fc27b3ef447162b141a5 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Tue, 20 Apr 2021 11:23:27 +0200 Subject: [PATCH] Create script to reload cmus --- bin/cmus-update-lib.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/cmus-update-lib.sh diff --git a/bin/cmus-update-lib.sh b/bin/cmus-update-lib.sh new file mode 100755 index 0000000..3a03fc3 --- /dev/null +++ b/bin/cmus-update-lib.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cmus-remote -C clear +cmus-remote -C "add /home/jpt/Music" +cmus-remote -C "update-cache -f"