# Renaming

**URL:** https://community.mp3tag.de/t/renaming/12990
**Category:** Support
**Created:** [January 25, 2012, 2:11am UTC](https://community.mp3tag.de/t/renaming/12990 "2012-01-25T02:11:14Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Canibe](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/c/779978/32.png) [@Canibe](https://community.mp3tag.de/u/Canibe)
#### Post date: [January 25, 2012, 2:11am UTC](https://community.mp3tag.de/t/renaming/12990/1 "2012-01-25T02:11:14Z")

</div>

Hey guys,  
I am trying to edit the first part of all these videos but I am very confused. Please Help me.

 ![](https://community.mp3tag.de/uploads/default/original/1X/193421b40d27e11cf80134b82f587db190032085.png)  

I want to remove the part with this "Video #??? - "  
Thanks

 ![](https://community.mp3tag.de/uploads/default/original/1X/193421b40d27e11cf80134b82f587db190032085.png)

---

<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: [January 25, 2012, 5:11am UTC](https://community.mp3tag.de/t/renaming/12990/2 "2012-01-25T05:11:14Z")

</div>

> [@Canibe](#):
>
> Hey guys,  
> I am trying to edit the first part of all these videos but I am very confused. Please Help me.
> 
> ![](https://community.mp3tag.de/uploads/default/original/1X/193421b40d27e11cf80134b82f587db190032085.png)  
> 
> I want to remove the part with this "Video #??? - "  
> Thanks

I hope that you really refer to the tag TITLE and not the filename.

For TITLE create an action of the type "Replace with regular expression"  
Enter as search string:  
Video.\* - (.\*)  
Enter as replace string  
$1

(try this on a single file first if it should go wrong the damage is limited to that file)

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [January 25, 2012, 8:54am UTC](https://community.mp3tag.de/t/renaming/12990/3 "2012-01-25T08:54:09Z")

</div>

This expression will remove too much.  
In general you should try to make regular expressions match as exactly as possible.

So for this task I'd use something like  
RE: ^Video #\d+ \*- \*  
Replace: leave empty

---

<div class="post-metadata">

### Author: ![Canibe](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/c/779978/32.png) [@Canibe](https://community.mp3tag.de/u/Canibe)
#### Post date: [January 25, 2012, 12:32pm UTC](https://community.mp3tag.de/t/renaming/12990/4 "2012-01-25T12:32:53Z")

</div>

> [@ohrenkino](#):
>
> I hope that you really refer to the tag TITLE and not the filename.
> 
> For TITLE create an action of the type "Replace with regular expression"  
> Enter as search string:  
> Video.\* - (.\*)  
> Enter as replace string  
> $1
> 
> (try this on a single file first if it should go wrong the damage is limited to that file)

Sorry I mean Filename

---

<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: [January 25, 2012, 12:46pm UTC](https://community.mp3tag.de/t/renaming/12990/5 "2012-01-25T12:46:46Z")

</div>

> [@Canibe](#):
>
> Sorry I mean Filename

then use the converter filename-filename and a pattern that may look like this:  
original pattern:  
Video #%1 - %2  
Target pattern  
%2

---

<div class="post-metadata">

### Author: ![Canibe](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/c/779978/32.png) [@Canibe](https://community.mp3tag.de/u/Canibe)
#### Post date: [January 25, 2012, 12:51pm UTC](https://community.mp3tag.de/t/renaming/12990/6 "2012-01-25T12:51:40Z")

</div>

Thanks that worked like a dream.  
本当ありがとうございます。

---

<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/renaming/12990/7 "2026-02-09T12:23:36Z")

</div>


