changeset 27:e40bdeee5e14

Quick little README writeup
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Mon, 04 Sep 2006 21:34:27 -0400
parents 2a6288768f67
children bc689f2fd114 860c891de6bb
files README
diffstat 1 files changed, 44 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon Sep 04 21:34:27 2006 -0400
@@ -0,0 +1,44 @@
+This file describes the concept behind this program. All is licensed under
+GPLv2.
+
+There are two playlists:
+
+1) Priority playlist: initially empty
+
+2) Default playlist: initial contents are loaded from XMMS's playlist
+
+When a new song is about to be played, the priority playlist is checked. If
+there is a song, it is dequeued off the list and played. If the playlist is
+empty, nothing is done - XMMS just played another song.
+
+One uses the 'a' and 'd' commands to append (enqueue) and delete (dequeue)
+songs from the priority lists. For exact command syntax see the 'h' command
+in the program.
+
+Here's a sample run of the program:
+
+jeffpc@batlh:~$ vixm
+Creating playlists...
+Loading songs from XMMS's playlist...
+Instanciating ui thread...
+/starship
+Seaching list 0 for 'starship':
+Seaching list 1 for 'starship':
+883. Jefferson Starship - With Your Love
+1570. Starship - We Built This City
+a1570
+Enqueuing song: Starship - We Built This City (4:52.000)
+/Cars
+Seaching list 0 for 'Cars':
+Seaching list 1 for 'Cars':
+321. Cars - You Might Think
+681. Gary Numan - Cars
+1676. The Cars - Shake It Up
+a 321
+Enqueuing song: Cars - You Might Think (3:07.585)
+%n
+1. Starship - We Built This City (4:52.000)
+2. Cars - You Might Think (3:07.585)
+q
+jeffpc@batlh:~$
+