zeya team mailing list archive
-
zeya team
-
Mailing list archive
-
Message #00053
INSTALL.patch
Hi!
Please find a minor patch to INSTALL attached.
Best,
Amit
--
Journal: http://amitksaha.wordpress.com
µ-blog: http://twitter.com/amitsaha
IRC: cornucopic on #scheme, #lisp, #math, #linux
diff --git a/INSTALL b/INSTALL
index fe29e76..3c755a5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,7 +30,7 @@ INSTALLATION INSTRUCTIONS
yum install vorbis-tools flac python-simplejson python-tag
-3. Run zeya.py. The --help flag shows the available options. We support two
+3. Run zeya.py. The --help flag shows the available options. We support three
backends:
'dir': read all music in a directory and its subdirectories. This is the
@@ -41,6 +41,10 @@ INSTALLATION INSTRUCTIONS
'rhythmbox': read files from the current user's Rhythmbox library.
$ zeya.py --backend=rhythmbox
+
+ 'playlist': read files from the specified m3u playlist file
+
+ $ zeya.py --backend=playlist --path=/path/to/your/m3u/file
CLIENT SUPPORT
Follow ups