1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Needs to support scanning playlist files
Add CUnit to be built as a dependency when running make check
Portrait thumb sizes not correctly set (too tall)
Review thread safety for Progress/Error/Result instances
Keep track of memory diagnostics, add a memory limit feature like Image::Scale
valgrind testing
* memleak in recurse_dir
on_finish gets passed some stats about the scan:
* total number of new files
* total number of changed files
* total number of deleted files?
* time taken
* scanned items per second
* list of files with errors and error info?
Result should include a flag for indicating if the file is new, has changed, or was deleted
Perl: would_scan($file) - calls through to should_scan function
Support defining ignore lists on a per-directory basis
Clean up mediascan_linux/unix/macos/win32
|