diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music-crawl-http.1 | 4 | ||||
-rw-r--r-- | man/http-music-crawl-local.1 | 21 |
2 files changed, 23 insertions, 2 deletions
diff --git a/man/http-music-crawl-http.1 b/man/http-music-crawl-http.1 index 62bbc24..9202c65 100644 --- a/man/http-music-crawl-http.1 +++ b/man/http-music-crawl-http.1 @@ -54,10 +54,10 @@ http://example.com/ ]}, {name: 'Bad News', [ {name: 'Bad News - Single', items: [ - ['Bad News', 'http://example.com/Bad%20News/Bad%20News%20-%20Single/Bad%20News.mp3'] + {name: 'Bad News', downloaderArg: 'http://example.com/Bad%20News/Bad%20News%20-%20Single/Bad%20News.mp3'} ]}, {name: 'Irony', items: [ - ['Rahhhh!!', 'http://example.com/Bad%20News/Irony/Rahhhh!!.mp3'] + {name: 'Rahhhh!!', downloaderArg: 'http://example.com/Bad%20News/Irony/Rahhhh!!.mp3'} ]} ]} ]} diff --git a/man/http-music-crawl-local.1 b/man/http-music-crawl-local.1 new file mode 100644 index 0000000..4949d98 --- /dev/null +++ b/man/http-music-crawl-local.1 @@ -0,0 +1,21 @@ +.TH http-music-crawl-local 1 + +.SH NAME +http-music-crawl-local - create a playlist from files on your own computer + +.SH SYNOPSIS +.B http-music-crawl-local +<path to top music directory> +[opts...] + +.SH DESCRIPTION +\fBhttp-music-crawl-local\fR is a command line utility which recursively crawls a given directory and creates a playlist from found items (with groups determined by crawled directories). +It attempts to only add music files (mp3, ogg, etc) to the playlist (see \fB--extensions\fR). + +.SH OPTIONS +.TP +.BR -e ", " --extensions ", " --exts +Sets file extensions that are considered music tracks to be added to the result playlist. +\fB<extensions>\fR is a comma-separated list of extensions, not including the "dots"; e.g. \fR'mp3,wav'\fB. +A default list of extensions exists but is not *extremely* extensive. +Use --extensions when needed! |