From e7331be64f33fcbfc5b82a11e01fa4364c76762d Mon Sep 17 00:00:00 2001 From: Schark Date: Sat, 9 Mar 2024 02:13:07 -0800 Subject: Using mpd, removing unused script --- random-music | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 random-music diff --git a/random-music b/random-music deleted file mode 100755 index f06ee8c..0000000 --- a/random-music +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if [ -z "$1" ]; then - echo "No song amount provided. Defaulting to 10." - arg=10 -else - arg=$1 -fi - -find /mnt/music/ -type f -name "*.*" | shuf -n $arg | mpv --playlist=- --no-audio-display - -exit 0 -- cgit v1.2.3-18-g5258