2 .TH minidlnad 8 "October 2012"
4 minidlnad \- MiniDLNA DLNA/UPnP-AV Server
11 is a lightweight but very functional DLNA/UPnP-AV server allowing easy
12 sharing of your media files including pictures to any capable device or
13 client on your local wired and wireless network. Common PC software like
14 totem is a good lightweight and fast choice for Linux/BSD; more fully
15 featured software for Linux, Windows and MAC is XBMC, also Mediahouse
16 on Android, and any media sharing capable DVR/TV etc.
21 options are normally set from the global /etc/minidlna.conf file.
23 But there may be times when you need to temporarily alter some of these options,
24 you can do this by running minidlna with the following command line switches.
27 .IP "\fB\-R\fR \fIRescan\fR"
28 This forces minidlna to rescan all of the media_dir directories.
30 .IP "\fB\-f\fR \fIconfig_file\fR"
31 Run minidlna with a different configuration file than the global default.
33 .IP "\fB\-p\fR \fIport\fR"
34 Allows to run minidlna on a different port.
36 .IP "\fB\-w\fR \fIpresentation_url\fR"
37 Change the default presentation url address.
39 .IP "\fB\-d\fR \fIdebug\fR"
40 minidlna will run in the foreground with debug output.
42 .IP "\fB\-P\fR \fIpid_filename\fR"
43 Specify a location for the PID file.
45 .IP "\fB\-m\fR \fImodel\fR"
46 Force minidlna to report a specific model number.
48 .IP "\fB\-s\fR \fIserial\fR"
49 Force minidlna to report a specific serial number.
51 .IP "\fB\-t\fR \fInotify_interval\fR"
52 Change the notify interval, in seconds. Defaults to 895 seconds.
54 .IP "\fB\-h\fR \fIhelp\fR"
55 Show basic switch options for running minidlna.
57 .IP "\fB\-V\fR \fIVersion\fR"
58 Shows the program version number and exits.
62 This man page corresponds to minidlna version 1.1.0
66 minidlna developed by Justin Maggard https://sourceforge.net/projects/minidlna/
67 man page written by Noel Butler <noelb@ausics.net>