ftp -o - https://jcs.org/move_in | sh -
at master 11 lines 306 B view raw
1#!/bin/sh 2 3audtool playback-stop 4 5audtool playlist-clear 6find ~/Music -type f \ 7 \( -name \*.m4a -o -name \*.mp3 \) -a \( -not -path \*stversion\* \) \ 8 -print0 | sort -zn | xargs -t -0 -L1 audtool playlist-addurl 2>&1 | sed 's,.*/Music/,,' 9 10audtool playlist-shuffle-toggle 11audtool playlist-shuffle-toggle