packages/sound/mpc/files/pls-handler.sh

6 lines
116 B
Bash
Raw Normal View History

#!/bin/sh
2014-07-17 00:31:58 +08:00
echo parameter: file.pls
mpc clear
grep '^File[0-9]*' "$1" | sed -e 's/^File[0-9]*=//' | mpc add
mpc play