Scroll to navigation

MINIDLNAD(1) 1 (general commands manual) MINIDLNAD(1)

NAME

minidlnad
lightweight DLNA/UPnP-AV server

SYNOPSIS

minidlnad [
-f config_file
] [
-d
] [
-v
] [
-u user
] [
-a ip_address
] [
-i interface
] [
-p port
] [
-s serial
] [
-m model_number
] [
-t notify_interval
] [
-P pid_filename
] [
-w url
] [
-S
] [
-L
] [
-R
]

minidlnad [
-h | -V
]

DESCRIPTION

The minidlnad daemon is a DLNA/UPnP-AV server sharing media files (video, music and pictures) to clients on your network. Clients are typically multimedia players such as vlc, totem and xbmc, and devices such as portable media players, smartphones, televisions, video game entertainment systems and blu-ray players.
By default, minidlnad listens on all the network interfaces (except loopback) for clients. This behavior can be changed on the command-line using the -a or -i options, or in the configuration file through the listening_ip or network_interface options (see minidlna.conf(5) for details).

OPTIONS

Most of the options below can also be set in a configuration file, as described in minidlna.conf(5).
ip_address
IP address to listen on (e.g. 198.51.100.1/24). If the mask is omitter, it defaults to /24. Can be specified more than once.
Activate debug mode (do not daemonize).
config_file
Specify the location of the configuration file. Uses /etc/minidlna.conf by default.
Show help and exit.
interface
Network interface to listen on. Can be specified more than once.
Do not create playlists.
model_number
Model number the daemon will report to clients in its XML description.
pid_filename
PID file to use; the default is /run/minidlna.pid.
port
Port number to listen on.
Forces a full rescan of the media files.
Use this option when minidlnad is being managed by systemd (Linux only).
serial
Serial number the daemon will report to clients in its XML description.
notify_interval
Notify interval, in seconds; defaults to 895 seconds.
user
Specify which user minidlnad should run as, instead of root; user can either be a numerical UID or a user name.
Show the program version and exit.
Verbose output.
url
Sets the presentation url; the default is http address.

FILES

/etc/minidlna.conf
Default system-wide configuration file. See minidlna.conf(5) for details on the syntax.

SEE ALSO

minidlna.conf(5)
June 7, 2013 Debian