# \[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:** 201

<div class="post-metadata">

### Author: ![stevehero](https://community.mp3tag.de/user_avatar/community.mp3tag.de/stevehero/32/337_2.png) [@stevehero](https://community.mp3tag.de/u/stevehero)
#### Post date: [January 23, 2014, 10:17am UTC](https://community.mp3tag.de/t/ws-beatport-com-by-stevehero-release-single-track-artwork-tagging/12568/201 "2014-01-23T10:17:32Z")

</div>

> [@skrippi](#):
>
> outputto "ARTIST" # ARTIST
> 
> ```
> sayregexp "(?<=,\"artistName\":\")[^\"]+" ", " "<<endTrack>>"
> say ", "
> sayregexp "(?<=,\"remixerName\":\")[^\"]+" ", " "<<endTrack>>"
> 
> say "|"
> 
> ```

It's as simple as:🙂

```
outputto "ARTIST" # ARTIST & MIXARTIST
replace "remixerName" "artistName"
sayregexp "(?<=,\"artistName\":\")[^\"]+" ", " "<<endTrack>>"
say "|"

```

---

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