But in the newest version of the script, there's a little bug. When you try to import from the Discogs-source with 'Release ID' from a track that has an inch-character in the name (for example, when there is a 12" Remix, see http://www.discogs.com/release/212877 ), the closing tag of the TD is imported in the title.
The extended info scripts don't find the Mixartists on discogs pages with this new audio player.
(I've tested only with your &discogs#Release ID &extended.src script file. An example page with this problem is this: http://www.discogs.com/Ada-Adaptations-Mix...release/1784316 )
This is because the command moveline 10 1 leeds to an empty line. moveline 15 1 would point to the right line, but leeds to the wrong line when there is no audio player on the discogs page.
I replaced the moveline with a findline command in my script which is based on yours. That works as far I have tested now.
So at the beginning of both (VA-mode and single artist mode) mixartist sections I replaced this:
In the discogs script-album (& discogs # Search by & Album) would be possible to modify it so that only I cared a single specific tag? the other tags in my original mp3 I do not want to see changed and I just want to update a single tag, not all.
What you would have to erase lines to achieve this effect?
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.
Thank you Dano! But one question more. I added this code in "discogs Search by Album":
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?
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.
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..