# Playlist Interpret

**URL:** https://community.mp3tag.de/t/playlist-interpret/53236
**Category:** Allgemein
**Created:** [May 16, 2021, 9:48am UTC](https://community.mp3tag.de/t/playlist-interpret/53236 "2021-05-16T09:48:11Z")
**Posts on this page:** 1
**Showing post:** 21

<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: [March 13, 2022, 10:48am UTC](https://community.mp3tag.de/t/playlist-interpret/53236/21 "2022-03-13T10:48:27Z")

</div>

> [@Klaus20](#):
>
> $filename(splitter.bat,utf-8)$loop(%artist%)echo #EXTM3U \>\> "V:\Musik\Angie Artist\Angie Genre - %genre%.m3u8"

Wenn du nach GENRE sortieren möchtest, brauchst du wenigstens eine $loop(%genre%) Anweisung (und das zugehörige $loopend())  
du könntest jetzt in einem bestehenden $loop() das angegebene Feld durch %genre% ersetzen oder  
noch ein $loop() hinzufügen:  
`$filename(splitter.bat,utf-8)$loop(%genre%)$loop(%artist%)echo #EXTM3U >> "V:\Musik\Angie Artist\Angie Genre - %genre%.m3u8"`

> [@Klaus20](#):
>
> $loopend()$loopend()$loopend()

müsste werden zu  
`$loopend()$loopend()$loopend()$loopend()`

---

_[View the full topic](https://community.mp3tag.de/t/playlist-interpret/53236)._
