source: client/bin/gbr.1

debianmacno-cups
Last change on this file was e83b2d7, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Updated manpages to reflect recent client script changes

  • Property mode set to 100644
File size: 1.5 KB
Line 
1.TH gbr 1 "02 October 2010"
2.SH NAME
3gbr \- sends a file to a Gutenbach queue
4.SH SYNOPSIS
5.B gbr
6[options] [-q \fIQUEUE\fR] \fIFILES\fR
7.SH DESCRIPTION
8Prints files to a Gutenbach queue, given the queue name and the path
9to the files.  If no queue is specified with the \fB\-q\fR option,
10then the default queue will be used (which should be specified with
11\fBgutenbach-client-config\fR).  gbr correctly handles pathname
12expansion, so (for example), if you wish to play all .mp3 files in a
13directory, the command `gbr $queue *.mp3` will send each .mp3 as a
14separate job.  The path may also be a URL to a \fBYouTube\fR video
15(e.g. http://www.youtube.com/watch?v=foo).  The Gutenbach queue must
16have previously been added with gutenbach-client-config so that gbr
17knows which host to use.  If no queue is specified, gbr will try to
18use the default queue, if one is configured.
19.TP
20\fB\-q\fR, \fB\-\-queue\fR
21Specify a queue other than the default
22.TP
23\fB\-d\fR, \fB\-\-dryrun\fR
24Just list what would be done
25.TP
26\fB\-s\fR, \fB\-\-shuffle\fR
27Randomize the order that the songs are queued in
28.TP
29\fB\-r\fR, \fB\-\-recursive\fR
30Recursively find files if a directory is passed in
31.TP
32\fB\-n\fR, \fB\-\-number\fR \fINUMBER\fR
33Only print NUMBER files, if more than NUMBER are given (this will
34print the first NUMBER files if -s is not given)
35.TP
36\fB\-h\fR, \fB\-\-help\fR
37Print the help message
38.SH SEE ALSO
39gbq(1), gbrm(1), gutenbach-client-config(1)
40.SH AUTHOR
41Jessica Hamrick <jhamrick@mit.edu>
Note: See TracBrowser for help on using the repository browser.