- 27 Oct, 2012 1 commit
-
-
Jurgen Kramer authored
-
- 04 Oct, 2012 1 commit
-
-
Max Kellermann authored
g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark().
-
- 23 Apr, 2012 1 commit
-
-
Max Kellermann authored
-
- 06 Mar, 2012 1 commit
-
-
Max Kellermann authored
Make sure we get a UTF-8 encoded string.
-
- 12 Feb, 2012 2 commits
-
-
Max Kellermann authored
Use _scan() instead, to have more control.
-
Max Kellermann authored
The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins.
-
- 11 Feb, 2012 2 commits
-
-
Max Kellermann authored
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 07 Dec, 2010 1 commit
-
-
Max Kellermann authored
Loop over all frames with a specific id, and import all of them - not just the first one (index 0).
-
- 20 May, 2010 1 commit
-
-
Max Kellermann authored
Add the flag "b" to fopen(). Windows compatibility.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 30 Nov, 2009 1 commit
-
-
svitoos authored
If we define id3v1_encoding, then the tags are not added to the database.
-
- 15 Nov, 2009 1 commit
-
-
Max Kellermann authored
Allow RIFF/AIFF ID3 tags up to 4 MB (old limit was 256 kB). This might still be too small for some users, and when somebody complains, we might do something more clever (like streaming the data into libid3tag?).
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 13 Oct, 2009 1 commit
-
-
Max Kellermann authored
-
- 03 Aug, 2009 5 commits
-
-
Max Kellermann authored
The ID3_FRAME_GENRE field is queried only in tag_id3_import_text(). Don't pass the tag type to import_id3_string().
-
Max Kellermann authored
Splitted tag_id3_import_frame() into two specialized functions: tag_id3_import_text() and tag_id3_import_comment(). Use id3_frame_field() instead of directly accessing id3_frame.fields.
-
Max Kellermann authored
Changed "int type" to "enum tag_type". Converted "int is_id3v1" to "bool".
-
Max Kellermann authored
Prefer C over CPP.
-
Max Kellermann authored
Renamed functions.
-
- 09 Jul, 2009 1 commit
-
-
Bart Nagel authored
-
- 07 Jul, 2009 2 commits
-
-
Max Kellermann authored
According to the ID3 2.4 documentation, "TOPE" is "Original artist/performer", not "performer". Removed "TOPE" support. Instead, map TPE3 ("Conductor/performer refinement") and TPE4 ("Interpreted, remixed, or otherwise modified by") to "performer".
-
Max Kellermann authored
The tag_id3.c library supports both the documented "TSO2" tag, and the inofficial TXXX/ALBUMARTISTSORT. The Vorbis/FLAC decoder automatically supports the new tag, without further change.
-
- 06 May, 2009 1 commit
-
-
Max Kellermann authored
If the UFID frame's owner is "http://musicbrainz.org", assume its value is the MusicBrainz track id.
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 02 Mar, 2009 2 commits
-
-
Max Kellermann authored
Added a small AIFF parser library, code copied from the RIFF parser (big-endian integers). Look for an "ID3" chunk, and let libid3tag parse it.
-
Max Kellermann authored
Added a small RIFF parser library. Look for an "id3" chunk, and let libid3tag parse it.
-
- 24 Jan, 2009 2 commits
-
-
Max Kellermann authored
Added support for the MusicBrainz TXXX tags, documented on: http://musicbrainz.org/doc/MusicBrainzTag
-
Max Kellermann authored
Save some code: always allocate the tag object, and free it when it turns out to be empty.
-
- 17 Jan, 2009 1 commit
-
-
Max Kellermann authored
Don't return a writable pointer.
-
- 14 Jan, 2009 1 commit
-
-
Daniele Sluijters authored
Read the id3 tags "TPE2" and "TSO2" into the "album artist" tag.
-
- 04 Jan, 2009 1 commit
-
-
Max Kellermann authored
Pass NULL instead of &error to g_convert(). We're not interested in the error object.
-
- 03 Jan, 2009 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2008 2 commits
-
-
Max Kellermann authored
-
Thomas Jansen authored
Fix for bug #1491.
-
- 02 Dec, 2008 1 commit
-
-
Thomas Jansen authored
We want to remove gcc.h eventually. This takes care of all the G_LIKELY/G_UNLIKELY macros.
-
- 17 Oct, 2008 1 commit
-
-
Max Kellermann authored
If a feature is disabled, don't compile the source file at all, disable it completely in Makefile.am instead.
-
- 15 Oct, 2008 2 commits
-
-
Max Kellermann authored
GLib provides an easier API for character set conversion than iconv(). Use g_convert() / g_convert_with_fallback() for all character conversions. We should optimize the path.h API later to return a newly allocated buffer, so we can just pass GLib's return value.
-
Max Kellermann authored
Indentation was broken in tag_id3.c: it used 4 spaces instead of tabs.
-