commit dfde73caacb70185c77f095d20e467dab125f8ac Author: Matěj Laitl <ma...@laitl.cz> Date: Sat Mar 31 14:11:17 2012 +0200
Accept also M4A, m4a filetype description for MPEG4 audio files ...in itdb_track_set_defaults(). convert_filetype() already has it. src/itdb_track.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/src/itdb_track.c b/src/itdb_track.c index 52a9fd4..9794631 100644 --- a/src/itdb_track.c +++ b/src/itdb_track.c @@ -67,7 +67,7 @@ static gboolean haystack (gchar *filetype, gchar **desclist) static void itdb_track_set_defaults (Itdb_Track *tr) { gchar *mp3_desc[] = {"MPEG", "MP3", "mpeg", "mp3", NULL}; - gchar *mp4_desc[] = {"AAC", "MP4", "aac", "mp4", NULL}; + gchar *mp4_desc[] = {"AAC", "MP4", "M4A", "aac", "mp4", "m4a", NULL}; gchar *audible_subdesc[] = {"Audible", "audible", "Book", "book", NULL}; gchar *wav_desc[] = {"WAV", "wav", NULL}; gchar *m4v_desc[] = {"M4V", "MP4", "MP4V", "m4v", "mp4", "mp4v", NULL}; ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2