I don't speak German but translate this.
Go to the install directory of your mp3tag and place the files here.
..\Mp3tag\data\sources
I don't speak German but translate this.
Go to the install directory of your mp3tag and place the files here.
..\Mp3tag\data\sources
Usually you get to the following directory when you type %AppData% in the address bar of Windows Explorer:
C:\Users\YOURUSERNAME\AppData\Roaming
There you should find the subfolder
\Mp3tag\data\sources
GERMAN:
Normalerweise gelangst du zu folgendem Verzeichnis, wenn du %AppData% in die Adressleiste von Windows Explorer eingibst:
C:\Benutzer\DEINBENUTZERNAME\AppData\Roaming\
Der relevante Unterordner:
\Mp3tag\data\sources
Hi I just wanted to say thanks, I find it extremelly useful.
I'm having a problem with the year and date of some releases, they are not being correctly retrieved from beatport. For example Beatport Release ID 2658839.
Thanks for letting me know. It appears that there's a key new_release_date
which is the correct one it seems resulting in the date 2019-08-09.
Is this what you mean?
Can you locally test this for me by editing all the Beatport by &stevehero v6*.inc
files and replacing publish_date
with new_release_date
to see if that solves the issue.
If so, I'll update the scripts.
Welcome to the forum!
Hi! Yes that's what I meant, thanks! Replacing those lines fixed the actual date stored in the ID3 tag, but the date is still different in the intermediate window where all the releases matching the search terms are shown.
Based on your comment, I also tried to change the lines
json_select "new_release_date" # RELEASED
#RegexpReplace "T\d+:\d+:\d+" ""
SayRest
Say "|"
But I only got a blank column.
Leave that section in the [ParserScriptIndex]=...
alone.
Keep this as it was:
json_select "release_date" # RELEASED
RegexpReplace "T\d+:\d+:\d+" ""
SayRest
Say "|"
Only touch the code below the [ParserScriptAlbum]=...
line.
If you can test this for a while and get back to me. I'll update the scripts then. Thanks for reporting.
Hi!
Thank you stevehero, your work is really appreciated.
When I use the actual "RELEASE Search by (Album)Artist + Release" I never get the Artwork. I always have to do a second search for the Artwork. In a previous version this has been different.
Does this problem also occurs to other uses or did I do something wrong?