so i formatted my whole mp3 tag with this software
i categorised my tracks in different language by genre. eg :
indian (abc.mp3 , abc2.mp3)
american (def.mp3 , def2.mp3)
in different folder
now i want to export my list like that so that my tracks will appear under genre
eg :
indian - abc.mp3
-abc2.mp3
american - def.mp3
- def2.mp3
i dont want any tags rather than genre and title
please post the script of .txt (will be happy with html too)
thanks in advance 
Please explain in other words ...
... what is your question respectively your request for help?
DD.20130109.0929.CET
i formatted my mp3 collection and removed all tags expect genre and title from that.
i want to export this list to txt or html file
so that every genre has its track
like :
pop :
-song1
-song2
rock :
-song1
-song2
is it ok ?
I guess to understand.
So what does it mean: "song1"?
Is it the file name or the text from the title tag-field?
Maybe ... you need to apply a Mp3tag export script like this ...
1: $filename($getEnv('USERPROFILE')'\Desktop\Mp3tag.Report.txt',UTF-8)
2: $loop(%GENRE%)$if2(%GENRE%,'Genre not defined')' :'
3: $loop(%_filename%)'-'%_filename%
4: $loopend()
5: $loopend()
DD.20130109.1016.CET
you are my godd
thankss alottt !!!