~minos-archive/minos/yt

« back to all changes in this revision

Viewing changes to yt.1

  • Committer: Rich Wareham
  • Date: 2013-09-27 08:38:16 UTC
  • mfrom: (28.1.1)
  • Revision ID: git-v1:928d1d65989d21b7690a57acebef1dffdbb3b53c
Merge pull request #20 from chilicuil/master

adds man and bash completion

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH YT "1"
 
2
.SH NAME
 
3
.PP
 
4
yt \- a command\-line youtube client
 
5
.SH SYNOPSIS
 
6
.PP
 
7
\f[B]yt\f[] [OPTION]...
 
8
.SH DESCRIPTION
 
9
.PP
 
10
yt is a command\-line front\-end to YouTube which allows you to
 
11
browse YouTube videos and play them directly from the command\-line. It
 
12
uses youtube\-dl and mplayer or omxplayer to actually play the videos. The
 
13
combination of a text based interface and omxplayer makes yt a great
 
14
YouTube client for the Raspberry Pi.
 
15
.SH OPTIONS
 
16
.TP
 
17
\fB\-h\fR, \fB\-\-help\fR
 
18
                        print this help text and exit
 
19
.TP
 
20
\fB\-\-player\fR {mplayer,omxplayer}
 
21
                        specifies what program to use to play videos (default: mplayer)
 
22
.TP
 
23
\fB\-\-novideo\fR
 
24
                        Play selection while suppressing video e.g. Audio only
 
25
                        NOTE: This flag is ignored when using omxplayer (default: False)
 
26
.TP
 
27
\fB\-\-bandwidth\fR\ BANDWIDTH
 
28
                        Choose prefered minimum video quality. This value will be prefered
 
29
                        be prefered video quality and will increment up if chosen setting
 
30
                        is unavailable.  Example: "--bandwidth 5" will try and use codec
 
31
                        #5 (240p) and if unavailable, will step up to codec #18 (270p/360p).
 
32
                        Valid choices from low to high are "17, 5, 18, 43" (default: None)
 
33
.SH FAQ
 
34
.PP
 
35
\fBVideos don't play when selected in interface\fR
 
36
 
 
37
Make sure you have the latest version of youtube-dl. youtube-dl has a self update mechanism:
 
38
\fBsudo youtube-dl -U\fR
 
39
 
 
40
\fBOmxplayer starts and terminates without playing video\fR
 
41
 
 
42
For high quality videos the default memory allocation on the Raspberry Pi doesn't provide enough memory to the GPU.
 
43
The default 192M ARM, 64M GPU split can be changed to a 128M ARM, 128M GPU split using raspi-config.
 
44
\fBsudo raspi-config\fR
 
45
# Select memory-split
 
46
# Allocate 128M to the GPU
 
47
See \fBhttp://elinux.org/RPi_Advanced_Setup\fR for more information.
 
48
.SH BUGS
 
49
.PP
 
50
Bugs and suggestions should be reported at:
 
51
<https://github.com/rjw57/yt/issues>
 
52
.SH COPYRIGHT
 
53
.PP
 
54
yt is released into license here by the copyright holders.
 
55
.PP
 
56
This README file was originally written by Rich Wareham
 
57
(<https://github.com/rjw57>) and is likewise released into license here.
 
58
.SH AUTHOR
 
59
Initial coding, and main maintenance is done by
 
60
Rich Wareham <rjw57@cantab.net>.
 
61
 
 
62
The homepage is available at
 
63
.B "\%https://github.com/rjw57/yt"
 
64
.SH SEE ALSO
 
65
.BR "youtube-dl" "(1), "
 
66
.BR "mplayer" "(5)"