diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music-crawl-http.1 | 2 | ||||
-rw-r--r-- | man/http-music-crawl-itunes.1 | 2 | ||||
-rw-r--r-- | man/http-music-crawl-youtube.1 | 13 | ||||
-rw-r--r-- | man/http-music.1 | 4 |
4 files changed, 19 insertions, 2 deletions
diff --git a/man/http-music-crawl-http.1 b/man/http-music-crawl-http.1 index 003e8f7..62bbc24 100644 --- a/man/http-music-crawl-http.1 +++ b/man/http-music-crawl-http.1 @@ -5,7 +5,7 @@ http-music-crawl-http - create a playlist file using an HTTP-based directory lis .SH SYNOPSIS .B http-music-crawl-http -\fIdownloadURL\fR +<download URL> [opts...] .SH DESCRIPTION diff --git a/man/http-music-crawl-itunes.1 b/man/http-music-crawl-itunes.1 index e1f39d5..383c80d 100644 --- a/man/http-music-crawl-itunes.1 +++ b/man/http-music-crawl-itunes.1 @@ -5,7 +5,7 @@ http-music-crawl-itunes - create a playlist file using an iTunes library .SH SYNOPSIS .B http-music crawl-itunes -[libraryPath] +[library path] .SH DESCRIPTION \fBhttp-music-crawl-itunes\fR is a command line utility used to generate a diff --git a/man/http-music-crawl-youtube.1 b/man/http-music-crawl-youtube.1 new file mode 100644 index 0000000..58a03f5 --- /dev/null +++ b/man/http-music-crawl-youtube.1 @@ -0,0 +1,13 @@ +.TH HTTP-MUSIC-CRAWL-YOUTUBE 1 + +.SH NAME +http-music-crawl-youtube - create a playlist file from a YouTube playlist URL + +.SH SYNOPSIS +.B http-music crawl-youtube +<youtube playlist URL> + +.SH DESCRIPTION +\fBhttp-music-crawl-youtube\fR is a simple utility that creates a playlist file from a YouTube playlist, given its URL. +It requires the \fByoutube-dl\fR command line utility to download tracks. +(It's also necessary to have youtube-dl to play them.) diff --git a/man/http-music.1 b/man/http-music.1 index 12970bc..634f014 100644 --- a/man/http-music.1 +++ b/man/http-music.1 @@ -42,6 +42,10 @@ Creates a playlist from a directory on the local machine. Creates a playlist from the iTunes Shared Library. .TP +.BR crawl-youtube +Creates a playlist from a YouTube playlist URL. + +.TP .BR download-playlist Downloads each item in a playlist into a directory. |