Revision 4,
2.9 KB
checked in by ajaworski, 13 years ago
(diff) |
Added modified SAGE sources
|
Rev | Line | |
---|
[4] | 1 | GENRE_LIST = { |
---|
| 2 | 0 : 'Blues', |
---|
| 3 | 1 : 'Classic Rock', |
---|
| 4 | 2 : 'Country', |
---|
| 5 | 3 : 'Dance', |
---|
| 6 | 4 : 'Disco', |
---|
| 7 | 5 : 'Funk', |
---|
| 8 | 6 : 'Grunge', |
---|
| 9 | 7 : 'Hip-Hop', |
---|
| 10 | 8 : 'Jazz', |
---|
| 11 | 9 : 'Metal', |
---|
| 12 | 10 : 'New Age', |
---|
| 13 | 11 : 'Oldies', |
---|
| 14 | 12 : 'Other', |
---|
| 15 | 13 : 'Pop', |
---|
| 16 | 14 : 'R&B', |
---|
| 17 | 15 : 'Rap', |
---|
| 18 | 16 : 'Reggae', |
---|
| 19 | 17 : 'Rock', |
---|
| 20 | 18 : 'Techno', |
---|
| 21 | 19 : 'Industrial', |
---|
| 22 | 20 : 'Alternative', |
---|
| 23 | 21 : 'Ska', |
---|
| 24 | 22 : 'Death Metal', |
---|
| 25 | 23 : 'Pranks', |
---|
| 26 | 24 : 'Soundtrack', |
---|
| 27 | 25 : 'Euro-Techno', |
---|
| 28 | 26 : 'Ambient', |
---|
| 29 | 27 : 'Trip-Hop', |
---|
| 30 | 28 : 'Vocal', |
---|
| 31 | 29 : 'Jazz+Funk', |
---|
| 32 | 30 : 'Fusion', |
---|
| 33 | 31 : 'Trance', |
---|
| 34 | 32 : 'Classical', |
---|
| 35 | 33 : 'Instrumental', |
---|
| 36 | 34 : 'Acid', |
---|
| 37 | 35 : 'House', |
---|
| 38 | 36 : 'Game', |
---|
| 39 | 37 : 'Sound Clip', |
---|
| 40 | 38 : 'Gospel', |
---|
| 41 | 39 : 'Noise', |
---|
| 42 | 40 : 'AlternRock', |
---|
| 43 | 41 : 'Bass', |
---|
| 44 | 42 : 'Soul', |
---|
| 45 | 43 : 'Punk', |
---|
| 46 | 44 : 'Space', |
---|
| 47 | 45 : 'Meditative', |
---|
| 48 | 46 : 'Instrumental Pop', |
---|
| 49 | 47 : 'Instrumental Rock', |
---|
| 50 | 48 : 'Ethnic', |
---|
| 51 | 49 : 'Gothic', |
---|
| 52 | 50 : 'Darkwave', |
---|
| 53 | 51 : 'Techno-Industrial', |
---|
| 54 | 52 : 'Electronic', |
---|
| 55 | 53 : 'Pop-Folk', |
---|
| 56 | 54 : 'Eurodance', |
---|
| 57 | 55 : 'Dream', |
---|
| 58 | 56 : 'Southern Rock', |
---|
| 59 | 57 : 'Comedy', |
---|
| 60 | 58 : 'Cult', |
---|
| 61 | 59 : 'Gangsta', |
---|
| 62 | 60 : 'Top 40', |
---|
| 63 | 61 : 'Christian Rap', |
---|
| 64 | 62 : 'Pop/Funk', |
---|
| 65 | 63 : 'Jungle', |
---|
| 66 | 64 : 'Native American', |
---|
| 67 | 65 : 'Cabaret', |
---|
| 68 | 66 : 'New Wave', |
---|
| 69 | 67 : 'Psychadelic', |
---|
| 70 | 68 : 'Rave', |
---|
| 71 | 69 : 'Showtunes', |
---|
| 72 | 70 : 'Trailer', |
---|
| 73 | 71 : 'Lo-Fi', |
---|
| 74 | 72 : 'Tribal', |
---|
| 75 | 73 : 'Acid Punk', |
---|
| 76 | 74 : 'Acid Jazz', |
---|
| 77 | 75 : 'Polka', |
---|
| 78 | 76 : 'Retro', |
---|
| 79 | 77 : 'Musical', |
---|
| 80 | 78 : 'Rock & Roll', |
---|
| 81 | 79 : 'Hard Rock', |
---|
| 82 | |
---|
| 83 | |
---|
| 84 | # The following genres are Winamp extensions |
---|
| 85 | |
---|
| 86 | |
---|
| 87 | 80 : 'Folk', |
---|
| 88 | 81 : 'Folk-Rock', |
---|
| 89 | 82 : 'National Folk', |
---|
| 90 | 83 : 'Swing', |
---|
| 91 | 84 : 'Fast Fusion', |
---|
| 92 | 85 : 'Bebob', |
---|
| 93 | 86 : 'Latin', |
---|
| 94 | 87 : 'Revival', |
---|
| 95 | 88 : 'Celtic', |
---|
| 96 | 89 : 'Bluegrass', |
---|
| 97 | 90 : 'Avantgarde', |
---|
| 98 | 91 : 'Gothic Rock', |
---|
| 99 | 92 : 'Progressive Rock', |
---|
| 100 | 93 : 'Psychedelic Rock', |
---|
| 101 | 94 : 'Symphonic Rock', |
---|
| 102 | 95 : 'Slow Rock', |
---|
| 103 | 96 : 'Big Band', |
---|
| 104 | 97 : 'Chorus', |
---|
| 105 | 98 : 'Easy Listening', |
---|
| 106 | 99 : 'Acoustic', |
---|
| 107 | 100 : 'Humour', |
---|
| 108 | 101 : 'Speech', |
---|
| 109 | 102 : 'Chanson', |
---|
| 110 | 103 : 'Opera', |
---|
| 111 | 104 : 'Chamber Music', |
---|
| 112 | 105 : 'Sonata', |
---|
| 113 | 106 : 'Symphony', |
---|
| 114 | 107 : 'Booty Bass', |
---|
| 115 | 108 : 'Primus', |
---|
| 116 | 109 : 'Porn Groove', |
---|
| 117 | 110 : 'Satire', |
---|
| 118 | 111 : 'Slow Jam', |
---|
| 119 | 112 : 'Club', |
---|
| 120 | 113 : 'Tango', |
---|
| 121 | 114 : 'Samba', |
---|
| 122 | 115 : 'Folklore', |
---|
| 123 | 116 : 'Ballad', |
---|
| 124 | 117 : 'Power Ballad', |
---|
| 125 | 118 : 'Rhythmic Soul', |
---|
| 126 | 119 : 'Freestyle', |
---|
| 127 | 120 : 'Duet', |
---|
| 128 | 121 : 'Punk Rock', |
---|
| 129 | 122 : 'Drum Solo', |
---|
| 130 | 123 : 'A capella', |
---|
| 131 | 124 : 'Euro-House', |
---|
| 132 | 125 : 'Dance Hall' |
---|
| 133 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.