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

Release & Artwork scripts are done. Now onto the SINGLE TRACK scripts.

I was testing a few of the builds @Florian PM'd me with some new really cool new functions and bug fixes.

The List of search results will look a little something like this:

Thanks very much @P.unkt :beer:


I've also tried to simplify the options of the scripts for anyone that may have found the others less user-friendly.

If you read through this you'll get an idea of what to do:

#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
#                                      .:: U S E R   O P T I O N S ::.                                    #
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#

RegexpReplace "\(*Original Mix\)*" ""           # Replace "" to your liking, block this with # to keep the original setting
RegexpReplace "(?i)\s+f(ea)?t\.*\s+" " feat. "  # 'ft. => feat.' 'Ft. => feat.' 'Feat. => feat.'

# Leave only one of these lines below uncommented with no # preceding the line for each option (e.g. DATE & YEAR)

# DATE OPTIONS (Defaults to YYYY-MM-DD, so leave this commented out for this output)
# Set "OPTION:DATE_in_DDMM_format" "Add # at start of this line to turn off this option"
# Set "OPTION:DATE_in_MMDD_format" "Add # at start of this line to turn off this option"

# GENRE RENAME OPTION ('Progressive House' => 'House Progressive', 'Electro House' => 'House Electro', etc.)
Set "OPTION:GENRE_RENAME" "Add # at start of this line to turn off this option"

# INITIALKEY PADDING OPTION (8A => 08A, 7B => 07B, etc.)
Set "OPTION:INITIALKEY_ADD_PADDING" "Add # at start of this line to turn off this option"

# TOTALTRACKS PADDING OPTION (Defaults to no padding, so leave this commented out for this output)
Set "OPTION:TOTALTRACKS_ADD_PADDING" "Add # at start of this line to turn off this option"

# TRACK PADDING OPTION (Defaults to no padding, so leave this commented out for this output)
Set "OPTION:TRACK_ADD_PADDING" "Add # at start of this line to turn off this option"

# TRACK/TOTALTRACKS OPTION (Append TOTALTRACKS to TRACK. e.g. 1/10, 2/10, 3/10 etc., so leave this commented out for this output)
Set "OPTION:TRACK_TOTALTRACKS_APPEND" "Add # at start of this line to turn off this option"

# YEAR OPTIONS (Defaults to YYYY-MM-DD, so leave these below commented out for this output)
# Set "OPTION:YEAR_in_DD-MM-YYYY_format" "Add # at start of this line to turn off this option"
# Set "OPTION:YEAR_in_YYYY_format" "Add # at start of this line to turn off this option"
7 Likes