![]() ![]() |
Apr 10 2010, 14:12
Post
#91
|
|
|
Member Group: Full Members Posts: 14 Joined: 2-April 10 Member No.: 12197 Mp3tag Version: 2.49 |
Got it... 'cogs was just going slow.
Ya know, it would be cool if we could get Mp3tag to pull the 'Style' as the 'Genre'... I don't know about y'all, but I use the style AS the genre in my re-tagging. |
|
|
|
Apr 11 2010, 00:41
Post
#92
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
Ya know, it would be cool if we could get Mp3tag to pull the 'Style' as the 'Genre'... I don't know about y'all, but I use the style AS the genre in my re-tagging. Have a look of my modification of this script. I made all Discogs-Styles and Discogs-Genres into the Genre tag. http://forums.mp3tag.de/index.php?showtopic=10431 |
|
|
|
Apr 11 2010, 12:53
Post
#93
|
|
|
Member Group: Full Members Posts: 14 Joined: 2-April 10 Member No.: 12197 Mp3tag Version: 2.49 |
Have a look of my modification of this script. I made all Discogs-Styles and Discogs-Genres into the Genre tag. http://forums.mp3tag.de/index.php?showtopic=10431 perfect!! thx. |
|
|
|
Apr 11 2010, 14:28
Post
#94
|
|
![]() Member Group: Full Members Posts: 70 Joined: 30-November 09 Member No.: 11409 Mp3tag Version: 2.48 |
You can erase lines, but I think there is a better way: Just go to the end of the script and add this for each field that you don't want: set "artist" set "album" ... That sets artist and album tag blank and they don't get tagged. Thank you Dano! But one question more. I added this code in "discogs Search by Album": CODE set "DISCOGS_CATALOG" set "DISCOGS_COUNTRY" set "DISCOGS_CREDITS" set "DISCOGS_NOTES" set "DISCOGS_RELEASE_ID" set "COUNTRY" set "MEDIATYPE" set "PUBLISHER" set "MIXARTIST" set "DISCNUMBER" set "CATALOG NO" set "ALBUM" set "ARTIST" set "BAND" set "YEAR" set "GENRE" set "STYLE" set "TITLE" set "TRACK" set "COVER" In this case, mp3Tag writes the tag to the following fields: title track cover art What could be the cause? with the code I wrote up the program should leave these fields blank. How do I fix this? Thanks Dano! This post has been edited by vvcepheus7: Apr 11 2010, 14:30 |
|
|
|
Apr 11 2010, 14:41
Post
#95
|
|
![]() Moderator Group: Moderators Posts: 5506 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
Try
set "TRACKS" set "coverurl" -------------------- |
|
|
|
Apr 11 2010, 15:00
Post
#96
|
|
![]() Member Group: Full Members Posts: 70 Joined: 30-November 09 Member No.: 11409 Mp3tag Version: 2.48 |
|
|
|
|
Apr 29 2010, 16:15
Post
#97
|
|
|
Member Group: Full Members Posts: 98 Joined: 9-February 10 Member No.: 11832 Mp3tag Version: 2.45b |
I want to change the script to add credits and notes to the credit field and leave the lyrics field with only lyrics.
Before upgrading to the latest mp3tag, I was able to download lyrics in it's own field, and credits and notes went to its individual fields. However, as you may know, after the update no information would show up in the track listing. I'm using the script you provided, but it deletes, understandable, my lyrics and adds the credit info. Being i had collected a lot of lyrics, I would like to keep them and modify your script to add credits and notes to the credit file. Thanks |
|
|
|
Apr 29 2010, 16:28
Post
#98
|
|
![]() Moderator Group: Moderators Posts: 5506 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
My scripts here don't change lyrics tag, you must be using a different script!
-------------------- |
|
|
|
Apr 29 2010, 19:57
Post
#99
|
|
|
Member Group: Full Members Posts: 98 Joined: 9-February 10 Member No.: 11832 Mp3tag Version: 2.45b |
My scripts here don't change lyrics tag, you must be using a different script! Got it... i think I see where i went wrong. The current script I'm using is discogs.pone 2.2...in v2.45b I had another script...everything was working great... but when i upgraded to the current version 2.46a, I could no longer get track listing under artist & albums.. thanks |
|
|
|
Aug 14 2010, 08:30
Post
#100
|
|
|
Member Group: Full Members Posts: 6 Joined: 7-October 06 From: Moscow, Russia Member No.: 3766 Mp3tag Version: 2.36a |
Yet another Discogs update - they added some junk to release_id sell link. This fix works for me:
# Discogs_Release_ID outputto "Discogs_Release_ID" -findline "release_id=" -findinline "release_id=" +findline "link rel=\"canonical\"" +findinline "/release/" saynextnumber |
|
|
|
Aug 14 2010, 18:05
Post
#101
|
|
|
Member Group: Full Members Posts: 14 Joined: 2-April 10 Member No.: 12197 Mp3tag Version: 2.49 |
Didn't work for me... still pulling up blank data.
|
|
|
|
Aug 15 2010, 18:18
Post
#102
|
|
|
Member Group: Full Members Posts: 6 Joined: 7-October 06 From: Moscow, Russia Member No.: 3766 Mp3tag Version: 2.36a |
|
|
|
|
Aug 21 2010, 08:51
Post
#103
|
|
|
Member Group: Members Posts: 3 Joined: 21-August 10 From: MI, USA Member No.: 12798 Mp3tag Version: 2.46a |
I would like to thank everyone who works on these scripts, they are such a huge time-saver. I had modified the discogs_Release_ID script once before to add credits and notes, however with the new change, I'm completely lost.
How can I fix the current "discogs_Release_ID_02" to add the fields "Discogs-Credits" and "Discogs-Notes" to my tags? |
|
|
|
Aug 21 2010, 10:00
Post
#104
|
|
![]() Moderator Group: Moderators Posts: 5506 Joined: 4-September 03 From: Germany Member No.: 201 Mp3tag Version: 2.55a |
The scripts form discogs_extended_02.zip add these tags so just use the id script from there.
-------------------- |
|
|
|
Aug 22 2010, 00:20
Post
#105
|
|
|
Member Group: Full Members Posts: 14 Joined: 2-April 10 Member No.: 12197 Mp3tag Version: 2.49 |
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 21:01 |