platform/upstream/lightmediascanner.git
2007-12-09 Gustavo Sverzut... Implement lms_check()
2007-12-09 Gustavo Sverzut... Refactor lightmediascanner_process.c
2007-12-09 Gustavo Sverzut... Add missing new lines to messages
2007-12-08 Gustavo Sverzut... Avoid breaking strict-aliasing rules.
2007-12-08 Gustavo Sverzut... Use correct pointer types for iconv, avoid warnings.
2007-12-08 Gustavo Sverzut... Move process stuff into own file, will add lms_check...
2007-12-07 Gustavo Sverzut... Charset conversion support.
2007-12-07 Gustavo Sverzut... Change plugin API to take a "context" instead of "db".
2007-12-07 Gustavo Sverzut... Remove unused API macros.
2007-12-07 Gustavo Sverzut... Cache lms_db_* per DB instance instead of globally.
2007-12-07 Gustavo Sverzut... Provide data caching based on DB instance.
2007-12-07 Gustavo Sverzut... Fix copy&paste legacy: s/ldi/ldv/g in lightmediascanner...
2007-12-06 Gustavo Sverzut... id3lib now uses playcnt.
2007-12-06 Gustavo Sverzut... Add playcnt to audios table.
2007-12-04 Gustavo Sverzut... PLS Parser.
2007-12-04 Gustavo Sverzut... Also index audios by trackno.
2007-12-03 Gustavo Sverzut... M3U parser.
2007-12-03 Gustavo Sverzut... Fix memory leak and possible buffer overrun.
2007-12-03 Gustavo Sverzut... Add playlist indexes
2007-12-03 Gustavo Sverzut... Add video indexes
2007-12-03 Gustavo Sverzut... Fix header parameters to make naming consistent.
2007-12-03 Gustavo Sverzut... Playlist database support.
2007-12-03 Gustavo Sverzut... Remove thumb size from "images" table.
2007-12-03 Gustavo Sverzut... Store file size.
2007-11-30 Gustavo Sverzut... Support DB upgrades.
2007-11-30 Gustavo Sverzut... Make path a BLOB.
2007-11-30 Gustavo Sverzut... Remove unused function.
2007-11-27 Gustavo Sverzut... Use file name if no title is found.
2007-11-27 Gustavo Sverzut... Export db_path attribute via lms_get_db_path()
2007-11-27 Gustavo Sverzut... Check NULL pointers on public-API, log errors.
2007-11-27 Gustavo Sverzut... pkg-config support.
2007-11-26 Gustavo Sverzut... Dummy parser to register videos by extension only.
2007-11-26 Gustavo Sverzut... Video database support.
2007-11-26 Gustavo Sverzut... Don't store song length in DB, it's unreliable.
2007-11-26 Gustavo Sverzut... MP3 support using id3lib.
2007-11-25 Gustavo Sverzut... Clear dtime on files that had it but were found again.
2007-11-24 Gustavo Sverzut... Fix typo
2007-11-22 Gustavo Sverzut... Performance improvement and safety check.
2007-11-22 Gustavo Sverzut... Audio database support.
2007-11-22 Gustavo Sverzut... Add lms_db_bind_int64_or_null().
2007-11-22 Gustavo Sverzut... Cosmetic changes (static and remove string spaces).
2007-11-21 Gustavo Sverzut... Remove useless debug message.
2007-11-21 Gustavo Sverzut... Split plugin start and setup phase.
2007-11-21 Gustavo Sverzut... Add functions missing in older SQLite3 versions (maemo...
2007-11-20 Gustavo Sverzut... JPEG parser plugin.
2007-11-20 Gustavo Sverzut... Make some errors non-fatal.
2007-11-20 Gustavo Sverzut... Delete files that failed all parsers.
2007-11-20 Gustavo Sverzut... Replace "is_valid" with "dtime" (deletion time), so...
2007-11-20 Gustavo Sverzut... Split out db utilities from core and add image db funct...
2007-11-19 Gustavo Sverzut... Plugins now have a start/finish call before enter the...
2007-11-19 Gustavo Sverzut... Add lightmediascanner_utils.
2007-11-19 Gustavo Sverzut... Add missing empty definition for GNUC_NON_NULL() for...
2007-11-17 Gustavo Sverzut... Build system improvements.
2007-11-16 Gustavo Sverzut... Support configurable commit_interval.
2007-11-16 Gustavo Sverzut... SQLite3 support.
2007-11-16 Gustavo Sverzut... Setup things for future SQLite integration: stat, match...
2007-11-16 Gustavo Sverzut... Add configurable slave_timeout support.
2007-11-16 Gustavo Sverzut... Initial revision of Light Media Scanner.