From 3d239504b5e3a5fcb11203a24cf0034058b675e4 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 5 Mar 2012 16:31:54 -0500 Subject: [PATCH] updated README --- README | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README b/README index 235b3fc..45a9ed2 100644 --- a/README +++ b/README @@ -1,6 +1,3 @@ -You run "(play (play-list) played)" in lazyplay.rkt and specify the filetype as the first argument to the script - -Working on: -Putting some configuration in a file (parsed with S-Expressions) -The ability to control the media player arguments between files via a REPL -More finely tuned control over what files get played and which don't +You run lazyplay.rkt from the directory with your media files in it +Configure lazyplay.sexp with the file extensions you want and the arguments you want +Change the arguments for mplayer between files via the terminal input (this will be started when you run lazyplay.rkt)