Wasn't in the replaces from day one.
Could someone post the camelot wheel equivalent of:
G♭min
AFAIK it's:
1A
Wasn't in the replaces from day one.
Could someone post the camelot wheel equivalent of:
G♭min
AFAIK it's:
1A
Hi @stevehero your script often drops a "the" in an artist's name, e.g. "Esthetique" becomes Esetique, resulting in a release not to be found. I could not find any indication in your script to fix that. I am guessing it is somewhere in the [Searchby] line.
Thx for your help.
Until I upload a fix.
In the artist search scripts, search for :
(?i)the
and replace with :
(?i)\bthe\b
Great script, Stevie.
Couple of quick queries if you or anyone would kindly help please?
Year field: just want this in the format, 'YYYY', without affecting RELEASTIME. I tried tweaking, but then I don't get any values in said field?
I've made all the tweaks to the 'artist' script, how can you use the same settings etc. for the others?
Today I tried v4.4 for few files at the first time and script for release ID doesnt work.
It's possible that release is no longer available. Try others and if they work this is the case. This is quite normal for this to happen.
I tried 3 releases more. There are available on BP, but result is the same.
However, v4.2 I use works perfectly.
Thank U Stevie, I will try to solve the problem with v4.4 release ID. Other v4.4 scripts are great and they works.
I don't have a pc currently so you can open the two script files and compare them with Microsoft word or sublime text with plugin to see the difference between them. I don't think there should be much. Thanks.
Solved!
I replaced row [SearchBy]
https://www.beatport.com/release/-/%beatport_release_id%
with:
http://classic.beatport.com/release/-/%beatport_release_id%
Now v4.4 release ID works for me.
Hi Steve,
Since Beatport Pro is EOL, I ended up here and what a wonderful job you did with the scripts!
There's only 1 thing that I doesn't get to work and that's the INITIALKEY field. All other fields are automatically filled with the required info, only the key remains empty. What am I missing here?
Cheers, DepGlobe
Tag is disabled. RTFM.
see first post for instruction.
Thanks.
Found it Steve! Thank you!
Is there any way to batch-tag many songs at once? Or something semi-automatic like this:
There's no automation with scripts.
5 posts were split to a new topic: Confirmation to keep existing covers at Tag Sources
Couple of quick queries if you or anyone would kindly help please?
Year field: just want this in the format, 'YYYY', without affecting RELEASTIME. I tried tweaking, but then I don't get any values in said field?
I've made all the tweaks to the 'artist' script - have it working well, how can you use the same settings etc. for the others - can you duplicate them across somehow?
Also, something stange must be going on at beatport earlier. Title of tracks was appearing in Comments field, even though comments field set to disable in the script. And track number was appearing in the Title field?
@waterfall
Year field: In the script you have to find "Year Options". Try to delete "#" at the start of the 3rd row for activating YYYY format.
For best results, try BP script v4.4.
Thanks
- did try this but it's then altering the value of "releasetime"?
I'm using the latest version of the scripts 
Maybe I misspoke, but I meant not to add a MIXARTIST in the field of ALBUMARTIST, but was present in the tags separately
Example as is : Track
ALBUMARTIST : Tiff Lacey, Chris Reece, Alexander Popov, Feel, Incognet, Happy Paul, Jeysound
ARTIST : Tiff Lacey, Alexander Popov, Feel
MIXARTIST : Chris Reece
as I would have liked: Track
ALBUMARTIST : Tiff Lacey, Alexander Popov, Feel
ARTIST : Tiff Lacey, Alexander Popov, Feel
MIXARTIST : Chris Reece
Maybe that's the way it's gonna work?