Hello,
I have installed minidlna port and configured it. It works well except that it does not update media database. There is an option in conf file to schedule updates:
This means that updates should be performed each 900 seconds.
But it seems that this feature doesn't work because new files are not appeared. I worked around it by stopping service manually, deleting /var/db/minidlna/files.db and starting minidlna again. Each update process takes significant time.
I set
but there is no records in the log about some problems with this feature.
Does anybody know how this make to work? Thanks in advance.
~ Vladimir
I have installed minidlna port and configured it. It works well except that it does not update media database. There is an option in conf file to schedule updates:
Code:
inotify=yes
notify_interval=900
But it seems that this feature doesn't work because new files are not appeared. I worked around it by stopping service manually, deleting /var/db/minidlna/files.db and starting minidlna again. Each update process takes significant time.
I set
Code:
log_level=inotify=debug
Does anybody know how this make to work? Thanks in advance.
~ Vladimir