summaryrefslogtreecommitdiffstats
path: root/doc/man/juk/juk.1
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 17:27:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 19:57:36 +0900
commit62a53e5da6a90f9da787d8075c099f7b0ef04dfc (patch)
treec0a13ce15ff933ef658fd14c6d3d299b19a3fbda /doc/man/juk/juk.1
parente379b039df2fdbe61f589611ba8ad156b5a96ba5 (diff)
downloadtdemultimedia-62a53e5da6a90f9da787d8075c099f7b0ef04dfc.tar.gz
tdemultimedia-62a53e5da6a90f9da787d8075c099f7b0ef04dfc.zip
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 69ce1d06ccfab3724be8ab6451933346a0474b30)
Diffstat (limited to 'doc/man/juk/juk.1')
-rw-r--r--doc/man/juk/juk.139
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/man/juk/juk.1 b/doc/man/juk/juk.1
new file mode 100644
index 00000000..0981892b
--- /dev/null
+++ b/doc/man/juk/juk.1
@@ -0,0 +1,39 @@
+.TH "JuK" "1" "April 2006"
+.SH "NAME"
+juk \- music organizer and player for TDE
+.SH "SYNOPSIS"
+\fBjuk\fR
+.SH "DESCRIPTION"
+.LP
+
+JuK (pronounced "jook") is a jukebox and music manager for the TDE
+desktop similar to jukebox software on other platforms such as
+iTunes or RealOne.
+
+.
+.SH "OPTIONS"
+.l
+\fIjuk\fP does not accept any command-line options.
+.
+
+.SH "DCOP"
+
+\fIjuk\fP has a DCOP (Desktop Communications Protocol) interface
+that may be used to start, stop, skip forward to the next song,
+etc. This may be done from the command line using \fIdcop\fP
+as follows:
+
+.RS
+$ dcop juk Player forward
+
+$ dcop juk Player back
+
+$ dcop juk Player stop
+
+$ dcop juk Player play
+.RE
+
+.SH "AUTHOR"
+This page was written by David Schleef <ds@schleef.org> for Debian,
+but may be used elsewhere.
+