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

Yes, it's there as I've said.

Oh got ya, it's under publisher... My bad

Anyway to copy this into Label field and grouping for the apple Music app

NVM I found how to do it with quick actions!

Thanks for your help and quick replies... Awesome work with the beatport source tagger

Below this section:

# #:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
# #                            .:: T A G    C U S T O M I Z A T I O N ::.                                   #
# # • Add your own web source scripting here                                                                #
# # • ALBUM [CATALOG #] is part of the external setting file, DO NOT EDIT THIS!                             #
# # • To disable place a "#" in front of each line of code between the headings. e.g.                       #
# # OutputTo "ALBUMARTIST"                                                                                  #
# # SayOutput "ARTIST"                                                                                      #
# #:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#

Add this to all the beatport .inc files:

OutputTo "Label"
SayOutput "Publisher"

OutputTo"Label"
SayOutput "Publisher"

This is great, got it working on all of them!

Another question about Catalog #

Screenshot 2024-03-10 at 8.04.00 p.m.

Get's converted into

Screenshot 2024-03-10 at 8.04.39 p.m.

I tried to change this to keep the original value like on the post above but I read on the .inc file to not modify that

• ALBUM [CATALOG #] is part of the external setting file, DO NOT EDIT THIS!

Is there any work around?

Really appreciate you taking your time to help!

thank you for sharing

1 Like

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"

Thanks for the reply...

Got the first part like this
Screenshot 2024-03-14 at 9.52.00 p.m.

Then
Screenshot 2024-03-14 at 9.52.50 p.m.

But still get the BP Track ID on the catalog
Screenshot 2024-03-14 at 9.53.58 p.m.

Read the last bit of my last post. To disable a line you must put a # before each line.

You couldn't create a list with pre-set presets (so you don't have to check each box), I create 1 preset with all the meta tags, 1 preset with cover only, 1 preset with genre only...
Now I have to check the things to exclude every time.strong text

This is a question for @Florian. This is a feature request for mp3tag.

IMPORTANT

Do not download this until you update. You need to update to Mp3tag v3.26 for this to work.

Mac is not affected by this as this feature was added in v1.5.0.


UPDATE HISTORY


v6.006 2024.05.24

  • ADDED: Added support for cover thumbnails in list of Tag Sources query results. v3.26 of Mp3tag is required for PC.

    2024.05.24 (22-12-01)


See starting post.


1 Like

I am honored that you took my idea into consideration (that of displaying the Cover).

Can I ask for another feature? The possibility of being able to decide the sequence of columns.
Personally I would prefer to see as first columns: Cover, Artist, Title, Duration, Genre, ....... and then everything else (additional information,)

If possible (having a 4k monitor) you can enlarge the font...

I cannot do that from the scripts.

I just though of this last night when I was updating the scripts. It would be nice to be able to set which order the columns were and which ones to display with some sort of setting file (with UI), like the settings for the scripts themselves that was introduced.

Considering that in this panel it is possible to decide via check which data to write in the mp3 metadata once downloaded from beatport, couldn't we integrate a shortcut panel where presets can be saved? Es. with check (Cover only; bpm only, title and author only, etc.) depending on the user's needs. This would eliminate the many files es: Beatport by &stevehero v6#ARTW&ORK Search by (Album)Artist + Release.src (for the cover only, etc.)

@Nicky_G, your asking me questions that only, @Florian can answer. My scripts use the functionality of Mp3tag. They cannot add features to it.

I've created a new thread for the settings for the columns here. Settings to set the columns and order in the list of Tag Sources query results

You can open a new thread for the last suggestion if you would like which isn't a bad suggestion also.

ok @stevehero thanks <3

1 Like

I am just here to say a big thanks to @stevehero for doing this and keeping it going for 13 (!) years. You're a legend.

3 Likes

Thank you. It was my first delv in programming. But where have them years gone! :flushed:

2 Likes

Hey @stevehero, appreciate your hard work on these scripts. I have been using them for years.

I have a question about Genre tags, and wondering if it's something that can be fixed or being pointed in the right direction to make the edits myself.

Example track - John Askew - Push It (Extended Mix) [Black Hole Recordings] | Music & Downloads on Beatport

As you can see the Genre tag has multiple listed on the website: [Trance (Main Floor) | Tech Trance], but using the script it only pulls the first genre.

Is there a way to pull all of the genre tags that are listed for a given track? I've been manually adding the additions.

Thanks again for all you do!