Added aac plugin.
[lms] / lightmediascanner / README
1                          LIGHT MEDIA SCANNER
2                          ===================
3
4 Lightweight media scanner meant to be used in not-so-powerful devices,
5 like embedded systems or old machines.
6
7 Provides an optimized way to recursively scan directories, handling
8 the parser in a child process, avoiding breaks of the main process
9 when parsers break (quite common with such bad libs and tags).
10
11 Parsers are plugins in the form of shared objects, so it's easy to add
12 new without having to recompiling the scanner.
13
14 The scanner will use SQLite3 to store file-mtime association, avoiding
15 parsing files that are already up-to-date. This SQLite connection and
16 the file id within the master table 'files' are handled to plugins for
17 relationship with other tables.