[WS] Discogs Album search + VA

First of all, thanks for the update!

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.

Hope you can fix this soon, thanks in advance!

Hi Dano

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:

            # Mixartist
            outputto "Mixartist"
        moveline 10 1
        unspace
        if "<tr class=\"track_extra_artists"

with this:

            # Mixartist
            outputto "Mixartist"
        findline "<tr"
        unspace
        if "<tr class=\"track_extra_artists"

So what do we need to edit to get the tack names to appear again?

Thx pone, I've added it to the script.

brandon210: Just downlod the scripts again from the first post.

LaatR: I've fixed that issue.

hmmm.. I just tried the new 'discogs' script, but it's still not workin:

Is there something else I should be doing when I move that new file to the 'sources' folder?

There are probably two "sources" folders on your system and you've picked the wrong one.
Read /t/2748/1
and try again.

Dano a question please!

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?

Thanks and greetings!

I only want import one tag of discogs, not all tags. So, is it posible do it this with script only erase some lines of code? :slight_smile: this is the question

thank u dano!

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.

Success! Oddly, though, it doesn't want to connect for the Artist search, but will for the Release Number search.

Please give the exact script name and what you enter in the search field.

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.

Have a look of my modification of this script. I made all Discogs-Styles and Discogs-Genres into the Genre tag.
/t/9226/1

perfect!! thx. :slight_smile:

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?

Thanks Dano!

Try
set "TRACKS"
set "coverurl"

NOW WORK PERFECT! thank u Dano! :slight_smile:

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

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