1minidlnad(8) System Manager's Manual minidlnad(8)
2
3
4
6 minidlnad - MiniDLNA DLNA/UPnP-AV Server
7
9 minidlnad options
10
11
13 minidlna is a lightweight but very functional DLNA/UPnP-AV server al‐
14 lowing easy sharing of your media files including pictures to any capa‐
15 ble device or client on your local wired and wireless network. Common
16 PC software like totem is a good lightweight and fast choice for
17 Linux/BSD; more fully featured software for Linux, Windows and MAC is
18 XBMC, also Mediahouse on Android, and any media sharing capable DVR/TV
19 etc.
20
21
23 minidlna's options are normally set from the global /etc/minidlna.conf
24 file.
25 But there may be times when you need to temporarily alter some of these options,
26 you can do this by running minidlna with the following command line switches.
27
28
29 -R Rescan
30 This forces minidlna to rescan all of the media_dir directories.
31
32
33 -f config_file
34 Run minidlna with a different configuration file than the global
35 default.
36
37
38 -p port
39 Allows to run minidlna on a different port.
40
41
42 -w presentation_url
43 Change the default presentation url address.
44
45
46 -d debug
47 minidlna will run in the foreground with debug output.
48
49
50 -P pid_filename
51 Specify a location for the PID file.
52
53
54 -m model
55 Force minidlna to report a specific model number.
56
57
58 -s serial
59 Force minidlna to report a specific serial number.
60
61
62 -t notify_interval
63 Change the notify interval, in seconds. Defaults to 895 seconds.
64
65
66 -h help
67 Show basic switch options for running minidlna.
68
69
70 -V Version
71 Shows the program version number and exits.
72
73
74
76 This man page corresponds to minidlna version 1.1.0
77
78
80 minidlna developed by Justin Maggard https://sourceforge.net/projects/minidlna/
81 man page written by Noel Butler <noelb@ausics.net>
82
83
85 /usr/sbin/minidlnad
86
87
89 minidlna.conf(5)
90
91
92
93
94 October 2012 minidlnad(8)