Add mpd sripts
[khome.git] / bin / mpd_current_file
diff --git a/bin/mpd_current_file b/bin/mpd_current_file
new file mode 100755 (executable)
index 0000000..63634b0
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+mpd_currentsong | awk '/^file: / {sub("^file: *", "", $0); print $0}'
This page took 0.029473 seconds and 4 git commands to generate.