File: TODO

package info (click to toggle)
libmediascan 0~20220401.git.34fc2d-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,208 kB
  • sloc: ansic: 17,054; sh: 4,228; objc: 261; perl: 225; makefile: 101
file content (28 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (2)
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