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

If you want TRACK to be 01, 02, 03 etc

See code after # TOTALTRACKS (Delete the lines that are strikedthrough) # TOTALTRACKS
  outputto "totaltracks"
  sayregexp "(\d+)$"

# TRACK / TOTALTRACKS

  outputto "beatport stevehero track / totaltracks temp"
  sayuntil "|"
  say "/"
      sayregexp "(\d+)$"
  if "|"
       do
           say "|"
           movechar 1
           sayuntil "|"
           say "/"
           sayregexp "(\d+)$"
       while "|"
  endif
  unspace
      sayregexp "(\d+)$"
      say "|"</strike>

TRACK

outputto "beatport stevehero track temp"
sayrest
say "|"

TRACK FIX: TRACK

  outputto "Title"
  sayoutput "Tracks"
  outputto "Track"
  sayoutput "beatport stevehero track temp"
  set "beatport stevehero track temp"<!--fontc--></span><!--/fontc--><!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
If you want to remove the
TOTALTRACKS output simply block out the lines here like: # TOTALTRACKS
# outputto "totaltracks"
# sayregexp "(\d+)$"<!--fontc--></span><!--/fontc-->