04-18-2022, 02:15 PM
miniDLNA is started by /lib/systemd/system/minidlna.service but I see that it also specifies -r (lowercase)
The help indicates that -r (rescan) is different than -R (rebuild)
The help indicates that -r (rescan) is different than -R (rebuild)
Code:
pi@moode:~ $ minidlnad --help
[2022/04/18 10:13:48] minidlna.c:971: error: Usage:
minidlnad [-d] [-v] [-f config_file]
[-a listening_ip] [-i network_interface]
[-u uid_to_run_as] [-g group_to_run_as]
[-p port] [-s serial] [-m model_number]
[-t notify_interval] [-P pid_filename]
[-u uid_to_run_as]
[-w url] [-r] [-R] [-L] [-S] [-V] [-h]
Notes:
Notify interval is in seconds. Default is 895 seconds.
Default pid file is /run/minidlna/minidlna.pid.
With -d minidlna will run in debug mode (not daemonize).
-w sets the presentation url. Default is http address on port 80
-v enables verbose output
-h displays this text
-r forces a rescan
-R forces a rebuild
-L do not create playlists
-S changes behaviour for systemd/launchd
-V print the version number
pi@moode:~ $