Changeset e83b2d7


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

Location:
client/bin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • client/bin/gbq.1

    r7cdd65d re83b2d7  
    1 .TH gbq 1 "27 June 2010"
     1.TH gbq 1 "02 October 2010"
    22.SH NAME
    33gbq \- displays a remote Gutenbach queue
     
    99the current jobs, along with ID numbers, owners, and filenames.  The
    1010Gutenbach queue must have previously been added with
    11 .B gutenbach-client-config
    12 so that gbq knows which host to use.  If no queue is specified,
    13 .B gbq
    14 will try to use the default queue, if one is configured.
     11\fBgutenbach-client-config\fR so that gbq knows which host to use.  If
     12no queue is specified, \fBgbq\fR will try to use the default queue, if
     13one is configured.
     14.TP
     15\fB\-q\fR, \fB\-\-queue\fR
     16Specify a queue other than the default
     17.TP
     18\fB\-h\fR, \fB\-\-help\fR
     19Print the help message
    1520.SH SEE ALSO
    1621gbr(1), gbrm(1), gutenbach-client-config(1)
  • 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)
  • client/bin/gbrm.1

    r7cdd65d re83b2d7  
    1 .TH gbrm 1 "27 June 2010"
     1.TH gbrm 1 "02 October 2010"
    22.SH NAME
    33gbrm \- removes jobs from a Gutenbach queue
     
    77.SH DESCRIPTION
    88Removes a single job from a Gutenbach queue, given the job id, which
    9 can be obtained with the
    10 .B gbq
    11 command.  If
    12 .B all
    13 is used in place of an id, then all jobs are removed from the queue.  If
    14 .B current
    15 is used in place of an id, then the current (top) job is removed from
    16 the queue.  If
    17 .B last
    18 is used in place of an id, then the last job is removed from the
    19 queue.  The queue must have previously been added with
    20 .B gutenbach-client-config
    21 so that gbrm knows which host to use.  If no queue is specified,
    22 .B gbr
    23 will try to use the default queue, if one is configured.
     9can be obtained with the \fBgbq\fR command.  If no queue is specified
     10with the \fB\-q\fR option, then the default queue will be used (which
     11should be specified with \fBgutenbach-client-config\fR).  If \fBall\fR
     12is used in place of an id, then all jobs are removed from the queue.
     13If \fBcurrent\fR is used in place of an id, then the current (top) job
     14is removed from the queue.  If \fBlast\fR is used in place of an id,
     15then the last job is removed from the queue.  The queue must have
     16previously been added with gutenbach-client-config so that gbrm knows
     17which host to use.
     18.TP
     19\fB\-q\fR, \fB\-\-queue\fR
     20Specify a queue other than the default
     21.TP
     22\fB\-h\fR, \fB\-\-help\fR
     23Print the help message
    2424.SH SEE ALSO
    2525gbr(1), gbq(1), gutenbach-client-config(1)
  • client/bin/gutenbach-client-config.1

    r7cdd65d re83b2d7  
    1 .TH gutenbach-client-config 1 "27 June 2010"
     1.TH gutenbach-client-config 1 "02 October 2010"
    22.SH NAME
    33gutenbach-client-config \- displays a remote Gutenbach queue
    44.SH SYNOPSIS
    55.B gutenbach-client-config
    6 [-l|--list|-a|--add|-d|--delete|-s|--set-default] [\fIQUEUE\fR] [--host \fIHOST\fR]
     6[options]
    77.SH DESCRIPTION
    88Provides options to add, remove, or list remote Gutenbach queues.  The
     
    2525\fB\-a\fR, \fB\-\-add\fR QUEUE
    2626Add a remote queue.  Must be used in conjunction with
    27 .B --host
     27.B \fB\-\-host\fR
    2828.TP
    29 \fB\-d\fR, \fB\-\-delete\fR QUEUE
    30 Delete a remote queue.  Must be used in conjunction with
    31 .B --host
    32 .
     29\fB\-d\fR, \fB\-\-delete\fR QUEUE Delete a remote queue.
     30.TP
     31\fB\-s\fR, \fB\-\-set\-default\fR QUEUE
     32Set the default queue
    3333.TP
    3434\fB\-h\fR, \fB\-\-host\fR HOST
    3535Hostname for the queue
    3636.TP
    37 \fB\-s\fR, \fB\-\-set\-default\fR QUEUE
    38 Set the default queue
     37\fB\-H\fR, \fB\-\-help\fR
     38Print a help message
    3939.SH SEE ALSO
    4040gbr(1), gbrm(1), gbq(1)
Note: See TracChangeset for help on using the changeset viewer.