# copy filename to title and artist

**URL:** https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890
**Category:** Support
**Created:** [September 17, 2012, 9:21am UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890 "2012-09-17T09:21:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![wniesert](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/w/258eb7/32.png) [@wniesert](https://community.mp3tag.de/u/wniesert)
#### Post date: [September 17, 2012, 9:21am UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890/1 "2012-09-17T09:21:37Z")

</div>

who can help me on the command needed to copy part of the filename to title and artist.

e.g. FILENAME = 01 - Come Together - Beatles to TITLE Come Together ARTIS Beatles

Many 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: [September 17, 2012, 9:27am UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890/2 "2012-09-17T09:27:34Z")

</div>

use the converter Filename - Tag  
Enter a mask with variables for the fields. Enter %dummy% for any piece of data you don't want.  
For your example:  
%dummy% - %title% - %artist%  
of if you also want the leading number as track number:  
%track% - %title% - %artist%

---

<div class="post-metadata">

### Author: ![wniesert](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/w/258eb7/32.png) [@wniesert](https://community.mp3tag.de/u/wniesert)
#### Post date: [September 17, 2012, 11:01am UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890/3 "2012-09-17T11:01:03Z")

</div>

Gee, that's fast and simple (when you once know it ![:rolleyes:](https://community.mp3tag.de/uploads/default/original/1X/3a79e8b0b7d169b30216785521d7c6f4f895c421.gif ":rolleyes:") Many thanks!

---

<div class="post-metadata">

### Author: ![Bit\_Hacker](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/b/f08c70/32.png) [@Bit\_Hacker](https://community.mp3tag.de/u/Bit_Hacker)
#### Post date: [November 25, 2012, 12:27pm UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890/4 "2012-11-25T12:27:11Z")

</div>

> [@Fazant1](#):
>
> Gee, that's fast and simple (when you once know it ![:rolleyes:](https://community.mp3tag.de/uploads/default/original/1X/3a79e8b0b7d169b30216785521d7c6f4f895c421.gif ":rolleyes:") Many thanks!

but when I try to do this, I select a file and when I select that option, the ok button is greyed out / disabled.

 ![](https://community.mp3tag.de/uploads/default/original/2X/e/e6668e8630a81e701a0b6585315cd0ed9aa7091b.png)

---

<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: [November 25, 2012, 1:07pm UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890/5 "2012-11-25T13:07:23Z")

</div>

> [@Bit Hacker](#):
>
> but when I try to do this, I select a file and when I select that option, the ok button is greyed out / disabled.

Hi today-joiner Bit Hacker.  
Hm ... what did you learn about disabled buttons in dialogs?  
What circumstances can cause a button to be greyed out?  
...  
Look at the given file name and look at the given format string.  
Make a visual comparison of the format of both strings.  
Does the format match?

 ![](https://community.mp3tag.de/uploads/default/original/2X/e/efe55a91b6895fa041328fb1d82123ebad7836e4.png)  

DD.20121125.1504.CET

 ![](https://community.mp3tag.de/uploads/default/original/2X/e/efe55a91b6895fa041328fb1d82123ebad7836e4.png)

---

<div class="post-metadata">

### Author: ![Bit\_Hacker](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/b/f08c70/32.png) [@Bit\_Hacker](https://community.mp3tag.de/u/Bit_Hacker)
#### Post date: [November 25, 2012, 1:11pm UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890/6 "2012-11-25T13:11:01Z")

</div>

> [@Bit Hacker](#):
>
> but when I try to do this, I select a file and when I select that option, the ok button is greyed out / disabled.

Never mind. Solved the problem. 🙂 Yes, the filename only had 'Artist' and 'Title' in it but the format string had %album% tag in it, which was causing the OK button disabled.

---

<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:24pm UTC](https://community.mp3tag.de/t/copy-filename-to-title-and-artist/13890/7 "2026-02-09T12:24:03Z")

</div>


