« get me outta code hell

Local crawler man page - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-08-04 11:36:32 -0300
committerFlorrie <towerofnix@gmail.com>2017-08-04 11:36:32 -0300
commit6c7feb45c11718274038d9dfcf8864cb9932fb7c (patch)
tree3e7f5ac430899f3de26930ce623f3608eeee2ebc /man
parent2a81d2d3a39a84937af18cb6b3577eac2f33a8f3 (diff)
Local crawler man page
Diffstat (limited to 'man')
-rw-r--r--man/http-music-crawl-local.121
1 files changed, 21 insertions, 0 deletions
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!