platform/upstream/lightmediascanner.git
12 years agorelease 0.4.4 with minor build improvements. release_0.4.4
Gustavo Sverzut Barbieri [Fri, 19 Aug 2011 21:00:48 +0000 (18:00 -0300)]
release 0.4.4 with minor build improvements.

12 years agoINSTALL: update autofoo provided install instructions file.
Gustavo Sverzut Barbieri [Fri, 19 Aug 2011 20:57:48 +0000 (17:57 -0300)]
INSTALL: update autofoo provided install instructions file.

12 years agoIgnore generated files.
Gustavo Sverzut Barbieri [Fri, 19 Aug 2011 20:57:03 +0000 (17:57 -0300)]
Ignore generated files.

12 years agoimprove autofoo handling of m4 and generation.
Gustavo Sverzut Barbieri [Fri, 19 Aug 2011 20:54:37 +0000 (17:54 -0300)]
improve autofoo handling of m4 and generation.

Use recommended macro in configure.ac and Makefile.am to define "m4/"
as our storage for macro files.

Use autoreconf instead of manually running all the commands on our
own.

12 years agoship config.rpath to shut up newer automake.
Gustavo Sverzut Barbieri [Fri, 19 Aug 2011 20:41:49 +0000 (17:41 -0300)]
ship config.rpath to shut up newer automake.

AM_ICONV requires config.rpath that is provided by gettext stuff, but
we don't use gettext/autopoint so it's not created. However seems
newer automake will complain about this missing file.

I'm not happy to copy this non-sense script into repository, but let's
go the easy route.

12 years agouse AM_ICONV to allow external libiconv to be used.
Gustavo Sverzut Barbieri [Thu, 18 Aug 2011 19:18:25 +0000 (16:18 -0300)]
use AM_ICONV to allow external libiconv to be used.

12 years agoUpdate my copyright and lgpl to 2.1
Gustavo Sverzut Barbieri [Wed, 17 Aug 2011 17:10:41 +0000 (14:10 -0300)]
Update my copyright and lgpl to 2.1

13 years agoFixed AM_CONDITIONAL(USE_TREMOR) if OGG was not in use. release_0.4.3
Gustavo Sverzut Barbieri [Tue, 22 Mar 2011 16:31:20 +0000 (13:31 -0300)]
Fixed AM_CONDITIONAL(USE_TREMOR) if OGG was not in use.

13 years ago0.4.2 release with RPM spec inside. release_0.4.2
Gustavo Sverzut Barbieri [Thu, 2 Dec 2010 01:13:26 +0000 (23:13 -0200)]
0.4.2 release with RPM spec inside.

13 years agoignore generated RPM spec file.
Gustavo Sverzut Barbieri [Thu, 2 Dec 2010 01:10:18 +0000 (23:10 -0200)]
ignore generated RPM spec file.

13 years agoAdd RPM spec so rpm-build works
Rui Miguel Silva Seabra [Mon, 29 Nov 2010 21:05:31 +0000 (21:05 +0000)]
Add RPM spec so rpm-build works

Signed-off-by: Rui Miguel Silva Seabra <rms@1407.org>
13 years agoNew release with mp4v2.h fixes. release_0.4.1
Gustavo Sverzut Barbieri [Thu, 23 Sep 2010 01:22:42 +0000 (22:22 -0300)]
New release with mp4v2.h fixes.

13 years agoSupport mp4v2.h as well.
Gustavo Sverzut Barbieri [Thu, 23 Sep 2010 01:21:58 +0000 (22:21 -0300)]
Support mp4v2.h as well.

mp4v2 does not ship with mp4.h anymore, so let's detect that.

13 years agodetect color in more $TERM (urxvt and screen)
Gustavo Sverzut Barbieri [Thu, 23 Sep 2010 01:21:17 +0000 (22:21 -0300)]
detect color in more $TERM (urxvt and screen)

