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 #
# #:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
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
I've got a question as well. Would it be possible to get a Track Direct with the ISRC code?
Do we need to search for it first? ISRC searches directly come up with the track in question so it would be amazing if we can skip the search window and go straight to the tagging with that.
how to set the full name of the album in the search by a TRACK Search by Fi&Lename.src?
Now in ALBUM field I get track name only. (or with BEATPORT_TRACK_ID if i set)
For example: Words
But original album name: Words (remixes)
How to remove remixers from the artist field.
I would like to leave only the main artist in the artist field.
If i search with RELEASE Search by &Filename.src and I don't have all the tracks from the compilation or album, it only shows the number of tracks I have and it's not possible to change the order of the tracks in pop-up window. Is this a bug?
In lieu of this new core functionality Steve, you could put all of the USER OPTIONS into a separate dedicated .inc file, so that there is a single location to manage them, and also reduce the likelihood that someone will accidentally break a main script.