# HG changeset patch # User Josef "Jeff" Sipek # Date 1157420067 14400 # Node ID e40bdeee5e1477c99a308b8911386476d3e66344 # Parent 2a6288768f67b8eaa111557d46943856a167d9f0 Quick little README writeup diff -r 2a6288768f67 -r e40bdeee5e14 README --- /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:~$ +