commit b94ce461745dcab3a1109be7dcf7f6c1a0f2f028
parent 34199d1baa12b438ef0ddd62e11f37c8f1031f6e
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 17 May 2024 17:34:39 +0100
update music dir
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmus/.local/bin/ara b/cmus/.local/bin/ara
@@ -11,7 +11,7 @@
[ $# -eq 0 ] && num=1 || num=$1
# set path to music and read into array
-library_dir="$HOME/lib/music/"
+library_dir="/media/music/"
readarray -d '' library < <(find ${library_dir} -mindepth 2 -maxdepth 2 -type d -print0)
# get some randomness