« get me outta code hell

iTunes crawler - 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:
authorliam4 <towerofnix@gmail.com>2017-07-01 15:25:57 -0300
committerliam4 <towerofnix@gmail.com>2017-07-01 15:25:57 -0300
commitc380d1fa7d22bc3ef056b74c5af93413067c9a5b (patch)
tree54af60acf55b1ec995a684e3f89cffa7bb6f4cbe /man
parent811997668969a5bf782f9edc6fba92db7aa35b6d (diff)
iTunes crawler
Diffstat (limited to 'man')
-rw-r--r--man/http-music-crawl-itunes.125
1 files changed, 25 insertions, 0 deletions
diff --git a/man/http-music-crawl-itunes.1 b/man/http-music-crawl-itunes.1
new file mode 100644
index 0000000..9d21734
--- /dev/null
+++ b/man/http-music-crawl-itunes.1
@@ -0,0 +1,25 @@
+.TH http-music-crawl-itunes 1
+
+.SH NAME
+http-music-crawl-itunes - create a playlist file using an iTunes library
+
+.SH SYNOPSIS
+.B http-music-crawl-itunes
+[libraryPath]
+
+.SH DESCRIPTION
+\fBhttp-music-crawl-itunes\fR is a command line utility used to generate a
+playlist file for usage with \fBhttp-music\fR using the Apple iTunes library
+XML format.
+
+It requires the iTunes XML format; this is not the usual iTunes Library.itl format, but it is officially supported by Apple (though not used in recent Apple software).
+This iTunes XML file is automatically generated by iTunes if the \fB"Share iTunes Library XML with other applications"\fR option is checked in the advanced preferences section of iTunes.
+If this option is not checked (which is the case, by default), it must be enabled for crawl-itunes to function.
+
+The path for the iTunes XML library file may be passed as an argument; if not given, it is assumed to be \fB~/Music/iTunes/iTunes Music Library.xml\fR.
+
+The resulting playlist file is sorted as a hierarchial tree formed of a group for each artist and then a group for each of the artists' albums.
+See the \fBEXAMPLES\fR section of \fBhttp-music\fR (1) for information on filtering to a specific artist or album.
+
+.SH SEE ALSO
+For more information on the iTunes Library XML file: \fIhttps://support.apple.com/en-ca/HT201610\fR