Man I just realized that I posted this one level too high. It wa supposed to go to the "DisCoverArt thread here:
If one the admin's will take pity on me and move it to the correct thread I would be eternally grateful.
Sorry
Hello,
I have a couple of questions. On launching the multiple CMD search windows. Is it possible to configure those windows to run minimized? I am also curious as to how DCA determines which sites to search when using the "all" option? I'd like to create a custom list so I can just use the "all" option when doing a search. Not a huge deal but it would be cool.
Although, as mentioned before, it would be more helpful if it saved the images directly to the mp3 files, so one doesn't have to run both the search via tools and then also the “save cover art” action. Also, (I don't know if possible, but) while the search results appear, it'd be cool if somehow the size/ratio of the picture is displayed in the window next to yes/no/cancel.
Hi, thanks for providing the tool. I have found it to be quite useful.
It's it possible to edit the script to lookup catno or web address tags using the Discogs service?
The reason is that I am looking to download art for a thousand singles recorded from vinyl, and the art is typically not found in the initial 5 hits for artist and title - due to multiple geographic releases.
I just stumbled upon this (seemingly) useful tool, but I can't seem to get it to fetch any image, even when executed manually from a command line for a single file, including what I presume are the working examples in the README.
Any chance Google once again changed their format?
And just to be sure - the tool, when executed from (for example) %programfiles%/mp3tag, will save the images in that same path, correct? Or will it default to %userprofile% or such? I did a hard-drive wide search for artist*.jpg and found nothing, but I figured I'd ask
Is it possible to use operators in part of the command line? Say, if I wanted to search for images with width and height '>1000'. With the small amount of testing I've done, it appears that if you use an operator in place of a number, it ignores the whole argument. Since this is not the correct way to do this, is there a correct way? Or is this just not possible with the current state of the program?
Also, Is there a way to add %album% as a search term? I imagine the search accuracy could be some much more with the addition of that argument.
Edit: I just thought about replacing %title% with %album% so that my command line appears as the following: ""%artist%" "%album%" all 1 1 1200 1200 jpg 20 0"
That seems to work, but I imagine it would be a lot better if a 3rd argument could be derived from mp3tag like this: ""%artist%" "%title%" "%album%" all 1 1 1200 1200 jpg 20 0"
Isn't it that it hardly ever happens that a single title exists without an album name? And that it is usually the album that holds the picture? I would think that the album name is the correct search criterion.
You can modify the "search string" as you like.
You can make it any combination of %artist% and/or %title% and/or %album% or any other value.
Because there is only one search string passed to Google (together with other metavalues about size etc).
As an owner of this topic, I want to update the first post of this topic, but I cannot.
There is no edit button on my own posts.
Any suggestions how I get the edit button back on my posts?
And yes, I am logged in, otherwise I could not post this.
Can the moderator or administrator grant me access to my own posts please.
Unzip DisCoverArt.exe and custommsgbox.dll from DisCoverArt.zip to a permanent directory (f.i. %programfiles%\Mp3tag).
Register custommsgbox.dll (created by westconn1):
open a command prompt (cmd.exe as administrator) and type:
cd %programfiles%\Mp3tag (directory where you unzipped custommsgbox.dll)
regsvr32 custommsgbox.dll (a dialogbox will appear showing successful registration of the dll)
ps. opening a command prompt as administrator is done as follows:
type "cmd" in search, right-click "cmd.exe" or "command prompt" and select "Run as administrator"
Is there a way to make the downloaded jpg have a different file name? I would like to add tag %discnumber% to the front of the file name.
I changed the action to %discnumber% %artist% - %title%.jpg which seems correct when the script searches for the jpg, but the jpg still saves to %artist% - %title%.jpg
Would it be possible for you to add a discogs_releaseid search query to this tool?
My tags all have a discogs_releaseid and I would like to be able to get all coverart for that particular release, rather than a much more broad artist + title search.
DisCoverArt is based on the Google image search api. I doubt that you will find correct coverart using the artist and discogs_releaseid. Could be. You have to try it in Google.
If that works you have to check in MP3Tag if there is a parameter like %discogsid, then you could create an action using that parameter.
Perhaps you stored your discogsid in another id3-variable, then you have to use that below.
fi. for 300x300:
In the menu, select "Tools/Options/Tools" and click on the button "New" (button with yellow star).
Name: "DisCoverArt Discogs 300x300 Artist+Title NoQuotes Manual"
Path: select the path where you unzipped DisCoverArt.exe (f.i. C:\Program Files\Mp3tag) and select DisCoverArt.exe
Parameter: "%artist%" "%%" -discomusic.com 0 1 300 300 jpg 20 0
Do not Select the checkbox "For all selected files" and click "Ok".
Good luck!
ps. you can also first try manually in a command prompt using this syntax: example:
discoverart "" "" all 1 0 300 300 jpg 10 1