dlnatoad
dlnatoad copied to clipboard
Improve service start-up performance / experiance
currently on start up items appear to not exist until filesystem has been re-scanned. this can be delayed if new files need to be hashed are ahead of files that are already know about.
ideas:
- move file-hashing to a lower priority queue (easier after 4680c0801fcb3ee64a153099445291411762ce4b)
- somehow rebuild ContentTree based on DB before scanning file system?