Beatport scraper (stevehero v6) - scraping the Catalog number

Good morning all,

Just after guidance of how I can scrape the "Catalog #" from Beatport using stevehero's Beatport script.

In the example attached, I am looking to grab "FLMBD019".

Cheers!

Could you please tell us the direct link to your used WSS "Beatport scraper (stevehero v6.007)" script?

Thank you for your reply.

Have just found and tested the answer that was found in the stevehero Beatport megathread

** Edit this (Only needs doing in the two TRACK .inc scripts):

OutputTo "BPM"
json_select "bpm"
SayRest

to this:

OutputTo "BPM"
json_select "bpm"
SayRest

OutputTo "CATALOG #"
json_select "catalog_number"
SayRest

Then at the bottom comment # out these lines to look like this:

# CATALOG #
# OutputTo "CATALOG #"
# Say "BP SINGLE TRACK #"
# SayOutput "BEATPORT_TRACK_ID"
```**

Works like charm!