# Making the Title Field Match The Filename Field

**URL:** https://community.mp3tag.de/t/making-the-title-field-match-the-filename-field/12267
**Category:** Support
**Created:** [July 13, 2011, 3:14am UTC](https://community.mp3tag.de/t/making-the-title-field-match-the-filename-field/12267 "2011-07-13T03:14:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jayTcold](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/j/f475e1/32.png) [@jayTcold](https://community.mp3tag.de/u/jayTcold)
#### Post date: [July 13, 2011, 3:14am UTC](https://community.mp3tag.de/t/making-the-title-field-match-the-filename-field/12267/1 "2011-07-13T03:14:45Z")

</div>

First off, killer app. The time and effort that went into building it is phenonimal.

Question:  
Is there an automated method we can use to convert a Filename into a Title?

Here is an example of what I currently see:

Filename: Lykke Li - Melodies and Desires

Title: Melodies and Desires

It would be cool to be able to automatically convert to do this:

Filename:  
Lykke Li - Melodies & Desires

Title:  
Lykke Li - Melodies & Desires

Right now, I have to manually copy, line by line, each Filename over the Title, which I've been doing for about 3 years now every day, just have never figured out an automated method.

Thanks and hopfully this thread helps someone else out also.

---

<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: [July 13, 2011, 3:22am UTC](https://community.mp3tag.de/t/making-the-title-field-match-the-filename-field/12267/2 "2011-07-13T03:22:02Z")

</div>

> [@jayTcold](#):
>
> Filename: Lykke Li - Melodies and Desires  
> Title: Melodies and Desires

Use the converter (Menu) Filename - Tag.  
Enter a mask with variables and string to match the pattern of your filename(s). If your example is correct then I would suggest this mask:  
%artist% - %title%  
This mask would also fill the tag ARTIST and not only TITLE.  
If you only want TITLE then use this mask:  
%dummy% - %title%  
If you want the whole filename as TITLE:  
%title%  
The preview function in that dialogue will guide you.

As your example varies in respect to spelling: "Melodies and Desires" vs. "Melodies & Desires" you would also have to replace the "and" by "&". For this select all files that should get modified and use the action "Replace" from "quick actions" in the toolbar.

---

<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/making-the-title-field-match-the-filename-field/12267/3 "2026-02-09T12:23:12Z")

</div>


