minidlna
all
ReadyMedia (formerly MiniDLNA) is a lightweight media server compatible with DLNA/UPnP-AV clients. Used to stream media to smart TVs, consoles, and other DLNA-compatible devices. Configuration is typically done via the `minidlna.conf` file.
More info →Examples (8)
Start the MiniDLNA daemon using the default configuration at `/etc/minidlna.conf`
Start MiniDLNA with a specific configuration file
minidlna -f path/to/minidlna.confForce a database rescan on startup
minidlna -RRun MiniDLNA in the foreground (useful for debugging)
minidlna -dEnable verbose debug output
minidlna -d -vSpecify a custom media directory (overrides config)
minidlna -m path/to/mediaSpecify a custom database directory
minidlna -P path/to/pidfileSpecify a custom log file path
minidlna -l path/to/logfil.logmade by @shridhargupta | data from tldr-pages