shithub: mpl

Download patch

ref: 0e96683071d720a90f829ea9aca35c1fe5215c95
parent: fde5a0286017c96a4c127b45ba69af27b61c4835
author: Jacob Moody <jsmoody@iastate.edu>
date: Tue Sep 17 14:44:12 EDT 2019

Add README

--- /dev/null
+++ b/README
@@ -1,0 +1,20 @@
+mpl is a graphical music play for 9front
+
+Building:
+	; mk
+
+Installing:
+	; mk install
+
+Usage:
+	The only argument to mpl is the 'library dir' which is expected to
+	have subdirs coresponding to one album each.
+
+Within the program:
+	'n' skips the next song, 'm' to the previous.
+	'p' pauses the song and 'l' resumes.
+	Del/Backspace exit out of the program.
+
+Planned features:
+	* Mouse support
+	* db file for speeding up load times of seen libraries.