File: TODO

package info (click to toggle)
libvalhalla 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,148 kB
  • ctags: 1,442
  • sloc: ansic: 9,826; sh: 1,153; php: 492; makefile: 278
file content (19 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
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.