Deprecated lightmediascanner svn.
[lms] / lightmediascanner / README
index 524425d..32c6e60 100644 (file)
@@ -1,17 +1,7 @@
-                         LIGHT MEDIA SCANNER
-                         ===================
+SVN IS DEPRECATED, USE GIT
 
-Lightweight media scanner meant to be used in not-so-powerful devices,
-like embedded systems or old machines.
+see http://lms.garage.maemo.org/ for more info.
 
-Provides an optimized way to recursively scan directories, handling
-the parser in a child process, avoiding breaks of the main process
-when parsers break (quite common with such bad libs and tags).
-
-Parsers are plugins in the form of shared objects, so it's easy to add
-new without having to recompiling the scanner.
-
-The scanner will use SQLite3 to store file-mtime association, avoiding
-parsing files that are already up-to-date. This SQLite connection and
-the file id within the master table 'files' are handled to plugins for
-relationship with other tables.
+Some good repositories:
+ - Gustavo (creator, maintainer): http://staff.get-e.org/?p=users/barbieri/lightmediascanner.git
+ - Andre (plugins): http://staff.get-e.org/?p=users/andrunko/lightmediascanner.git