mirror of https://github.com/mpv-player/mpv
more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13082 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
77c765583a
commit
4fa6c3e7e6
|
@ -7,6 +7,10 @@
|
|||
* DESCRIPTION: Genres character array
|
||||
* AUTHOR: Jason Carter
|
||||
***********************************
|
||||
*
|
||||
* Initially modified for use with MPlayer by Diego Biurrun on 2004-08-22
|
||||
* $Id$
|
||||
* detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
|
||||
*/
|
||||
|
||||
|
||||
|
@ -157,12 +161,12 @@ char *genres[] = {
|
|||
"Crossover", /* 139 */
|
||||
"Contemporary Christian", /* 140 */
|
||||
"Christian Rock", /* 141 */
|
||||
"Unknown", /* 142 */
|
||||
"Unknown", /* 143 */
|
||||
"Unknown", /* 144 */
|
||||
"Unknown", /* 145 */
|
||||
"Unknown", /* 146 */
|
||||
"Unknown", /* 147 */
|
||||
"Merengue", /* 142 */
|
||||
"Salsa", /* 143 */
|
||||
"Thrash Metal", /* 144 */
|
||||
"Anime", /* 145 */
|
||||
"Jpop", /* 146 */
|
||||
"Synthpop", /* 147 */
|
||||
"Unknown", /* 148 */
|
||||
"Unknown", /* 149 */
|
||||
"Unknown", /* 150 */
|
||||
|
|
Loading…
Reference in New Issue