![]() ![]() |
Dec 8 2011, 07:54
Post
#1
|
|
|
Member Group: Full Members Posts: 16 Joined: 28-August 11 Member No.: 15146 Mp3tag Version: v2.49 |
When I load a release it reads like this:
with no tag data I tried a number of releases including one I tagged just yesterday. I tried tagging app TagScanner & it loads ok.
|
|
|
|
Dec 8 2011, 12:32
Post
#2
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
what script are you using?
mine http://forums.mp3tag.de/index.php?showtopic=10431 & dano's http://forums.mp3tag.de/index.php?showtopic=2141 are working. |
|
|
|
Dec 8 2011, 13:36
Post
#3
|
|
|
Member Group: Full Members Posts: 16 Joined: 28-August 11 Member No.: 15146 Mp3tag Version: v2.49 |
what script are you using? mine http://forums.mp3tag.de/index.php?showtopic=10431 & dano's http://forums.mp3tag.de/index.php?showtopic=2141 are working. The freak one, yeah I tried one of the others reads kinda different though.
Attached File(s)
|
|
|
|
Dec 8 2011, 14:00
Post
#4
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
The freak one, yeah I tried one of the others reads kinda different though. Where is that from? I can't find it in the forum. I will have a look, if it some simple thing I will fix it. It uses Discogs API 1.0. This will be shut down in a few days anyway. So it has to be adopted to API 2.0 more about that here: http://forums.mp3tag.de/index.php?showtopi...ost&p=58236 |
|
|
|
Dec 8 2011, 14:21
Post
#5
|
|
|
Member Group: Full Members Posts: 16 Joined: 28-August 11 Member No.: 15146 Mp3tag Version: v2.49 |
Where is that from? I can't find it in the forum. I will have a look, if it some simple thing I will fix it. It uses Discogs API 1.0. This will be shut down in a few days anyway. So it has to be adopted to API 2.0 more about that here: http://forums.mp3tag.de/index.php?showtopi...ost&p=58236 I thought it was one of the default scripts that came with the app, I'm not certain at this point, I like that it reads in the main Tag Sources menu rather than a sub its a little quicker to access that way. |
|
|
|
Dec 8 2011, 14:23
Post
#6
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
I've got.
It seems like discogs introduced a new ID for every artist at the API pages. Just had to replace this and it worked again. I also adapted the URL to API 2.0 CHANGE LOG: changed this line: [IndexUrl]=http://www.discogs.com/release/%s?f=xml&api_key=1e48c7f4e4 into this: [IndexUrl]=http://api.discogs.com/release/%s?f=xml and added this line: regexpreplace "<id>\d+?</id>" "" EDIT: It's certainly not one of the default scripts. This post has been edited by dano: Dec 8 2011, 16:11
Attached File(s)
|
|
|
|
Dec 8 2011, 14:43
Post
#7
|
|
|
Member Group: Full Members Posts: 16 Joined: 28-August 11 Member No.: 15146 Mp3tag Version: v2.49 |
I've got. It seems like discogs introduced a new ID for every artist at the API pages. Just had to replace this and it worked again. I also adapted the URL to API 2.0 CHANGE LOG: changed this line: [IndexUrl]=http://www.discogs.com/release/%s?f=xml&api_key=1e48c7f4e4 into this: [IndexUrl]=http://api.discogs.com/release/%s?f=xml and added this line: regexpreplace "<id>\d+?</id>" "" EDIT: It's certainly not one of the default scripts. I receive a bad request error now. |
|
|
|
Dec 8 2011, 15:04
Post
#8
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
I'll be back in two hours.
|
|
|
|
Dec 8 2011, 16:12
Post
#9
|
|
![]() Moderator Group: Moderators Posts: 5506 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
I've fixed the attachment of pone.
It seems # Comments don't work in [IndexUrl] line. -------------------- |
|
|
|
Dec 8 2011, 17:28
Post
#10
|
|
|
Member Group: Full Members Posts: 16 Joined: 28-August 11 Member No.: 15146 Mp3tag Version: v2.49 |
|
|
|
|
Dec 8 2011, 17:57
Post
#11
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
|
|
|
|
Dec 8 2011, 19:21
Post
#12
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
Yeah, but unfortunately that puts A1, A2... after the track title rather than in the track number field like the other script I was using, I was trying to avoid this, as is its quicker to manually edit the Track field from 01/04 to A1 than editing A1 off the end of the title field as I have been doing, thinking it was a problem on Discogs end. no, I wasn't talking about my fix of freak's script, I was talking about this: http://forums.mp3tag.de/index.php?showtopic=10431 there you freely decide what tag field you want for every little bit of information. + you get 15 different ways to search for your release from mp3tag, you don't have to look it up in the browser before to get the release id about freak's script: I noticed that strange behaviour for the TITLE field, but I kept it as you mentioned nothing about it. Here is a quick fix for it: - I removed the tracknumber from the end of the TITLE field - I deleted the VINYL# field - I added a little code at the end which replaces the standard track numbers with the track postions from discogs for all releases with the following media formats at discogs: Vinyl|Cassette|Acetate|Shellac|Microcassette|Lathe Cut
Attached File(s)
|
|
|
|
Dec 8 2011, 19:28
Post
#13
|
|
|
Member Group: Full Members Posts: 16 Joined: 28-August 11 Member No.: 15146 Mp3tag Version: v2.49 |
no, I wasn't talking about my fix of freak's script, I was talking about this: http://forums.mp3tag.de/index.php?showtopic=10431 there you freely decide what tag field you want for every little bit of information. + you get 15 different ways to search for your release from mp3tag, you don't have to look it up in the browser before to get the release id about freak's script: I noticed that strange behaviour for the TITLE field, but I kept it as you mentioned nothing about it. Here is a quick fix for it: - I removed the tracknumber from the end of the TITLE field - I deleted the VINYL# field - I added a little code at the end which replaces the standard track numbers with the track postions from discogs for all releases with the following media formats at discogs: Vinyl|Cassette|Acetate|Shellac|Microcassette|Lathe Cut Thanks, works perfect |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 14:01 |