forked from jasonmc/forked-daapd
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathforked-daapd.8
54 lines (54 loc) · 1.51 KB
/
forked-daapd.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.\" -*- nroff -*-
.TH FORKED-DAAPD "8" "2010-07-18" "forked-daapd" "RSP & DAAP media server"
.SH NAME
mt\-daapd \- RSP & iTunes\-compatible DAAP server
.SH SYNOPSIS
.B forked-daapd
[\fIoptions\fR]
.SH DESCRIPTION
\fBforked\-daapd\fP is an RSP (Roku Streaming Protocol) and DAAP (Digital
Audio Access Protocol) server. It allows you to share your music
collection over the local network using the RSP protocol used by
devices from Roku and/or the DAAP protocol also used by Apple's
iTunes.
.SH OPTIONS
.TP
\fB\-d\fR \fIlevel\fP
Log level (0\-5).
.TP
\fB\-D\fR \fIdom,..,dom\fP
Debug domains; available domains are: \fIconfig\fP, \fIdaap\fP,
\fIdb\fP, \fIhttpd\fP, \fImain\fP, \fImdns\fP, \fImisc\fP,
\fIrsp\fP, \fIscan\fP, \fIxcode\fP, \fIevent\fP.
.TP
\fB\-s\fR
Synchronous logging; logging is asynchronous by default. Use when
debugging, especially if debugging a crash.
.TP
\fB\-c\fR \fIfile\fP
Use \fIfile\fP as the configuration file.
.TP
\fB\-P\fR \fIfile\fP
Write PID to \fIfile\fP.
.TP
\fB\-f\fR
Run in the foreground.
.TP
\fB\-b\fR \fIffid\fP
\fIffid\fP to be broadcast in mDNS records.
.TP
\fB\-v\fR
Display version information.
.SH FILES
.nf
\fI/etc/forked\-daapd.conf\fR
\fI/var/cache/forked\-daapd\fR
.fi
.SH AUTHORS
\fBforked\-daapd\fP was written by Julien BLACHE <[email protected]> as a
fork/rewrite of mt\-daapd. mt\-daapd was written by Ron Pedde
.PP
This manual page was written by Rog\['e]rio Brito
<[email protected]> and Julien BLACHE <[email protected]>
for the Debian project (but may be used by others).