Ignore:
Timestamp:
Sep 29, 2023, 11:16:20 PM (23 months ago)
Author:
gyoung
Message:

Add support for ID3 genre tags 148-191 NL Ticket 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_audio/cwmp3.c

    r2 r72  
    5656extern char classDLLPath[CCHMAXPATH];
    5757
    58 int iGenreLast=147;
     58int iGenreLast=191;
    5959char *genreList[]={
    6060        "Blues", "Classic Rock", "Country", "Dance", "Disco", "Funk",
     
    8383        "Christian Gangsta", "Heavy Metal", "Black Metal", "Crossover", "Contemporary C",
    8484        "Christian Rock", "Merengue", "Salsa", "Thrash Metal", "Anime", "JPop",
    85         "SynthPop",
     85        "SynthPop", "Christmas", "Art rock", "Baroque", "Bhangra", "Big beat", "Breakbeat",
     86        "Chillout", "Downtempo", "Dub", "EBM", "Eclectic", "Electro", "Electroclash", "Emo",
     87        "Experimental", "Garage", "Global", "IDM", "Illbient", "Industro-Goth", "Jam Band",
     88        "Krautrock", "Leftfield", "Lounge", "Math rock", "New romantic", "Nu-breakz", "Post-punk",
     89        "Post-rock", "Psytrance", "Shoegaze", "Space rock", "Trop rock", "World music", "Neoclassical",
     90        "Audiobook", "Audio theatre", "Neue Deutsche Welle", "Podcast", "Indie-rock", "G-Funk",
     91        "Dubstep", "Garage rock", "Psybient"
    8692};
    8793
     
    403409  //We have a major tab so we need a name
    404410  if(!getMessage(pageName, ID_ID3TAGSPAGENAME, sizeof(pageName),  queryResModuleHandle(), hwndNotebook))
    405     strcpy(pageName, "~ID3 Tags");
     411    strcpy(pageName, "~ID3 tag");
    406412  pageinfo.pszName = pageName;
    407413  //Insert the page into the settings notebook
Note: See TracChangeset for help on using the changeset viewer.