![]() ![]() |
Jul 25 2011, 13:18
Post
#1
|
|
|
Member Group: Full Members Posts: 6 Joined: 22-July 11 Member No.: 14923 Mp3tag Version: v2.49 |
Web Script for Mp3tag to tag MP3s with data from Beatport.
http://code.google.com/p/beatport-script-f.../downloads/list If you have any feedback shoot it through, I'm happy to update the script. |
|
|
|
Jul 27 2011, 10:04
Post
#2
|
|
|
Member Group: Members Posts: 3 Joined: 24-March 09 Member No.: 9298 Mp3tag Version: 2.42 |
Thanks - planned to do one on my own. Will have a look and give you feedback!
|
|
|
|
Jul 30 2011, 11:15
Post
#3
|
|
|
Member Group: Full Members Posts: 10 Joined: 22-November 10 Member No.: 13266 Mp3tag Version: 2.47a |
thanks! Will try it.
|
|
|
|
Jul 30 2011, 11:43
Post
#4
|
|
|
Member Group: Full Members Posts: 10 Joined: 22-November 10 Member No.: 13266 Mp3tag Version: 2.47a |
Have tried it and it works great!!
I'll use this script as default for my albums. If i find something i'll let you know. Great work mate |
|
|
|
Aug 20 2011, 20:36
Post
#5
|
|
|
Member Group: Members Posts: 1 Joined: 20-August 11 Member No.: 15099 Mp3tag Version: 2.49 |
Ok, I am sure this is a lame question. But just in few words, how do I install it?
|
|
|
|
Aug 20 2011, 20:49
Post
#6
|
|
![]() Member Group: Full Members Posts: 3228 Joined: 9-December 09 From: Norddeutschland / Northern Germany Member No.: 11458 Mp3tag Version: 2.55a |
Ok, I am sure this is a lame question. But just in few words, how do I install it? download the files from post #1 and unpack them to the mp3tag folder under data/sources. Restart mp3tag - the files should appear in the menu Tag Sources -------------------- 42 - wie war die Frage / what was the question / comment était la question
|
|
|
|
Aug 22 2011, 17:20
Post
#7
|
|
![]() Member Group: Full Members Posts: 1572 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
You should change the search string to:
[SearchBy]=$repl(%artist% %album%,&, ) Because everything after a & symbol is ignored in api search and: There are releases without a proper album cover. Instead, the logo of the label is presented. These releases have ref="label" instead of ref="release" at the image url. This leads to a failor of the script. The script jumps to the first recommendation link at the bottom of the page (Users Also Bought) which has ref="release" at the image, writes all data of this image and gets an error when it searches for the track (findline "<track") examples for releases without proper cover image: http://www.beatport.com/release/i-need-u-remixes/14207 http://api.beatport.com/catalog/releases/d...ml&id=14207 http://www.beatport.com/release/depth-buffering/205678 http://api.beatport.com/catalog/releases/d...l&id=205678 I think the easiest solution for the script is to replace findline "width=\"60\" height=\"60\" ref=\"release\"" with findline "width=\"60\" height=\"60\" ref=\"" This post has been edited by pone: Aug 22 2011, 19:26 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th June 2013 - 13:13 |