# \[WS\] Beatport.com by stevehero \[Release, Single Track & Artwork tagging\]

**URL:** https://community.mp3tag.de/t/ws-beatport-com-by-stevehero-release-single-track-artwork-tagging/12568
**Category:** Web Sources Scripts
**Created:** [October 4, 2011, 9:07pm UTC](https://community.mp3tag.de/t/ws-beatport-com-by-stevehero-release-single-track-artwork-tagging/12568 "2011-10-04T21:07:57Z")
**Posts on this page:** 1
**Showing post:** 88

<div class="post-metadata">

### Author: ![skrippi](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/46a35a/32.png) [@skrippi](https://community.mp3tag.de/u/skrippi)
#### Post date: [March 19, 2013, 11:53pm UTC](https://community.mp3tag.de/t/ws-beatport-com-by-stevehero-release-single-track-artwork-tagging/12568/88 "2013-03-19T23:53:15Z")

</div>

Hey,

i have customized my "Beatport by &stevehero#RELEASE Direct by &BEATPORT\_RELEASE\_ID.src" very nice, but there's something I'm not able to code:

The artist hast to be "artist, mixartist" but I'm not able to code this section. For now it looks like that:

```
outputto "Artist"
            sayregexp "(?<=<Artist>)[^<]+" ", " "</track>"
            say ", "
            sayregexp "(?<=<Remixer>)[^<]+" ", " "</track>"

```

This works fine, BUT if there's no mixartist (f.e. "Original Mix") then there is always this comma after the artist.

Can someone help me?!

Greez, skrippi

PS:  
For the "Beatport by &stevehero#SINGLE TRACK Direct by BEATPORT\_TRACK\_ID.src" it works very fine if I only add this to section "costumization starts":

```
# ARTIST
    outputto "artist"
    say ", "
    sayoutput "Mixartist"

```

But here is the same problem with the comma, if there's no Mixartist...

EDIT:  
Maybe something like this:  
sayregexp "(?\<=[]|[])[^\<]+" ", " ""

But this only works a half too...

---

_[View the full topic](https://community.mp3tag.de/t/ws-beatport-com-by-stevehero-release-single-track-artwork-tagging/12568)._
