Changeset e83b2d7 for client/bin/gbr.1


Ignore:
Timestamp:
Oct 2, 2010, 10:42:45 PM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups
Children:
618236b, 1c3f290
Parents:
43ddb7a
git-author:
Jessica B. Hamrick <jhamrick@…> (10/02/10 22:42:45)
git-committer:
Jessica B. Hamrick <jhamrick@…> (10/02/10 22:42:45)
Message:

Updated manpages to reflect recent client script changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/bin/gbr.1

    r7cdd65d re83b2d7  
    1 .TH gbr 1 "27 June 2010"
     1.TH gbr 1 "02 October 2010"
    22.SH NAME
    33gbr \- sends a file to a Gutenbach queue
    44.SH SYNOPSIS
    55.B gbr
    6 [-q \fIQUEUE\fR] \fIFILES\fR
     6[options] [-q \fIQUEUE\fR] \fIFILES\fR
    77.SH DESCRIPTION
    88Prints files to a Gutenbach queue, given the queue name and the path
    9 to the files.  gbr correctly handles pathname expansion, so (for
    10 example), if you wish to play all .mp3 files in a directory, the
    11 command `gbr $queue *.mp3` will send each .mp3 as a separate job.  The
    12 path may also be a URL to a
    13 .B YouTube
    14 video (e.g. http://www.youtube.com/watch?v=foo).  The Gutenbach queue
    15 must have previously been added with
    16 .B gutenbach-client-config
    17 so that gbr knows which host to use.  If no queue is specified,
    18 .B gbr
    19 will try to use the default queue, if one is configured.
     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
    2038.SH SEE ALSO
    2139gbq(1), gbrm(1), gutenbach-client-config(1)
Note: See TracChangeset for help on using the changeset viewer.