13 years agoRelease 0.4 release_0.4.0
João Paulo Rechi Vita [Mon, 12 Jul 2010 21:08:15 +0000 (18:08 -0300)]
Release 0.4

13 years agoMention rakuco's contributions
João Paulo Rechi Vita [Mon, 12 Jul 2010 19:26:50 +0000 (16:26 -0300)]
Mention rakuco's contributions

13 years agoMention jprvita's contributions
João Paulo Rechi Vita [Mon, 12 Jul 2010 19:24:53 +0000 (16:24 -0300)]
Mention jprvita's contributions

13 years agoUpdate etrunko's email on authors file
João Paulo Rechi Vita [Mon, 12 Jul 2010 19:23:57 +0000 (16:23 -0300)]
Update etrunko's email on authors file

13 years agoFix double call of lms_parsers_finish()
João Paulo Rechi Vita [Mon, 23 Nov 2009 17:33:33 +0000 (15:33 -0200)]
Fix double call of lms_parsers_finish()

If an error ocurred in _db_and_parsers_setup() called from the single
process version of lms_process, lms_parsers_finish() was called twice,
leading to a double free.

13 years agoChange the dummy plugin not to write a log file.
Raphael Kubo da Costa [Wed, 7 Oct 2009 21:40:10 +0000 (18:40 -0300)]
Change the dummy plugin not to write a log file.

13 years agoFix lms_parser_del().
João Paulo Rechi Vita [Wed, 7 Oct 2009 21:27:17 +0000 (18:27 -0300)]
Fix lms_parser_del().

When memmove'ing the parsers array, the pointer to the array was being
overwritten with the destination of the memmove.

Fix by Rafael Antognolli <antognolli@profusion.mobi>.

13 years agoAdds insert time (itime) field to table files.
João Paulo Rechi Vita [Tue, 29 Sep 2009 16:11:05 +0000 (13:11 -0300)]
Adds insert time (itime) field to table files.

This field represents the time each file was inserted in the database.
It's updated on INSERT statements and also when dtime is set to zero
(representing a re-insertion of a file with the same path).
It does not cover the case where a path is overwritten by a different
file without prior deletion. In this case the itime remains the time
of the insertion of the first file.

13 years agoFix binding in lms_db_set_file_dtime().
João Paulo Rechi Vita [Tue, 29 Sep 2009 16:03:13 +0000 (13:03 -0300)]
Fix binding in lms_db_set_file_dtime().

The id value was being binded to the statement with index one, which
is the index of the dtime field in the statement.

13 years agoOgg: Add "ogv" extension
Eduardo Lima (Etrunko) [Mon, 12 Jul 2010 19:24:03 +0000 (16:24 -0300)]
Ogg: Add "ogv" extension

13 years agoAllow building from a separate directory.
Raphael Kubo da Costa [Fri, 2 Jul 2010 15:38:48 +0000 (12:38 -0300)]
Allow building from a separate directory.

14 years agoRemove compiler warnings.
Rafael Antognolli [Thu, 3 Sep 2009 23:38:25 +0000 (20:38 -0300)]
Remove compiler warnings.

14 years agoFix small typo on README file.
João Paulo Rechi Vita [Wed, 26 Aug 2009 21:42:44 +0000 (18:42 -0300)]
Fix small typo on README file.

14 years agoAdd length field to table videos.
João Paulo Rechi Vita [Fri, 21 Aug 2009 20:29:32 +0000 (17:29 -0300)]
Add length field to table videos.

14 years agoAdd length field to table audios.
João Paulo Rechi Vita [Fri, 21 Aug 2009 15:48:54 +0000 (12:48 -0300)]
Add length field to table audios.

14 years agoFix doxygen of dtime field in files DB table.
João Paulo Rechi Vita [Mon, 17 Aug 2009 20:52:32 +0000 (17:52 -0300)]
Fix doxygen of dtime field in files DB table.

