/******************************************************************************
* Copyright(c)2006 Analog Devices,Inc. All Rights Reserved
* This software is proprietary and confidential to Analog Devices,Inc.and its licensors
*
* File Name		: adi_id3_tables.h
* Function Names: 
*
* Revision		: 1.0
*
* Description	: This file contains the 
*					1. 
*					
*						
*
* Author       : Dushyanth
*
* Date         :
*
******************************************************************************/


char id3_v2_2_required_frames[ID3_REQUIRED_FRAMES_V2_2][3]=
{
	"TT2","TP1","TAL","TYE","TCO","COM","TLE","TP4","TIM","TDA"
};
char id3_v2_3_required_frames[ID3_REQUIRED_FRAMES_V2_3][4]=
{
	"TIT2","TPE1","TALB","TYER","TCON","COMM","TLEN","TPE4","TIME","TDAT"

};
char id3_v2_4_required_frames[ID3_REQUIRED_FRAMES_V2_4][4]=
{
	"TIT2","TPE1","TALB","TDRC","TCON","COMM","TLEN","TPE4"

};
char id3_genre[126][20]=
{   
	"Blues",
     "Classic Rock",
     "Country",
     "Dance",
     "Disco",
	 "Funk",
     "Grunge",
     "Hip-Hop",
     "Jazz",
     "Metal",
     "New Age",
     "Oldies",
     "Other",
     "Pop",
     "R&B",
     "Rap",
     "Reggae",
     "Rock",
     "Techno",
     "Industrial",
     "Alternative",
     "Ska",
     "Death Metal",
     "Pranks",
     "Soundtrack",
     "Euro-Techno",
     "Ambient",
     "Trip-Hop",
     "Vocal",
     "Jazz+Funk",
     "Fusion",
     "Trance",
     "Classical",
     "Instrumental",
     "Acid",
     "House",
     "Game",
     "Sound Clip",
     "Gospel",
     "Noise",
     "AlternRock",
     "Bass",
     "Soul",
     "Punk",
     "Space",
     "Meditative",
     "Instrumental Pop",
     "Instrumental Rock",
     "Ethnic",
     "Gothic",
     "Darkwave",
     "Techno-Industrial",
     "Electronic",
     "Pop-Folk",
     "Eurodance",
     "Dream",
     "Southern Rock",
     "Comedy",
     "Cult",
     "Gangsta",
     "Top 40",
     "Christian Rap",
     "Pop/Funk",
     "Jungle",
     "Native American",
     "Cabaret",
     "New Wave",
     "Psychadelic",
     "Rave",
     "Showtunes",
     "Trailer",
     "Lo-Fi",
     "Tribal",
     "Acid Punk",
     "Acid Jazz",
     "Polka",
     "Retro",
     "Musical",
     "Rock & Roll",
     "Hard Rock",     
     "Folk",
     "Folk-Rock",
     "National Folk",
     "Swing",
     "Fast Fusion",
     "Bebob",
     "Latin",
     "Revival",
     "Celtic",
     "Bluegrass",
     "Avantgarde",
     "Gothic Rock",
     "Progressive Rock",
     "Psychedelic Rock",
     "Symphonic Rock",
     "Slow Rock",
     "Big Band",
     "Chorus",
     "Easy Listening",
     "Acoustic",
     "Humour",
     "Speech",
     "Chanson",
     "Opera",
     "Chamber Music",
     "Sonata",
     "Symphony",
     "Booty Bass",
     "Primus",
     "Porn Groove",
     "Satire",
     "Slow Jam",
     "Club",
     "Tango",
     "Samba",
     "Folklore",
     "Ballad",
     "Power Ballad",
     "Rhythmic Soul",
     "Freestyle",
     "Duet",
     "Punk Rock",
     "Drum Solo",
     "A capella",
     "Euro-House",
     "Dance Hall"


};
