Strip characters from start of iTunes lyric tag

Hi y'all,

I've started using iTunes Lyrics Importer which does a good job of retrieving and automatically updating fairly accurate lyrics from LyricWiki on all selected tracks.

Unfortunately it prefaces every lyric with the following:

');var c=function(){cf.showAsyncAd(opts)};if(window.cf)c();else{cf_async=!0;var r=document.createElement("script"),s=document.getElementsByTagName("script")[0];r.async=!0;r.src="//srv.tonefuse.com/showads/showad.js";r.readyState?r.onreadystatechange=function(){if("loaded"==r.readyState||"complete"==r.readyState)r.onreadystatechange=null,c()}:r.onload=c;s.parentNode.inser
tBefore(r,s)};}})();

Is there a script that can remove this via mp3tag or iTunes?

Alternatively is there a batch lyric method available in mp3 tag?

Cheers!
M

Action: Format value Field : UNSYNCEDLYRICS Formatstring: $ifgreater($strstr(%UNSYNCEDLYRICS%,''),0,$cutLeft(%UNSYNCEDLYRICS%,$add(8,$strstr(%UNSYNCEDLYRICS%,''))),%UNSYNCEDLYRICS%) ... or ... Formatstring: $regexp(%UNSYNCEDLYRICS%,'^.*',,1)

DD.20150814.1536.CEST

Thank you! Second one worked great :slight_smile:

M