The sparseness check function check_notsparse() isn't supported by DragonFly, and it caused the 'rescan' to not work; i.e., updated files were not indexed upon startup when the -r option was specified.
Just ignore the sparseness check to make the 'rescan' work as expected.
By the way, the -r option is recommended to add for minidlna; for example, add this to /etc/rc.conf:
The sparseness check function
check_notsparse()
isn't supported by DragonFly, and it caused the 'rescan' to not work; i.e., updated files were not indexed upon startup when the-r
option was specified.Just ignore the sparseness check to make the 'rescan' work as expected.
By the way, the
-r
option is recommended to add for minidlna; for example, add this to/etc/rc.conf
: