# Is there a way to auto-increment tag info?

**URL:** https://community.mp3tag.de/t/is-there-a-way-to-auto-increment-tag-info/12394
**Category:** Support
**Created:** [August 15, 2011, 4:16am UTC](https://community.mp3tag.de/t/is-there-a-way-to-auto-increment-tag-info/12394 "2011-08-15T04:16:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![stlc8tr](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/e56c9b/32.png) [@stlc8tr](https://community.mp3tag.de/u/stlc8tr)
#### Post date: [August 15, 2011, 4:16am UTC](https://community.mp3tag.de/t/is-there-a-way-to-auto-increment-tag-info/12394/1 "2011-08-15T04:16:26Z")

</div>

Hi,

Trying to edit some tags for my This American Life collection so that iTunes recognizes as podcasts (to take advantage of the 2X playback and bookmarking).

One of the extended tags needed for this is PODCASTID, which has to be unique. Is there a way to auto-increment this extended tag so that file #1 is "0001 at [http://www.thisamericanlife.org"](http://www.thisamericanlife.org%22) while files #432 is "0432 at [http://www.thisamericanlife.org"](http://www.thisamericanlife.org%22)?

Thanks.

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [August 15, 2011, 4:38am UTC](https://community.mp3tag.de/t/is-there-a-way-to-auto-increment-tag-info/12394/2 "2011-08-15T04:38:05Z")

</div>

> [@stlc8tr](#):
>
> ... so that file #1 is "0001 at [http://www.thisamericanlife.org"](http://www.thisamericanlife.org") while files #432 is "0432 at [http://www.thisamericanlife.org"](http://www.thisamericanlife.org")?
> 
> Thanks.

Create an action of the type format tag field for the desired tag field  
Enter as format string:  
$num(%\_counter%,4) at [http://www.thisamericanlife.org](http://www.thisamericanlife.org)

Select all the files that should get renumbered. In your example this should be at least all the 432).  
Apply the action.  
The action always begins at "1".

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:23pm UTC](https://community.mp3tag.de/t/is-there-a-way-to-auto-increment-tag-info/12394/3 "2026-02-09T12:23:16Z")

</div>


