]> sipb.mit.edu Git - wiki.git/blob - doc/using-gutenbach.mdwn
8441bbad22ba57d693c1c6d9c8110c821ec4a524
[wiki.git] / doc / using-gutenbach.mdwn
1 [Gutenbach](http://github.com/jhamrick/gutenbach) is the software that powers sipbmp3, the system for playing music in the SIPB office. Installing it and configuring it is simple: 
2
3 1. Download the latest version; if you're on a Debathena machine, you can run `add gutenbach` and be done (you might want to add this line to your `~/.bashrc` or `~/.profile` so you don't have to do it each time. If not, then either `git clone git://github.com/jhamrick/gutenbach.git` into a suitable directory or pick the latest download from [the downloads page](http://github.com/jhamrick/gutenbach/downloads). Then `sudo make install` in the gutenbach/ directory to install the scripts into your `/usr/local/bin` directory.
4 2. `gutenbach-client-config -a sipbmp3 -h zsr.mit.edu` to tell gutenbach about the sipbmp3 queue on the machine zsr.mit.edu
5 3. `gutenbach-client-config -s sipbmp3` to set sipbmp3 as the default queue.
6
7 That's it! You can use `gbr file.mp3` to queue a file, `gbr dir/*` to queue all the files in a directory; `gbq` to list all the files in the queue, and `gbrm [all|current|last|ID]` to remove all songs/the current song/the very last song/the song with the given ID.