.key FILE/A,TITLE/A,ALBUM/A,ARTIST/A,YEAR/A,GENRE/A,COMMENT/A
.bra {
.ket }

if "{GENRE}" EQ "Blues"
   setenv temp="0"
endif
if "{GENRE}" EQ "Classic Rock"
   setenv temp="1"
endif
if "{GENRE}" EQ "Country"
   setenv temp="2"
endif
if "{GENRE}" EQ "Dance"
   setenv temp="3"
endif
if "{GENRE}" EQ "Disco"
   setenv temp="4"
endif
if "{GENRE}" EQ "Funk"
   setenv temp="5"
endif
if "{GENRE}" EQ "Grunge"
   setenv temp="6"
endif
if "{GENRE}" EQ "Hip-Hop"
   setenv temp="7"
endif
if "{GENRE}" EQ "Jazz"
   setenv temp="8"
endif
if "{GENRE}" EQ "Metal"
   setenv temp="9"
endif
if "{GENRE}" EQ "New Age"
   setenv temp="10"
endif
if "{GENRE}" EQ "Oldies"
   setenv temp="11"
endif
if "{GENRE}" EQ "Other"
   setenv temp="12"
endif
if "{GENRE}" EQ "Pop"
   setenv temp="13"
endif
if "{GENRE}" EQ "R&B"
   setenv temp="14"
endif
if "{GENRE}" EQ "Rap"
   setenv temp="15"
endif
if "{GENRE}" EQ "Reggae"
   setenv temp="16"
endif
if "{GENRE}" EQ "Rock"
   setenv temp="17"
endif
if "{GENRE}" EQ "Techno"
   setenv temp="18"
endif
if "{GENRE}" EQ "Industrial"
   setenv temp="19"
endif
if "{GENRE}" EQ "Alternative"
   setenv temp="20"
endif
if "{GENRE}" EQ "Ska"
   setenv temp="21"
endif
if "{GENRE}" EQ "Death Metal"
   setenv temp="22"
endif
if "{GENRE}" EQ "Pranks"
   setenv temp="23"
endif
if "{GENRE}" EQ "Soundtrack"
   setenv temp="24"
endif
if "{GENRE}" EQ "Euro-Techno"
   setenv temp="25"
endif
if "{GENRE}" EQ "Ambient"
   setenv temp="26"
endif
if "{GENRE}" EQ "Trip-Hop"
   setenv temp="27"
endif
if "{GENRE}" EQ "Vocal"
   setenv temp="28"
endif
if "{GENRE}" EQ "Jazz+Funk"
   setenv temp="29"
endif
if "{GENRE}" EQ "Fusion"
   setenv temp="30"
endif
if "{GENRE}" EQ "Trance"
   setenv temp="31"
endif
if "{GENRE}" EQ "Classical"
   setenv temp="32"
endif
if "{GENRE}" EQ "Instrumental"
   setenv temp="33"
endif
if "{GENRE}" EQ "Acid"
   setenv temp="34"
endif
if "{GENRE}" EQ "House"
   setenv temp="35"
endif
if "{GENRE}" EQ "Game"
   setenv temp="36"
endif
if "{GENRE}" EQ "Sound Clip"
   setenv temp="37"
endif
if "{GENRE}" EQ "Gospel"
   setenv temp="38"
endif
if "{GENRE}" EQ "Noise"
   setenv temp="39"
endif
if "{GENRE}" EQ "AlternRock"
   setenv temp="40"
endif
if "{GENRE}" EQ "Bass"
   setenv temp="41"
endif
if "{GENRE}" EQ "Soul"
   setenv temp="42"
endif
if "{GENRE}" EQ "Punk"
   setenv temp="43"
endif
if "{GENRE}" EQ "Punk"
   setenv temp="44"
endif
if "{GENRE}" EQ "Space"
   setenv temp="45"
endif
if "{GENRE}" EQ "Meditative"
   setenv temp="46"
endif
if "{GENRE}" EQ "Instrumental Pop"
   setenv temp="46"
endif
if "{GENRE}" EQ "Instrumental Rock"
   setenv temp="47"
endif
if "{GENRE}" EQ "Ethnic"
   setenv temp="48"
endif
if "{GENRE}" EQ "Gothic"
   setenv temp="49"
endif
if "{GENRE}" EQ "Darkwave"
   setenv temp="50"
endif
if "{GENRE}" EQ "Techno-Industrial"
   setenv temp="51"
endif
if "{GENRE}" EQ "Electronic"
   setenv temp="52"
endif
if "{GENRE}" EQ "Pop-Folk"
   setenv temp="53"
endif
if "{GENRE}" EQ "Eurodance"
   setenv temp="54"
endif
if "{GENRE}" EQ "Dream"
   setenv temp="55"
endif
if "{GENRE}" EQ "Southern Rock"
   setenv temp="56"
endif
if "{GENRE}" EQ "Comedy"
   setenv temp="57"
endif
if "{GENRE}" EQ "Cult"
   setenv temp="58"
endif
if "{GENRE}" EQ "Gangsta"
   setenv temp="59"
endif
if "{GENRE}" EQ "Top 40"
   setenv temp="60"
endif
if "{GENRE}" EQ "Christian Rap"
   setenv temp="61"
endif
if "{GENRE}" EQ "Pop/Funk"
   setenv temp="62"
endif
if "{GENRE}" EQ "Jungle"
   setenv temp="63"
endif
if "{GENRE}" EQ "Native American"
   setenv temp="64"
endif
if "{GENRE}" EQ "Cabaret"
   setenv temp="65"
endif
if "{GENRE}" EQ "New Wave"
   setenv temp="66"
endif
if "{GENRE}" EQ "Psychadelic"
   setenv temp="67"
endif
if "{GENRE}" EQ "Rave"
   setenv temp="68"
endif
if "{GENRE}" EQ "Showtunes"
   setenv temp="69"
endif
if "{GENRE}" EQ "Trailer"
   setenv temp="70"
endif
if "{GENRE}" EQ "Lo-Fi"
   setenv temp="71"
endif
if "{GENRE}" EQ "Tribal"
   setenv temp="72"
endif
if "{GENRE}" EQ "Acid Punk"
   setenv temp="73"
endif
if "{GENRE}" EQ "Acid Jazz"
   setenv temp="74"
endif
if "{GENRE}" EQ "Polka"
   setenv temp="75"
endif
if "{GENRE}" EQ "Retro"
   setenv temp="76"
endif
if "{GENRE}" EQ "Musical"
   setenv temp="77"
endif
if "{GENRE}" EQ "Rock & Roll"
   setenv temp="78"
endif
if "{GENRE}" EQ "Hard Rock"
   setenv temp="79"
endif
if "{GENRE}" EQ "Unknown"
   setenv temp="80"
endif

mp3info -W "{FILE}"
mp3info -w -s 0 -t "{TITLE}" -a "{ARTIST}" -l "{ALBUM}" -y "{YEAR}" -g $temp -c "{COMMENT}" "{FILE}"
unset temp
