# Export Tag Listing Followed By File Listing

**URL:** https://community.mp3tag.de/t/export-tag-listing-followed-by-file-listing/15156
**Category:** Export
**Created:** [November 2, 2013, 2:51am UTC](https://community.mp3tag.de/t/export-tag-listing-followed-by-file-listing/15156 "2013-11-02T02:51:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tuckerman](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/t/46a35a/32.png) [@tuckerman](https://community.mp3tag.de/u/tuckerman)
#### Post date: [November 2, 2013, 2:51am UTC](https://community.mp3tag.de/t/export-tag-listing-followed-by-file-listing/15156/1 "2013-11-02T02:51:02Z")

</div>

Hello,

```
          The stock txt_Taglst does the first part perfect and I jus want to list in the same file the actual file paths. A carriage return between the track listing and the file listing would be handy.

```

Any help would be appreciated

thanks

😃

---

<div class="post-metadata">

### Author: ![tuckerman](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/t/46a35a/32.png) [@tuckerman](https://community.mp3tag.de/u/tuckerman)
#### Post date: [November 10, 2013, 10:01pm UTC](https://community.mp3tag.de/t/export-tag-listing-followed-by-file-listing/15156/2 "2013-11-10T22:01:34Z")

</div>

_BUMP_

---

<div class="post-metadata">

### Author: ![tuckerman](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/t/46a35a/32.png) [@tuckerman](https://community.mp3tag.de/u/tuckerman)
#### Post date: [November 10, 2013, 11:08pm UTC](https://community.mp3tag.de/t/export-tag-listing-followed-by-file-listing/15156/3 "2013-11-10T23:08:54Z")

</div>

Managed to answer my own question ![:w00t:](https://community.mp3tag.de/uploads/default/original/1X/cb01eca72fe9339ff6f3ec9f1e3c5fe002be0f0a.gif ":w00t:")

Just made an export format with the following as the content;

$filename(txt,utf-8)  
Tag Listing  
$loop(%\_path%)%artist% - %album% - %title% - %track% - %year% - %genre% - %comment%  
$loopend()

Filename Listing  
$loop(%\_path%)%\_filename\_rel%  
$loopend()
