# Problem parsing ISRC data

**URL:** https://community.mp3tag.de/t/problem-parsing-isrc-data/16056
**Category:** Web Sources Discussion
**Created:** [August 27, 2014, 5:57pm UTC](https://community.mp3tag.de/t/problem-parsing-isrc-data/16056 "2014-08-27T17:57:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![abelcheung](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/a/13edae/32.png) [@abelcheung](https://community.mp3tag.de/u/abelcheung)
#### Post date: [August 27, 2014, 5:57pm UTC](https://community.mp3tag.de/t/problem-parsing-isrc-data/16056/1 "2014-08-27T17:57:18Z")

</div>

I'm trying to write a web source script that fetches ISRC data and apply them to tracks, but encountered difficulty in doing so. Although track titles do apply cleanly to AAC files, for some unknown reason mp3tag is treating ISRC as global tag which should be applied to whole album (like PUBLISHER etc).

But since ISRC format was wrong (it was becoming ISRC for all tracks concatenated with separator), the net result is, the ISRC tag with literal string "" was added to all tracks.

What have I done wrong in this case? A (non-working) script is attached.

[DeccaClassics.src](https://community.mp3tag.de/uploads/default/original/2X/3/313b22b36964c6cd2b2beac61ae9e2cfc88bb4ba.src) (2.02 KB)
