# Translate file extensions to tags?

**URL:** https://community.mp3tag.de/t/translate-file-extensions-to-tags/14350
**Category:** Support
**Created:** [January 15, 2013, 4:27am UTC](https://community.mp3tag.de/t/translate-file-extensions-to-tags/14350 "2013-01-15T04:27:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![bjbp](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/b/ee59a6/32.png) [@bjbp](https://community.mp3tag.de/u/bjbp)
#### Post date: [January 15, 2013, 4:27am UTC](https://community.mp3tag.de/t/translate-file-extensions-to-tags/14350/1 "2013-01-15T04:27:59Z")

</div>

Hi. I have two questions about MP3Tag. I've been using it for a few months now, and I like it a lot, but I have a bit of a problem. You see, I batch downloaded all the MP3's for an extremely long song, and since they are supposed to be wrapped with a program such as MP3Wrap. In order for this to happen, they use the file extensions ".001", ".002", and so on after the .mp3 extension. This is how a file would look:

ALBUMNAME.mp3.001

Sadly, MP3Tag doesn't recognize the files like this, and there are 400 of these files to begin with. I would just use MP3Wrap, but I want the songs as separate tracks. How can I import these files into MP3Tag, and use the file extensions for the track numbers, removing the numbers from the file names afterwards? 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: [January 15, 2013, 6:05am UTC](https://community.mp3tag.de/t/translate-file-extensions-to-tags/14350/2 "2013-01-15T06:05:24Z")

</div>

You could use a DOS command (open a command shell in the folder) and rename the files:

ren _.0_ _._.mp3

This will lead to a filename like this:  
ALBUMNAME.mp3.001.mp3

The command assumes, that you have a leading zero all the time.

---

<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: [January 15, 2013, 6:54am UTC](https://community.mp3tag.de/t/translate-file-extensions-to-tags/14350/3 "2013-01-15T06:54:24Z")

</div>

> [@bjbp](#):
>
> ... I batch downloaded all the MP3's for an extremely long song, and since they are supposed to be wrapped with a program such as MP3Wrap. In order for this to happen, they use the file extensions ".001", ".002", and so on after the .mp3 extension. This is how a file would look: ALBUMNAME.mp3.001  
> Sadly, MP3Tag doesn't recognize the files like this, and there are 400 of these files to begin with.  
> I would just use MP3Wrap, but I want the songs as separate tracks.  
> How can I import these files into MP3Tag, and use the file extensions for the track numbers, removing the numbers from the file names afterwards? Thank you.

> [@](#):
>
> From: [http://mp3wrap.sourceforge.net/](http://mp3wrap.sourceforge.net/)  
> "Mp3Wrap is a command-line utility that wraps quickly two or more mp3 files in one single large playable mp3, without losing filenames and ID3 informations (and without need of decoding/encoding). Also with the possibility of including other non mp3 files, such as PlayLists, info files, cover images, inside the mp3. This means that you obtain a large mp3 that you can split in any moment just using mp3splt and in few seconds you have all original files again!"

> [@](#):
>
> From: [http://mp3splt.sourceforge.net/mp3splt\_page/home.php](http://mp3splt.sourceforge.net/mp3splt_page/home.php)  
> "Mp3Splt-project is a utility to split mp3 and ogg vorbis files selecting a begin and an end time position, without decoding. It's very useful to split large mp3/ogg vorbis to make smaller files or to split entire albums to obtain original tracks. ... You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds. ..."

bjbp, you have to make sure that your "split file library of about 400 files" meets the technical prerequisites of the wrap/split process!  
So you have to be aware, that there might be other files included than only mp3 files.  
And you have to be aware, that the parts might be splitted somewhere in the running of the large file, at points of silence, or at some dedicated amount of frames or such, so that the parts for itself are not playable as an entirely correct formatted mp3 file.  
I suppose that your idea to save the part files as individual mp3 files _will not have a great chance_.

> [@bjbp](#):
>
> ... they are supposed to be wrapped with a program such as MP3Wrap ...

I suspect that it behaves differently.  
I would tend to say your "split file library" is simply a big mp3 file splitted by the **7-zip** archiver application.  
Use the 7-zip File Manager to assemble the parts back into the original file.

Or use something like this on the DOS command line ...  
... to recreate the big mp3 file from the parted files ...

COPY "AlbumName.mp3.???"/B "BigFile.mp3"/B

DD.20130115.0849

---

<div class="post-metadata">

### Author: ![bjbp](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/b/ee59a6/32.png) [@bjbp](https://community.mp3tag.de/u/bjbp)
#### Post date: [January 15, 2013, 6:41pm UTC](https://community.mp3tag.de/t/translate-file-extensions-to-tags/14350/4 "2013-01-15T18:41:17Z")

</div>

> [@ohrenkino](#):
>
> You could use a DOS command (open a command shell in the folder) and rename the files:
> 
> ren _.0_ _._.mp3
> 
> This will lead to a filename like this:  
> ALBUMNAME.mp3.001.mp3
> 
> The command assumes, that you have a leading zero all the time.

Thanks. I'll be sure to try that!

> [@DetlevD](#):
>
> bjbp, you have to make sure that your "split file library of about 400 files" meets the technical prerequisites of the split/wrap process!

Don't worry. I've downloaded from this artist before, and I've always wrapped the tracks without problems.

---

<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: [January 15, 2013, 6:58pm UTC](https://community.mp3tag.de/t/translate-file-extensions-to-tags/14350/5 "2013-01-15T18:58:59Z")

</div>

> [@bjbp](#):
>
> ... Don't worry. I've downloaded from this artist before, and I've always wrapped the tracks without problems.

Do I understand something wrong?  
You are the Wrapper? I suspected you are the Un-Wrapper, will say the Splitter.

I didn't have applied the mp3wrap and mp3splt tools yet.  
I understand the functional description as ...  
... mp3wrap can make a big container file, including text files, image files and so on.  
... mp3splt can split a wrapped container file into its components.

Please explain what part of the process creates the parted files and numbers the files with the running number "\*.mp3.001" and so forth?

DD.20130115.2053.CET

---

<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/translate-file-extensions-to-tags/14350/6 "2026-02-09T12:24:16Z")

</div>