15 years agoAdded m4v extension to the mp4 plugin. release_0.3.0
Luis Felipe Strano Moraes [Mon, 16 Feb 2009 17:16:04 +0000 (14:16 -0300)]
Added m4v extension to the mp4 plugin.

15 years agoLMS was mistakingly treating Composer field as Genre/Content.
Luis Felipe Strano Moraes [Fri, 13 Feb 2009 15:37:12 +0000 (13:37 -0200)]
LMS was mistakingly treating Composer field as Genre/Content.

15 years agoVersion bump to reflect API changes.
Gustavo Sverzut Barbieri [Tue, 3 Feb 2009 20:54:09 +0000 (18:54 -0200)]
Version bump to reflect API changes.

15 years agoFix sqlite3 dependencies.
Rafael Antognolli [Thu, 8 Jan 2009 17:02:42 +0000 (15:02 -0200)]
Fix sqlite3 dependencies.

15 years agoNew status code for progress callback (affects lms_process only).
Gustavo Lima Chaves [Thu, 18 Dec 2008 21:48:34 +0000 (19:48 -0200)]
New status code for progress callback (affects lms_process only).

Changed the semantics of the LMS_PROGRESS_STATUS_PROCESSED status code,
which is now triggered only for files which are actually parsed (do a
match). Files which don't get a parser match send the
*new* LMS_PROGRESS_STATUS_SKIPPED status code.

Also updating TODO file.

15 years agoDo not modify or free FLAC library-owned strings.
Luis Felipe Strano Moraes [Thu, 20 Nov 2008 19:52:49 +0000 (17:52 -0200)]
Do not modify or free FLAC library-owned strings.

lms_string_size_strip_and_free() and lms_charset_conv() will modify
string contents and pointers, do not handle it FLAC library strings,
this will screw memory. Instead we duplicate memory, operate on it and
then free.

15 years agoadd path to parser_info.
Gustavo Sverzut Barbieri [Wed, 22 Oct 2008 04:22:08 +0000 (02:22 -0200)]
add path to parser_info.

This way we can use lms_parser_info_find() to retrieve module path as well.

15 years agoimprove test to use getopt.
Gustavo Sverzut Barbieri [Tue, 21 Oct 2008 21:03:12 +0000 (19:03 -0200)]
improve test to use getopt.

Test is now much more user friendly using getopt, one can choose to
set or not various parameters that before were forced. See --help.

15 years agoexport parsers and their informations.
Gustavo Sverzut Barbieri [Tue, 21 Oct 2008 18:50:22 +0000 (16:50 -0200)]
export parsers and their informations.

It is now possible to list all known parsers and retrieve information
about them, like category and description.

15 years agoRelease 0.2 release_0.2.0
Gustavo Sverzut Barbieri [Sun, 5 Oct 2008 14:44:41 +0000 (11:44 -0300)]
Release 0.2

15 years agoRemove compiler warnings.
Gustavo Sverzut Barbieri [Sun, 5 Oct 2008 15:04:31 +0000 (12:04 -0300)]
Remove compiler warnings.

15 years agoNew column on audios table: artist_id.
Gustavo Lima Chaves [Wed, 17 Sep 2008 22:15:10 +0000 (19:15 -0300)]
New column on audios table: artist_id.

In the old schema, audio files with no album tags didn't get
their artist tags inserted on the DB, also.

15 years agoBugfix: using correct column.
Gustavo Lima Chaves [Fri, 19 Sep 2008 15:17:13 +0000 (12:17 -0300)]
Bugfix: using correct column.

15 years agoIntroducing new API function: lms_check_single_process().
Gustavo Lima Chaves [Tue, 16 Sep 2008 22:24:47 +0000 (19:24 -0300)]
Introducing new API function: lms_check_single_process().

It behaves as lms_check(), but without forking into a child process.
The test program was updated in order to choose which checking API
function to call.

