I posted the steps to open the script already here:
and here:
The extended tags dialogue can be opened with Alt-T in MP3tag and is not the properties dialogue from windows.
I posted the steps to open the script already here:
and here:
The extended tags dialogue can be opened with Alt-T in MP3tag and is not the properties dialogue from windows.
You show the properties dialogue from windows but not the extended tags dialogue from MP3tag.
Sorry ignore that last reply. Here is my extended tags list. Note that genre is in here.

I am looking for the number of Genre fields in a single file. If there is more than one, the statement in the export script has to be adapted.
Which is why I asked:
and as I apparently have to say some things more than once:
so there is no way around but to edit the export script.
ok , here is the extended tag info of a single file from my 5 file sample.

Thank you.
It shows that there is only 1 field of the type GENRE and it is called GENRE. So it is enough to use %genre% in the script and not $meta_sep(genre,;)
Now the export script code (and not the output of the script) would help.
OK, step by step instructions on how to get this and send it please?
See this post:
Seriously: you have the problem, not me.
So far I see a lack of willing to co-operate. And that uses up my patience.
By the way: the solution can be seen in this post:
I appreciate the help and I am trying to cooperate, just struggling with how to get you the i nformation you need to help me. Give me a minute to look through your instructions thanks
Yes.
Though you would seriously have to modify the file association of mte files with a plain text editor instead of a spreadsheet.
Now please compare the code from the already existing post
(skip the language typcial parts)
and see that the first part resembles your script and the modified part has an added %gerne%; following %year%;.
This is the modification that you have to do in your script as well.
If you are keen on proper column headers in the spreadsheet afterwards, then you would have to adapt that text only line as well.
Do not forget to save that modified script,
Return to MP3tag and execute the export script and check whether you got the required data now.
Ok, yes, I modified my script and called it CSV-2. I used notepad to change the script and it works perfectly now. Thanks for all your help with this. One final question if I may, Is the initial export script something that is generated by my copy of Excel or something that the MP3tag program created? If it was the MP3 program that created it I can't help but wonder why they wouldn't have included Genre in the script? it seems like an obvious choice oif metadata to export. Anyways it doesn't matter, it works now and I am happy. Thanks again
The script has not been "created" by MP3tag but has been included during the installation process as a template - as there are templates for other formats as well.
But e.g. for files in the XML format there is no template although that would also be an option for an output format.
The templates should show how text, variables and perhaps even scripting functions can be used in an export script to create a text output.
See also the documentation: