# Update Delete My Export File!

**URL:** https://community.mp3tag.de/t/update-delete-my-export-file/12961
**Category:** Export
**Created:** [January 19, 2012, 2:11am UTC](https://community.mp3tag.de/t/update-delete-my-export-file/12961 "2012-01-19T02:11:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Punko](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/8797f3/32.png) [@Punko](https://community.mp3tag.de/u/Punko)
#### Post date: [January 19, 2012, 2:11am UTC](https://community.mp3tag.de/t/update-delete-my-export-file/12961/1 "2012-01-19T02:11:36Z")

</div>

Hi Mates!

Today i update my Mp3tag to v2.49b, and now i dont have my export files.  
i dont remember how to make it works again, coz i copy-paste some lines that i got from the forum...

so, can you plz help to figure out this:

```
ARTISTA........: Anthrax
ALBUM..........: Capitalism Is Cannibalism
PAIS...........: UK

AÑO............: 1982
GENERO.........: Rock

CODEC..........: MPEG 1 Layer III
CALIDAD........: CBR 192 kBit/s
CHANNELS.......: 44100 kHz Stereo
TAMAÑO.........: 11,50 MB

PISTAS.......: 4
DURACION.....: 00:07:41

Nº TITULO TIEMPO
-- --------------------------------------------------------------------------------- ------
01 Capitalism Is Cannibalism ....................................................... 02:04
02 Violence Is Violence ............................................................ 02:18
03 Prime To Pension ................................................................ 01:54
04 All Things Bright And Beautiful ................................................. 01:25
-- --------------------------------------------------------------------------------- ------

```

thx!

---

<div class="post-metadata">

### Author: ![foo\_peter](https://community.mp3tag.de/user_avatar/community.mp3tag.de/foo_peter/32/156_2.png) [@foo\_peter](https://community.mp3tag.de/u/foo_peter)
#### Post date: [January 19, 2012, 3:13am UTC](https://community.mp3tag.de/t/update-delete-my-export-file/12961/2 "2012-01-19T03:13:16Z")

</div>

this is adapted, is simply...

```
$filename(%_folderpath%%album%.txt,ansi)
        _________________________________________________________________
         
	ARTIST.......: %artist%
	ALBUM........: %album%
	YEAR.........: %year%
	GENRE........: %genre%
	CODEC........: %_codec%
	QUALITY......: %_vbr% %_bitrate% kBit/s
	CHANNELS.....: %_samplerate% kHz %_mode%
	TAGS.........: %_tag%
	SIZE.........: %_total_size%
	MORE IFO.....: %comment%
	TRACKS.......: %_total_files%
	PLAYTIME.....: %_total_time%

    Nº TITLE TIME
    -- --------------------------------------------------------------------------- -----
    $loop(%track%,2;%_filename_ext%)$num(%track%,2). %artist% - %title% $repeat(.,$sub(72,$len(%artist%-%title%))) [$replace(%_length%,,)]
    $loopend()-- --------------------------------------------------------------------------- -----

	made on %_date% with %_app% - the universal Tag Editor "http://www.mp3tag.de"
```

---

<div class="post-metadata">

### Author: ![Punko](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/8797f3/32.png) [@Punko](https://community.mp3tag.de/u/Punko)
#### Post date: [January 19, 2012, 5:29am UTC](https://community.mp3tag.de/t/update-delete-my-export-file/12961/3 "2012-01-19T05:29:30Z")

</div>

Thank Very Much!  
i made a little change... i need it this way...

```
$filename(INFO+Tracklist.txt,ansi)--------------------------------
        INFO + TRACKLIST  
--------------------------------
ARTISTA........: %artist%
ALBUM..........: %album%
PAIS...........:

AÑO............: %year%
GENERO.........: %genre%

CODEC..........: %_codec%
BITRATE........: %_vbr% %_bitrate% kBit/s
CHANNELS.......: %_samplerate% kHz %_mode%
TAMAÑO.........: %_total_size%

PISTAS.......: %_total_files%
DURACION.....: %_total_time%

Nº TITULO TIEMPO
-- ------------------------------------------------------------------------- ------
$loop(%track%,2;%_filename_ext%)$num(%track%,2). %title% $repeat(.,$sub(72,$len(%title%))) [$replace(%_length%,,)]
$loopend()-- ------------------------------------------------------------------------- ------
__________________________________________________________________

made on %_date% with %_app% - the universal Tag Editor "http://www.mp3tag.de"
```

---

<div class="post-metadata">

### Author: ![Punko](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/8797f3/32.png) [@Punko](https://community.mp3tag.de/u/Punko)
#### Post date: [January 19, 2012, 5:54am UTC](https://community.mp3tag.de/t/update-delete-my-export-file/12961/4 "2012-01-19T05:54:36Z")

</div>

## btw, there an entry for the Country? for example to put the discogs country...

**resolved!**

i add a **new field** on **tools/options/tag panel**.

**field: DISCOGS\_COUNTRY**  
name: Country

and works perfect!