15 years agoChanges on (lms_check's) functions to facilitate the choice between
Gustavo Lima Chaves [Tue, 16 Sep 2008 22:06:20 +0000 (19:06 -0300)]
Changes on (lms_check's) functions to facilitate the choice between
single process/original version mode of operation of LMS.

Now a custom _check_row() function may be used. Also preparing for
introduction of a new db struct.

15 years agoFactoring out code from (lms_check's) lms_check() and some related functions.
Gustavo Lima Chaves [Tue, 16 Sep 2008 21:17:10 +0000 (18:17 -0300)]
Factoring out code from (lms_check's) lms_check() and some related functions.

15 years agoIntroducing new API function: lms_process_single_process().
Gustavo Lima Chaves [Tue, 16 Sep 2008 13:51:25 +0000 (10:51 -0300)]
Introducing new API function: lms_process_single_process().

It behaves as lms_process(), but without forking into a child process.
The test program was updated in order to choose which processing API
function to call.

15 years agoAdapting _process_trigger() to call a custom process_file() function.
Gustavo Lima Chaves [Mon, 15 Sep 2008 22:26:31 +0000 (19:26 -0300)]
Adapting _process_trigger() to call a custom process_file() function.

The modification on struct pinfo was made because a new info struct is to
be introduced for the single-process version of LMS API functions. They
have struct cinfo as common fields.

15 years agoFactoring out code from (lms_process's) lms_process().
Gustavo Lima Chaves [Mon, 15 Sep 2008 22:11:47 +0000 (19:11 -0300)]
Factoring out code from (lms_process's) lms_process().

One of the created functions will manage the choice between
single process/original version mode of operation of LMS.

15 years agoFactoring out code from (lms_process's) _slave_work().
Gustavo Lima Chaves [Mon, 15 Sep 2008 21:52:13 +0000 (18:52 -0300)]
Factoring out code from (lms_process's) _slave_work().

The two created functions are going to be, later, used by
file processing functions for the single version lms API.

15 years agoAdd callback to report progress.
Gustavo Sverzut Barbieri [Fri, 8 Aug 2008 04:41:11 +0000 (01:41 -0300)]
Add callback to report progress.

15 years agoGet missing data from id3v1 when they are not available on id3v2.
Andre Moreira Magalhaes [Fri, 27 Jun 2008 17:22:10 +0000 (14:22 -0300)]
Get missing data from id3v1 when they are not available on id3v2.

15 years agoASF: Get album artist from extended content description.
Eduardo Lima (Etrunko) [Thu, 22 May 2008 23:48:39 +0000 (20:48 -0300)]
ASF: Get album artist from extended content description.

16 years agoUpdate my mail, add Etrunko.
Gustavo Sverzut Barbieri [Wed, 30 Apr 2008 22:27:27 +0000 (19:27 -0300)]
Update my mail, add Etrunko.

16 years agoProper handling of DT_UNKNOWN directory entry type.
Gustavo Sverzut Barbieri [Wed, 30 Apr 2008 19:19:52 +0000 (16:19 -0300)]
Proper handling of DT_UNKNOWN directory entry type.

Some file systems like ReiserFS and NFS use DT_UNKNOWN for both
files and directories, so in this case on must stat(2) the path
to get the real type of the file.

Thanks to Etrunko, Aloisio, Lauro and MoRpHeUz for point it.

16 years agoOGG: Avoid segfault when value returned by vorbis_comment_query is NULL.
Eduardo Lima (Etrunko) [Fri, 25 Apr 2008 20:56:50 +0000 (17:56 -0300)]
OGG: Avoid segfault when value returned by vorbis_comment_query is NULL.

Created new function to avoid code duplication.

16 years agoAdded example in test.c.
Eduardo Lima (Etrunko) [Thu, 17 Apr 2008 19:38:38 +0000 (16:38 -0300)]
Added example in test.c.

16 years agoOGG: Make ogg plugin work with both libvorbisidec (aka Tremor) and libvorbis.
Eduardo Lima (Etrunko) [Thu, 17 Apr 2008 19:32:23 +0000 (16:32 -0300)]
OGG: Make ogg plugin work with both libvorbisidec (aka Tremor) and libvorbis.

16 years agoconfigure.ac: Better check for mp4 libraries.
Eduardo Lima (Etrunko) [Thu, 17 Apr 2008 19:21:19 +0000 (16:21 -0300)]
configure.ac: Better check for mp4 libraries.

16 years agoFixed FSF address.
Eduardo Lima (Etrunko) [Mon, 14 Apr 2008 19:17:49 +0000 (16:17 -0300)]
Fixed FSF address.

16 years agoAdded flv to video-dummy.
Andre Moreira Magalhaes [Tue, 8 Apr 2008 20:14:26 +0000 (17:14 -0300)]
Added flv to video-dummy.

16 years agoRemoved dead code.
Andre Moreira Magalhaes [Fri, 14 Mar 2008 13:12:58 +0000 (10:12 -0300)]
Removed dead code.

16 years agoCorrect accounting for id3v1 strings.
Gustavo Sverzut Barbieri [Thu, 13 Mar 2008 21:03:04 +0000 (18:03 -0300)]
Correct accounting for id3v1 strings.

I was not counting the last character, but until it. Now it correctly
counts the number of letters.

16 years agoHandle possible realloc() errors.
Gustavo Sverzut Barbieri [Wed, 12 Mar 2008 23:22:17 +0000 (20:22 -0300)]
Handle possible realloc() errors.

16 years agoBetter handling of id3v1 fields.
Gustavo Sverzut Barbieri [Wed, 12 Mar 2008 22:30:19 +0000 (19:30 -0300)]
Better handling of id3v1 fields.

This will do less operations, handle strip, avoid leaks and also reuse
memory.

16 years agoIgnore frames that contain just the encoding info.
Andre Moreira Magalhaes [Tue, 11 Mar 2008 18:00:53 +0000 (15:00 -0300)]
Ignore frames that contain just the encoding info.

16 years agoMinor bugfixes.
Andre Moreira Magalhaes [Tue, 11 Mar 2008 18:01:11 +0000 (15:01 -0300)]
Minor bugfixes.

Do not stop parsing frames when a frame with 0 bytes is found.
Try to find id3v1 tag is parsing id3v2 fails.

16 years agoFix segmentation faults for zero-sized id3v2 frames.
Gustavo Sverzut Barbieri [Wed, 12 Mar 2008 22:15:06 +0000 (19:15 -0300)]
Fix segmentation faults for zero-sized id3v2 frames.

16 years agoAdd myself as author of id3
Gustavo Sverzut Barbieri [Fri, 7 Mar 2008 23:12:04 +0000 (20:12 -0300)]
Add myself as author of id3

16 years agoRework _find_id3v2() for simpler and faster code.
Gustavo Sverzut Barbieri [Fri, 7 Mar 2008 21:03:41 +0000 (18:03 -0300)]
Rework _find_id3v2() for simpler and faster code.

16 years agoid3: minor id3v2 dispatcher speedup.
Gustavo Sverzut Barbieri [Fri, 7 Mar 2008 20:15:55 +0000 (17:15 -0300)]
id3: minor id3v2 dispatcher speedup.

Reduce number of comparisons and calls to memcmp() for id3v2 frames by
using direct comparsions.

16 years agoMove logic to get specific frame contents to separate functions.
Gustavo Sverzut Barbieri [Fri, 7 Mar 2008 18:14:36 +0000 (15:14 -0300)]
Move logic to get specific frame contents to separate functions.

This will help to minimize _parse_id3v2_frame() binary size, very
useful because it'll avoid loading all the code for all the functions
given that just one is really used at time.

16 years agoid3: avoid some strips if content is known to be correct.
Gustavo Sverzut Barbieri [Fri, 7 Mar 2008 17:57:19 +0000 (14:57 -0300)]
id3: avoid some strips if content is known to be correct.

16 years agoid3: just change cur_artist_priority if it's actually used.
Gustavo Sverzut Barbieri [Fri, 7 Mar 2008 17:17:17 +0000 (14:17 -0300)]
id3: just change cur_artist_priority if it's actually used.

We should just change cur_artist_priority if the new artist is not empty.

16 years agoCosmetic: fit in 80 cols
Gustavo Sverzut Barbieri [Fri, 7 Mar 2008 15:38:49 +0000 (12:38 -0300)]
Cosmetic: fit in 80 cols

16 years agoSpeed up id3v1 genre usage.
Gustavo Sverzut Barbieri [Thu, 6 Mar 2008 23:16:24 +0000 (20:16 -0300)]
Speed up id3v1 genre usage.

This uses just one memory block containing all the strings and an
array with the offsets to its base, this also enables one to know the
string size with a simple calc.

By using just one memory block for strings should help with
relocations, by using the offsets we can save strlen() and strdup(),
using malloc() + memcpy() directly.

16 years agoShare id3v1_genre getter.
Gustavo Sverzut Barbieri [Thu, 6 Mar 2008 22:07:25 +0000 (19:07 -0300)]
Share id3v1_genre getter.

16 years agoMake defines dependent on real data, avoid getting out of sync.
Gustavo Sverzut Barbieri [Thu, 6 Mar 2008 21:40:59 +0000 (18:40 -0300)]
Make defines dependent on real data, avoid getting out of sync.

16 years agoUse posix_fadvise.
Andre Moreira Magalhaes [Thu, 6 Mar 2008 20:10:55 +0000 (17:10 -0300)]
Use posix_fadvise.

16 years agoImproved artist/genre handling.
Andre Moreira Magalhaes [Thu, 6 Mar 2008 19:34:06 +0000 (16:34 -0300)]
Improved artist/genre handling.

Check if the new artist is a valid string before replacing the current one,
even if the new one has a higher priority.
Proper handle ID3v2.3 genre enclosed by parentheses.

16 years agoFixed mp4 detection to not modify LIBS.
Andre Moreira Magalhaes [Thu, 6 Mar 2008 19:21:09 +0000 (16:21 -0300)]
Fixed mp4 detection to not modify LIBS.

16 years agoSmall bug fix.
Andre Moreira Magalhaes [Mon, 25 Feb 2008 20:50:59 +0000 (17:50 -0300)]
Small bug fix.

16 years agoUse TPE/TP 1 to 4 for artists.
Andre Moreira Magalhaes [Mon, 25 Feb 2008 19:17:49 +0000 (16:17 -0300)]
Use TPE/TP 1 to 4 for artists.

Fallback to other artist fields when appropriate.
Fixed some buffer overflows.

16 years agoProper handle UTF16 encoding.
Andre Moreira Magalhaes [Fri, 22 Feb 2008 21:23:12 +0000 (18:23 -0300)]
Proper handle UTF16 encoding.

16 years agoFix support for ID3v2.2.
Gustavo Sverzut Barbieri [Fri, 22 Feb 2008 14:56:00 +0000 (14:56 +0000)]
Fix support for ID3v2.2.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@87 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoMerge commit 'andrunko/master'
Gustavo Sverzut Barbieri [Wed, 20 Feb 2008 18:43:57 +0000 (18:43 +0000)]
Merge commit 'andrunko/master'

* commit 'andrunko/master':
  Added support for mov, qt, 3gp files to mp4 plugin.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@83 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoAdded TODO.
Gustavo Sverzut Barbieri [Wed, 20 Feb 2008 18:15:02 +0000 (18:15 +0000)]
Added TODO.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@82 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoAdded support for mov, qt, 3gp files to mp4 plugin.
Andre Moreira Magalhaes [Wed, 20 Feb 2008 16:38:39 +0000 (13:38 -0300)]
Added support for mov, qt, 3gp files to mp4 plugin.

16 years agoMerge commit 'andrunko/master'
Gustavo Sverzut Barbieri [Fri, 15 Feb 2008 20:52:30 +0000 (20:52 +0000)]
Merge commit 'andrunko/master'

* commit 'andrunko/master':
  Use ctxt->cs_conv to convert encoding for id3v1 tag.
  Fix handling of encoding UTF16-LE.
  Proper handle encoding.
  Fixed _to_uint method.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@81 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoUse ctxt->cs_conv to convert encoding for id3v1 tag.
Andre Moreira Magalhaes [Fri, 15 Feb 2008 20:41:24 +0000 (17:41 -0300)]
Use ctxt->cs_conv to convert encoding for id3v1 tag.

16 years agoFixed _to_uint method.
Gustavo Sverzut Barbieri [Fri, 15 Feb 2008 20:37:48 +0000 (20:37 +0000)]
Fixed _to_uint method.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@80 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoFix handling of encoding UTF16-LE.
Andre Moreira Magalhaes [Fri, 15 Feb 2008 20:29:39 +0000 (17:29 -0300)]
Fix handling of encoding UTF16-LE.

16 years agoProper handle encoding.
Andre Moreira Magalhaes [Fri, 15 Feb 2008 18:19:58 +0000 (15:19 -0300)]
Proper handle encoding.

16 years agoFixed _to_uint method.
Andre Moreira Magalhaes [Fri, 15 Feb 2008 18:19:14 +0000 (15:19 -0300)]
Fixed _to_uint method.

16 years agoFix debug messages, show scanned path.
Gustavo Sverzut Barbieri [Fri, 15 Feb 2008 18:37:56 +0000 (18:37 +0000)]
Fix debug messages, show scanned path.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@79 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoMerge branch 'master' of git://staff.get-e.org/users/andrunko/lightmediascanner
Gustavo Sverzut Barbieri [Thu, 14 Feb 2008 21:58:32 +0000 (21:58 +0000)]
Merge branch 'master' of git://staff.get-e.org/users/andrunko/lightmediascanner

* 'master' of git://staff.get-e.org/users/andrunko/lightmediascanner:
  Some improvements.
  Improved _find_id3v2 method.
  Improved mp3 support.
  Removed supported extensions from audio dummy.
  Added flac plugin.
  Debug.
  Parse m4a files using mp4 plugin.
  Use lseek to discard frames.
  Added aac plugin.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@78 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoAdd Andre and Renato to AUTHORS.
Gustavo Sverzut Barbieri [Thu, 14 Feb 2008 21:51:32 +0000 (21:51 +0000)]
Add Andre and Renato to AUTHORS.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@77 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoSome improvements.
Andre Moreira Magalhaes [Thu, 14 Feb 2008 21:42:34 +0000 (18:42 -0300)]
Some improvements.

Changed #define ID3V2_GET_FRAME to static inline method.
Also static inline is_id3v2_second_sync_byte method.

16 years agoImproved _find_id3v2 method.
Gustavo Sverzut Barbieri [Thu, 14 Feb 2008 21:39:49 +0000 (21:39 +0000)]
Improved _find_id3v2 method.

Check if the tag is in the beggining of the file (avoid some checks).
Decreased buffer size.
Removed compiler warning.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@76 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5

16 years agoImproved mp3 support.
Gustavo Sverzut Barbieri [Thu, 14 Feb 2008 21:39:11 +0000 (21:39 +0000)]
Improved mp3 support.

Removed old id3lib plugin.
Renamed aac plugin to id3.
Use id3 (old aac) plugin to parse mp3 and aac files.
Improved id3 (old aac) plugin.

git-svn-id: https://garage.maemo.org/svn/lms/lightmediascanner@75 fe9ffe84-2fc0-424c-a0c2-0ec162e4acf5