1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
* Valhalla
-> Improve the log system to send the messages in a callback
instead of the stderr (if the callback is defined).
* Database
-> When files are downloaded and the reference on this file is no longer
available in the DB, the file must be removed (covers, etc, ...).
* Scanner
-> Add optional support for inotify.
-> Implement a system to add filters (to ignore some directories)
for a path.
-> Rewrite a bit the scanner in order to support several scanners
in parallel (for the same valhalla object). It will be useful
when some paths are not on the same device because it can
increase a lot the speed.
It is already possible to do that but it needs to create a
valhalla object for each path.
|