# Strip characters from start of iTunes lyric tag

**URL:** https://community.mp3tag.de/t/strip-characters-from-start-of-itunes-lyric-tag/17147
**Category:** Web Sources Discussion
**Created:** [August 14, 2015, 8:28am UTC](https://community.mp3tag.de/t/strip-characters-from-start-of-itunes-lyric-tag/17147 "2015-08-14T08:28:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mus](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/a9adbd/32.png) [@Mus](https://community.mp3tag.de/u/Mus)
#### Post date: [August 14, 2015, 8:28am UTC](https://community.mp3tag.de/t/strip-characters-from-start-of-itunes-lyric-tag/17147/1 "2015-08-14T08:28:28Z")

</div>

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](https://srv.tonefuse.com/showads/showad.js%22;r.readyState?r.onreadystatechange=function()%7Bif(%22loaded%22==r.readyState%7C%7C%22complete)"==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

---

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [August 14, 2015, 11:34am UTC](https://community.mp3tag.de/t/strip-characters-from-start-of-itunes-lyric-tag/17147/2 "2015-08-14T11:34:42Z")

</div>

> [@Mus](#):
>
> ... Unfortunately it prefaces every lyric with the following: ...   
> Is there a script that can remove this via mp3tag ...

**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

---

<div class="post-metadata">

### Author: ![Mus](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/a9adbd/32.png) [@Mus](https://community.mp3tag.de/u/Mus)
#### Post date: [August 14, 2015, 12:15pm UTC](https://community.mp3tag.de/t/strip-characters-from-start-of-itunes-lyric-tag/17147/3 "2015-08-14T12:15:08Z")

</div>

Thank you! Second one worked great 🙂

M
