# export multi filenames to .txt format

**URL:** https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282
**Category:** Support
**Created:** [December 12, 2010, 11:39pm UTC](https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282 "2010-12-12T23:39:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![dj\_8adam-e\_33](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/57b2e6/32.png) [@dj\_8adam-e\_33](https://community.mp3tag.de/u/dj_8adam-e_33)
#### Post date: [December 12, 2010, 11:39pm UTC](https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282/1 "2010-12-12T23:39:17Z")

</div>

hello my question is how to export multi filenames to .txt format

thanks

---

<div class="post-metadata">

### Author: ![dj\_8adam-e\_33](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/57b2e6/32.png) [@dj\_8adam-e\_33](https://community.mp3tag.de/u/dj_8adam-e_33)
#### Post date: [December 13, 2010, 2:03pm UTC](https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282/2 "2010-12-13T14:03:25Z")

</div>

nobody????? ![:unsure:](https://community.mp3tag.de/uploads/default/original/1X/cfaeba84fe6704387c5b34dfdd8172bd51b6f533.gif ":unsure:")

---

<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: [December 13, 2010, 3:33pm UTC](https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282/3 "2010-12-13T15:33:31Z")

</div>

> [@dj 8adam-e!](#):
>
> ... how to export multi filenames to .txt format. ...

Please rephrase what you want to do.  
What application do you want to use to fulfill the task?

DD.20101213.1734.CET

---

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [December 13, 2010, 4:31pm UTC](https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282/4 "2010-12-13T16:31:29Z")

</div>

simple filelist:

```
$filename(txt,utf-8)
$loop(%_folderpath%)%_filename_ext%
$loopend()

```

filelist with path:

```
$filename(txt,utf-8)
$loop(%_folderpath%)%_path%
$loopend()

```

more help & placeholders for mp3tag export:  
[https://docs.mp3tag.de/export](https://docs.mp3tag.de/export)

filelist for all kind of files:  
[http://www.karenware.com/powertools/ptdirprn.asp](http://www.karenware.com/powertools/ptdirprn.asp)

---

<div class="post-metadata">

### Author: ![dj\_8adam-e\_33](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/57b2e6/32.png) [@dj\_8adam-e\_33](https://community.mp3tag.de/u/dj_8adam-e_33)
#### Post date: [December 13, 2010, 10:31pm UTC](https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282/5 "2010-12-13T22:31:40Z")

</div>

QUOTE (pone @ Dec 13 2010, 19:31) \<{POST\_SNAPBACK}\>

simple filelist:

```
$filename(txt,utf-8)
$loop(%_folderpath%)%_filename_ext%
$loopend()

```

filelist with path:

```
$filename(txt,utf-8)
$loop(%_folderpath%)%_path%
$loopend()

```

more help & placeholders for mp3tag export:  
[https://docs.mp3tag.de/export](https://docs.mp3tag.de/export)

filelist for all kind of files:  
[http://www.karenware.com/powertools/ptdirprn.asp](http://www.karenware.com/powertools/ptdirprn.asp)

  
thank you very very much!

---

<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:22pm UTC](https://community.mp3tag.de/t/export-multi-filenames-to-txt-format/11282/6 "2026-02-09T12:22:45Z")

</div>


