# Mass Title Change

**URL:** https://community.mp3tag.de/t/mass-title-change/13413
**Category:** Support
**Created:** [May 12, 2012, 12:17am UTC](https://community.mp3tag.de/t/mass-title-change/13413 "2012-05-12T00:17:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RealGomer](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/919ad9/32.png) [@RealGomer](https://community.mp3tag.de/u/RealGomer)
#### Post date: [May 12, 2012, 12:17am UTC](https://community.mp3tag.de/t/mass-title-change/13413/1 "2012-05-12T00:17:16Z")

</div>

I found a forum topic on doing a mass file name change. Being the old fart that I am I couldn't figure out how to adapt that script to remove / delete a phrase in multiple titles at once.

What I want to do is change "Artist - Title" or "Track - Title" to just "Title". Too bad I can't just use a wild card del \* - Title or something like that.

Thank you.

---

<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: [May 12, 2012, 5:45am UTC](https://community.mp3tag.de/t/mass-title-change/13413/2 "2012-05-12T05:45:30Z")

</div>

Filter for  
%\_filename% HAS "-"

Then you can use the converter Filename - Filename:  
As source mask enter:  
%1 - %2  
And as target mask enter:  
%2  
(Have a look at the preview in that dialogue whether the result look ok)

---

<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/mass-title-change/13413/3 "2026-02-09T12:23:50Z")

</div>


