QUOTE (pone @ Dec 11 2011, 20:35) <{POST_SNAPBACK}>
comment-out only the say... parts at the artist section:
#sayregexp "(?<=<Artist>)[^<]+" "\\\\" "</track>"
#say "|"
that should work.
or simply set artist to zero at the end of the script. or almost at the end, but before the "track fix" section, if you get a strange output at track and title.
set "artist"<!--QuoteEnd--></div><!--QuoteEEnd-->
Thanks pone, that works great. I've also been playing around with the script and made some changes to prevent other fields being written and it's working really well
set "albumartist"
set "album artist"
Maybe you can help me with the issue I'm having with the DATE field? It's read in the script in the format MMDD whereas all my other previously tagged files are in DDMM format. Pone you helped me with this in this topic but I'm lost at how the regular expression you gave me would work otuside the main program and in a script.
Many thanks,
Paul