![]() ![]() |
Aug 9 2012, 18:27
Post
#421
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
any chance of a finished release? i know this is a volunteer project so i'm not demanding a new release or anything. there is a chance, but it's very small. i'm not haveing as much time now as I had the last few years. most probably the script will be as it is as long as it is working |
|
|
|
Aug 11 2012, 07:03
Post
#422
|
|
|
Member Group: Full Members Posts: 10 Joined: 17-October 11 Member No.: 15443 Mp3tag Version: 2.49 |
|
|
|
|
Aug 13 2012, 17:24
Post
#423
|
|
|
Member Group: Members Posts: 2 Joined: 13-August 12 Member No.: 16799 Mp3tag Version: 2.52 |
And I have the same problem.... If I use the standard Discog Action, the Discog info is displayed correctly, and all the relevant tag fields are populated. But, if I use the Pone Mod Action, the Discog info is displayed correctly, but none of the tag fields are populated... Love your script! And would love to get it to work Hm, I don't know where the problem could be. It works for me. Tried also the release from your screenshot.
The list of albums and the actual output is on different servers at discogs. So that would have been possible. Did you change anything in the settings of your script? Can you send me your settings file? So I can have a look at it. Maybe the problem depends on the settings.
Attached File(s)
|
|
|
|
Aug 14 2012, 00:55
Post
#424
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
@crispinr
Is tested your setting file. No problem with that. It produced good src files which worked perfectly. I guess you have have made some mistake in the installation proccess of my script. Repeat step 7 of my instruction in the starting post and make sure that you have highlighted only the setting mp3 in Mp3tag when you run that action group. This post has been edited by pone: Aug 14 2012, 00:56 |
|
|
|
Aug 14 2012, 12:05
Post
#425
|
|
|
Member Group: Members Posts: 2 Joined: 13-August 12 Member No.: 16799 Mp3tag Version: 2.52 |
Thank you for your quick response! Yes, I misunderstood the instruction at step 7.
This is the extra step for what is needed, in case others have the same issue (I'm sure experienced users understand this - but maybe for new users like me ) 3. Move the Discogs Pone 4 Web Script Settings.mp3 file into the Mp3Tag profile folder. > Run the Mp3tag application. > Change the directory (CTRL+Q) to the Mp3tag profile directory (eg C:\Users\[profile name]\AppData\Roaming\Mp3tag) > Click on [Discogs Pone 4 Web Script Settings.mp3] 4. This will load the Discogs Pone Web Script Settings.mp3 into Mp3tag. 5. ▼ Run this action group: Discogs Pone>Update Settings Mp3 File. 6. Open the Extended Tags Window and edit the tag-field values of Discogs Pone 4 Web Script Settings.mp3 to customize the script. 7. ▼ Run this action group: Discogs Pone>Create Scripts . 8. Change the directory to your music folder to operate the script on your tracks. @crispinr
Is tested your setting file. No problem with that. It produced good src files which worked perfectly. I guess you have have made some mistake in the installation proccess of my script. Repeat step 7 of my instruction in the starting post and make sure that you have highlighted only the setting mp3 in Mp3tag when you run that action group. This post has been edited by crispinr: Aug 14 2012, 12:06 |
|
|
|
Aug 17 2012, 21:12
Post
#426
|
|
|
Member Group: Full Members Posts: 8 Joined: 15-February 10 Member No.: 11874 Mp3tag Version: 2.45b |
Thanks you very much for your hard work pone. Could you show me again how to just have the first discogs cat# instead of all of them? You did show me before, but I am unsure how to change the current script.
i.e. (Discogs Cat#1) (album) track# - Artist - Track.mp3 not (Discogs Cat#1\Discogs Cat#2) (album) track# - Artist - Track.mp3 which is the default setting As you can see, currently the divider used is "\" which creates another folder for each aditional catalog# Many Thanks This post has been edited by Rhoobarb2005: Aug 17 2012, 21:14 |
|
|
|
Aug 21 2012, 01:41
Post
#427
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
Thanks you very much for your hard work pone. Could you show me again how to just have the first discogs cat# instead of all of them? You did show me before, but I am unsure how to change the current script. i.e. (Discogs Cat#1) (album) track# - Artist - Track.mp3 not (Discogs Cat#1\Discogs Cat#2) (album) track# - Artist - Track.mp3 which is the default setting As you can see, currently the divider used is "\" which creates another folder for each aditional catalog# Many Thanks I'm not sure what you mean. Do you want the first cat# only for the filename or for the id tag? |
|
|
|
Sep 16 2012, 17:23
Post
#428
|
|
|
Member Group: Full Members Posts: 64 Joined: 8-November 10 From: UK Member No.: 13190 Mp3tag Version: 2.48 |
Hi pone. I'm still using the modified version you made for me a while ago to retrieve year only (it also automatically selects the earliest year), but something has broken and it no longer works. I know this is extra work for you, but I'd be really grateful if you could take a look.
Script 1 [Name]=Discogs album year only without control [AlbumUrl]=http://www.discogs.com/advanced_search?artist=%s&range=after&year1=1800&btn=Search+Releases&sort=year%2Casc [WordSeperator]=+ [SearchBy]=$regexp(%artist%,^The (.*),$1)&release_title=%album% [ParserScriptAlbum]=... outputto "YEAR" joinuntil "<div id=\"footer_border\">" regexpreplace ".+?div class=\"search_release_stats\">\s*(\d\d\d\d)\s*<span.+" "$1" sayrest Script 2 [Name]=Discogs track year only without control [AlbumUrl]=http://www.discogs.com/advanced_search?artist=%s&range=after&year1=1800&btn=Search+Releases&sort=year%2Casc [WordSeperator]=+ [SearchBy]=$regexp(%artist%,^The (.*),$1)&track=%title% [ParserScriptAlbum]=... outputto "YEAR" joinuntil "<div id=\"footer_border\">" regexpreplace ".+?div class=\"search_release_stats\">\s*(\d\d\d\d)\s*<span.+" "$1" sayrest |
|
|
|
Sep 16 2012, 17:27
Post
#429
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
you will have to wait a little bit, but I will have a look
|
|
|
|
Sep 16 2012, 17:38
Post
#430
|
|
|
Member Group: Full Members Posts: 64 Joined: 8-November 10 From: UK Member No.: 13190 Mp3tag Version: 2.48 |
Thank you very much, I don't mind waiting.
|
|
|
|
Sep 17 2012, 10:32
Post
#431
|
|
|
Member Group: Full Members Posts: 10 Joined: 17-September 12 Member No.: 16930 Mp3tag Version: 2.52 |
Guys, please tell me, i can write with this script info in title from featuring string of discogs?
example: name of track ft. guest 1, guest 2 & guest 3 Thnx. |
|
|
|
Sep 18 2012, 20:00
Post
#432
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
Guys, please tell me, i can write with this script info in title from featuring string of discogs? example: name of track ft. guest 1, guest 2 & guest 3 Thnx. The script writes those names into the MIXARTIST field together with other track credits. You can configurate it to write only the featuring names into an extra field. But not into the TITLE field, that doesn't work. (At least I think so, you can try it). If it doesn't work, I would recommend to write them into an extra field and move them into the TITLE field via a format value action after using the script. For more help, please give me a example URL of a discogs page with those featuring credits. |
|
|
|
Sep 19 2012, 10:44
Post
#433
|
|
|
Member Group: Full Members Posts: 10 Joined: 17-October 11 Member No.: 15443 Mp3tag Version: 2.49 |
I cannot quite figure out how to modify the Discogs Pone 4 Web Script Settings such that track numbers are written as they were in version 3.
Specifically, current behavior is that for vinyl releases, tracks include the side. (E.g., track numbers may be A1, A2, B1, B2.) Instead, I would like the track numbers to be purely numeric, that is, 1, 2, 3, 4, ... Any way to adapt the settings? (Again, I looked at the script but couldn't figure it out myself.) Thanks in advance! This post has been edited by dumdidum: Sep 19 2012, 11:07 |
|
|
|
Sep 22 2012, 11:55
Post
#434
|
|
|
Member Group: Full Members Posts: 10 Joined: 17-October 11 Member No.: 15443 Mp3tag Version: 2.49 |
anyone?
|
|
|
|
Sep 22 2012, 12:37
Post
#435
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
I cannot quite figure out how to modify the Discogs Pone 4 Web Script Settings such that track numbers are written as they were in version 3. Specifically, current behavior is that for vinyl releases, tracks include the side. (E.g., track numbers may be A1, A2, B1, B2.) Instead, I would like the track numbers to be purely numeric, that is, 1, 2, 3, 4, ... Any way to adapt the settings? (Again, I looked at the script but couldn't figure it out myself.) Thanks in advance! Have you succesfully changed anything in the script so far? The instructions are given in the starting post of the topic (step 6). And: "To change the options of the script at any time, reapeat steps 6 & 7." For the tracknumbers: - open the settings file - go to "TRACK & DISCNUMBER" - answer the option there with yes/no according to you liking. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 17:21 |