]> git.pld-linux.org Git - packages/minidlna.git/blame - minidlna.1
Verbose make
[packages/minidlna.git] / minidlna.1
CommitLineData
3cd6bb51
AF
1.\" Man page for minidlna
2.\"
3.\" Copyright (C) 2010-2011 BenoƮt Knecht <benoit.knecht@fsfe.org>
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. Neither the name of the University nor the names of its contributors
14.\" may be used to endorse or promote products derived from this software
15.\" without specific prior written permission.
16.Dd July 21, 2012
17.Dt MINIDLNA \&1 "General Commands Manual"
18.Os Debian
19.Sh NAME
20.Nm minidlna
21.Nd lightweight DLNA/UPnP-AV server
22.Sh SYNOPSIS
23.Nm
24.Op Fl f Ar config_file
25.Op Fl d
26.Op Fl v
27.Op Fl a Ar ip_address
28.Op Fl i Ar interface
29.Op Fl p Ar port
30.Op Fl s Ar serial
31.Op Fl m Ar model_number
32.Op Fl t Ar notify_interval
33.Op Fl P Ar pid_filename
34.Op Fl w Ar url
35.Op Fl L
36.Op Fl R
37.Pp
38.Nm
39.Op Fl h \*[Ba] Fl V
40.Sh DESCRIPTION
41The
42.Nm
43daemon is a DLNA/UPnP-AV server sharing media files (video, music and pictures)
44to clients on your network. Clients are typically multimedia players such as
45vlc, totem and xbmc, and devices such as portable media players, smartphones,
46televisions, video game entertainment systems and blu-ray players.
47.Pp
48By default,
49.Nm minidlna
50listens on all the network interfaces (except loopback) for clients. This
51behavior can be changed on the command-line using the
52.Fl a
53or
54.Fl i
55options, or in the configuration file through the
56.Cm listening_ip
57or
58.Cm network_interface
59options
60.Pq see Xr minidlna.conf 5 for details .
61.Sh OPTIONS
62All the options below
63.Pq except Fl f
64can also be set in a configuration file, as described in
65.Xr minidlna.conf 5 .
66.Bl -tag -width Ds
67.It Fl a Ar ip_address
68IP address to listen on
69.Pq e.g. 198.51.100.1/24 .
70If the mask is omitter, it defaults to /24. Can be specified more than once.
71.It Fl d
72Activate debug mode (do not daemonize).
73.It Fl f Ar config_file
74Specify the location of the configuration file. Uses
75.Pa /etc/minidlna.conf
76by default.
77.It Fl h
78Show help and exit.
79.It Fl i Ar interface
80Network interface to listen on. Can be specified more than once.
81.It Fl L
82Do not create playlists.
83.It Fl m Ar model_number
84Model number the daemon will report to clients in its XML description.
85.It Fl P Ar pid_filename
86PID file to use; the default is
87.Pa /run/minidlna.pid .
88.It Fl p Ar port
89Port number to listen on.
90.It Fl R
91Forces a full rescan of the media files.
92.It Fl s Ar serial
93Serial number the daemon will report to clients in its XML description.
94.It Fl t Ar notify_interval
95Notify interval, in seconds; defaults to 895 seconds.
96.It Fl V
97Show the program version and exit.
98.It Fl v
99Verbose output.
100.It Fl w Ar url
101Sets the presentation url; the default is http address.
102.El
103.Sh FILES
104.Bl -tag -width Ds -compact
105.It Pa /etc/minidlna.conf
106Default system-wide configuration file. See
107.Xr minidlna.conf 5
108for details on the syntax.
109.El
110.Sh SEE ALSO
111.Xr minidlna.conf 5
This page took 0.117732 seconds and 4 git commands to generate.