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

Why does it only work with the 3.21 beta version and not with the regular 3.21?

Since we are in restructuring mode, can I propose ideas "to improve" and perhaps "simplify" usability?

What's your problem with using the Beta version?

I don't understand this. These are improvements made to both the scripts and program. The Beta will become an official release at some point and these scripts will still work with any future releases.

4 Likes

With a handy option in the code :wink:

3 Likes

3.21b
I get this error on windows 7
20.07 - 16-09_eK
It can be fixed? Or is it related to the renewal of certificates on the beatport servers?

This is most likely due to SSL issues of Windows 7, which is no more supported by Microsoft since Jan 14 2020!
Upgrading to a supported OS is strongly recommended, not only because the script isn't working.

2 Likes

Windows 7. You're very brave. Surely you're slightly worried that this is now a defunct OS with zero security patches? Don't want this to get off-topic but I can't test the scripts for this OS and probably won't be, sorry.

2 Likes

You would be stunned at the amount of Windows 7 machines still in the wild - A bit strange, but some business software from back in the day still needs it to function. The smart ones are behind good firewalls and have good AV installed... . :joy:

X-tropic - You can get the final bundle of certificate updates here for Windows 7 Maybe it will help...

An automatic updater of untrusted certificates is available for Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2 - Microsoft Support.

Then again this is probably old too so no promises! :joy::pray:

1 Like

I know that a lot of corporations are still running Windows 7 (or older) for sometimes legitimate reasons. This is especially true for systems running industrial applications that are isolated or air-gapped, but for consumers, they should no longer be running Windows 7.
Oh and "'Smart Ones' still running Windows 7", is an oxymoron! :rofl:

1 Like

Thanks for sharing the new version.
Can someone help me how to get rid of the [catalogue number] that is in the field "ALBUM" (i.e. Moomba [FM480] >>> Moomba )
and also, how can i add a zero on the "TRACK" field ( i.e. track 1 >>> track 01 )

Thanks in advance

Guys, a handy tip for when you're in the tag adjust info panel you can disable and enable writing to tags with keyboard shortcuts.

I'll add this to the starting post.

On Mac, I dunno if these are available.

Ctrl + A Select all
Ctrl + Shift + A Invert selection
Space Enable / Disable selected items
Ctrl + E Enable all
Ctrl + D Disable all
1 Like
Set "OPTION:TRACK_ADD_PADDING" "Add # at the start of this line to turn off this option"

Not:

# Set "OPTION:TRACK_ADD_PADDING" "Add # at the start of this line to turn off this option"

And the very bottom of scripts delete this or comment out:

# ALBUM [CATOLOG #]
OutputTo "ALBUM"
Say " ["
SayOutput "CATALOG #"
Say "]"

Read through the scripts. There are lots of headers to show examples, this like this one:

# #:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
# #                            .:: T A G    C U S T O M I Z A T I O N ::.                                   #
# # • You can add your own web source scripting here                                                        #
# # • ONLY disable the ALBUM [CATALOG #] here                                                               #
# # • Disable the other fields in the .:: R E M O V E    F I E L D S ::. section below                      #
# # • To disable place a "#" in front of each line of code between the headings. e.g.                       #
# # ALBUM [CATALOG #]                                                                                       #
#   # OutputTo "ALBUM"                                                                                      #
#   # Say " ["                                                                                              #
#   # SayOutput "CATALOG #"                                                                                 #
#   # Say "]"                                                                                               #
#   # COMMENT                                                                                               #
# #:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#

Thanks Steve!
all is workin now!

Sorry for bothering again...
but isnt showing the full name of the track on the "TITLE" field (i.e. Moomba >> Moomba (Original Mix)
How to fix this?

url of the release: https://www.beatport.com/release/moomba/4155756

You were very close in the code when you changed the other.

RegexpReplace "\(*Original Mix\)*" ""           # Replace "" to your liking, block this with # to keep the original setting

Add # to the beginning of this line.

I used to have this as (OM) but generally if it's anything other than an original it'll have the remixer at the end so I disabled it by default.

1 Like

Perfect!
Thanks for takin your time to help me on this Steve. u rock! :hugs:

1 Like

Guys, can you show some support for this suggestion to have an external JSON file read by Mp3tag to display a settings dialog to allow users to change preferences via a UI and not have to delve into the code?

I don't mind answering support questions but a lot of them have been answered multiple times.

The benefit of this, is that these settings can be brought forward with any future upgrades or bug fixes, provided I don't change a JSON object name :innocent:

4 Likes

x64 beta version does not see the scripts. x64 version is installed to x86 folder so it can't be x64...?

Works here (Check your installation)

image

1 Like

Looks like you have recently updated from 32 to 64-bit. Did you follow these update notes for this?