If you do not know, how to write the proper code in the websource script, ...
then you can code it afterwards into a Mp3tag action.
Action: Format value
Field: ARTIST
Formatstring: %ARTIST%$if2(', '%MIXARTIST%,)
... or ...
Formatstring: %ARTIST%[', '%MIXARTIST%]
... or ...
Formatstring: $trimRight(%ARTIST%,',')
Thank you for that amazing tool! i was searching for something like this but i didn't till yesterday.
lol probably i used wrong keywords.
Used the latest version and i have a problem at Genres. I see House Deep instead of Deep House, could you please help me how to fix it? its not a big deal to do this manually but it will be better to fill it automatically.
Another think i would like to avoid is the big Album name like [BP SINGLE TRACK #5891105]
thank you!
I use your web script quite often as it is very handy..
I would just need to make the parsing of the genre tag conditional.
I would like to parse genre from your wonderful web script only conditionally to the genre tag in
the following way:
If the genre tag exists already and starts with "H_" (that is capital H followed by space
here the underscore represents the space) do not parse the genre from Beatport.
Parse the genre only if the genre tag is empty or when it does not follow the above "H_" format,
in otherwords overwrite the current tag
I believe that this can be done with checking through regex: H\s+(.+) and the $if scripting
command, but I do not know how put set it up together and how to incorporate it into your web script?
You can copy an existing genre value into a helper tag-field, then apply the WS script, ....
afterwards do the comparison between the GENRE tag-field and the helper tag-field, ...
and do what you want to do.
well i'd like to say a big thank you for creating and updating this script, i speak for myself and i'm sure of many others who are silent users of this script but appreciate it immensely, if i had to manually locate and add tags and pictures of each and every track i own i would of gave up long ago.
keep up the amazing work stevehero much appreciated!
I do have a problem with editing the script tho, even when I remove the # from set "TRACK" the track field still populates? scratching my head trying to figure it out all the other fields that I have omitted are working no problem
stevehero
Cant msg you in PM, so will ask you in this topic. For example, i have about 200 tracks, they have only Artist and Title tags. When I select them, and choise Release search by Artist + Title, script search only for the first track in list. How to run this for all tracks?
Just need to find tags and covers for all tracks, but atm its not possible. Script ask me to do this things for each track Can you help me with this problem?