Nov 22 2010, 14:43
Post
#1
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
This script searches for cover art with google images.
It stores only the cover art, no other tags are written. The tags album & artist are used for search input. Feel free to write comments and suggestions for improvement! Script Installation & Usage: 1. Download the script 2. Move the file into this folder: %appdata%\Mp3tag\data\sources (just copy&paste this into windows explorer adress bar) 3. Run the script from Mp3Tag with this button: How to edit the script ot use Google Advanced Image Search: (this is optional, only if you want to limit your search) The scipt searches for all picture, regardless of size and aspect ratio. But you can customize this: 1. open the script with a text editior (e.g. notepad.exe or wordpad.exe). 2. go to the line: [IndexUrl]=http://www.google.com/images?q=%s This is the standard search. By adding certain codes to it, you can make use of Google's Advanced Image Search. 3. Place this after the index url to use advanced search &tbs= 4. Add the following codes separated by comma to limit your search: iar:s _ _ _ quadratic pictures only isz:s _ _ _ small (side length under 400 px) isz:m _ _ _ medium (side length between 400 and 800 px) isz:l _ _ _ large (side length over 800 px) isz:lt,islt:qsvga _ _ _ larger than 400x300 isz:lt,islt:vga _ _ _ larger than 640x480 isz:lt,islt:svga _ _ _ larger than 800x600 isz:lt,islt:xga _ _ _ larger than 1024x768 isz:ex,iszw:500,iszh:500 _ _ _ exact file size (500x500 in this example) ift:jpg _ _ _ .jpg files only ift:png _ _ _ .png files only ift:bmp _ _ _ .bmp files only ift:gif _ _ _ .gif files only ift:svg _ _ _ .svg files only Example: [IndexUrl]=http://www.google.com/images?q=%s&tbs=iar:s,isz:l,ift:jpg gives you only quadratic large jpg files You can also change google.com to google.de or any other country domain ending to get slightly country-specific search results from google. If you want, you can make more verions of the script by giving them different filenames. download: This post has been edited by pone: Aug 12 2012, 21:01
Attached File(s)
|
|
|
|
![]() |
Mar 2 2011, 22:42
Post
#2
|
|
|
Member Group: Members Posts: 4 Joined: 2-March 11 Member No.: 13934 Mp3tag Version: 2.47 |
Hey pone,
I got a problem with this source. A made 2 screens to describe my problem: ![]() ![]() In the first screen i searched for a cover for this title in firefox. In the second screen i did the same in mp3tag. But the results of the search were different. Why? With this problem, its harder for me to find the right cover. (in firefox i found the right cover, but not in mp3tag) Any suggestions to solve this problem? EDIT: I got an idea for tagging the mp3s with covers automatically. The script can search in google images with the tag %artist% - %title% and it can write the first picture into the tag or let the user select the right cover. It would be also great, if you can select a minium size for the cover. 700x700 pixels looks better than 100x100 You can use the extended google images search for the size. Example: ![]() Size: bigger than 400x300 Typ: quadratically Here The URL for this search with the search parameters if it helps: http://www.google.de/images?as_q=Nadia+Ali...art=0&uss=1 This post has been edited by laurin148: Mar 2 2011, 23:07 |
|
|
|
Mar 3 2011, 02:31
Post
#3
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
The problem of your search was the & character. It cuts everything what comes afterward. I fixed that and added a couple of other replacements of certain characters.
i also thought about limiting the search to certain sizes and aspect ratios. but that will also limit search matches for cover pictures for albums which have not hundreds of pictures in the web. and for more mainstream albums, the first search matches are nearly always good pictures between 300x300 and 700x700. script updated to v1.3 (over 600 downloads of the last version, wow) |
|
|
|
Mar 3 2011, 14:32
Post
#4
|
|
|
Member Group: Members Posts: 4 Joined: 2-March 11 Member No.: 13934 Mp3tag Version: 2.47 |
The problem of your search was the & character. It cuts everything what comes afterward. I fixed that and added a couple of other replacements of certain characters. i also thought about limiting the search to certain sizes and aspect ratios. but that will also limit search matches for cover pictures for albums which have not hundreds of pictures in the web. and for more mainstream albums, the first search matches are nearly always good pictures between 300x300 and 700x700. script updated to v1.3 (over 600 downloads of the last version, wow) first of all, thanks for updating. But i have one last suggestion: You can search for quadratically pictures like i discribed here: http://h-4.abload.de/img/fail3apes.jpg Then you'll be sure you will find a cover. Its to avoid that you'll find pics which are not the covers, because covers are always quadratically! And it would be great if i can search the other pages of the google results if its possible, because i've had one titel which only got low resolution (80x80 etc) in the first google page, but in the second a found a good resolution (600x600) This post has been edited by laurin148: Mar 3 2011, 14:34 |
|
|
|
Mar 3 2011, 14:41
Post
#5
|
|
![]() Member Group: Full Members Posts: 4129 Joined: 26-May 06 From: Wuppertal, Germany, Planet Earth Member No.: 3194 Mp3tag Version: 2.54 |
... because covers are always quadratically! ... This opinion might not be realistic. DD.20110303.1445.CET -------------------- * Beyond that, don't ask, when you don't know what to do with the answer. *
♥ home is where the heart is ♥ |
|
|
|
Mar 3 2011, 14:48
Post
#6
|
|
|
Member Group: Members Posts: 4 Joined: 2-March 11 Member No.: 13934 Mp3tag Version: 2.47 |
|
|
|
|
Mar 3 2011, 15:04
Post
#7
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
Hmm every cover I've seen until now had resolutions like 300x300, 700x700 etc and so they are quadratically not exactly. many covers, or at least their digital representaions, have aspect ratios like 700x690. i don't know if goolge treats them as quadratic. and of course, there are other formats: - Tapes & DVDs are normally not quadratic - CDs sometimes have a cover which corresponds to the backside of a standard cd case - CDs can also have non standard cases with different aspect ratios - mp3s have no standard aspect, e.g. podcasts have often cover pictures which are not quadratic - for live recordings you will maybe choose a flyer or a poster of the event as cover, which is also rarely quadratic This post has been edited by pone: Mar 3 2011, 15:06 |
|
|
|
pone [WS] Google Images Cover Search Nov 22 2010, 14:43
pone first update (v 1.1)
The "List of search resu... Nov 22 2010, 16:50
pone another update on the first day of the script (v 1... Nov 22 2010, 23:50
muctuy das plugin funktioniert super! leider ist dami... Jan 22 2011, 02:56
pone ZITAT(muctuy @ Jan 22 2011, 02:56) das pl... Jan 22 2011, 16:03
muctuy i mean hundreds of files of different albums
sim... Jan 22 2011, 16:27
pone ZITAT(muctuy @ Jan 22 2011, 16:27) i mean... Jan 22 2011, 16:35
muctuy QUOTE (pone @ Jan 22 2011, 16:35) I know,... Jan 22 2011, 16:59
pone ZITAT(muctuy @ Jan 22 2011, 16:59) hmm.. ... Jan 22 2011, 17:08
pone ZITAT(laurin148 @ Mar 3 2011, 14:32) firs... Mar 3 2011, 16:16
laurin148 QUOTE (pone @ Mar 3 2011, 16:16) Anyway, ... Mar 5 2011, 00:07
songdog QUOTE (pone @ Nov 22 2010, 15:43) This sc... Mar 29 2011, 15:56
pone ZITAT(songdog @ Mar 29 2011, 16:56) When ... Mar 29 2011, 16:02
songdog QUOTE (pone @ Mar 29 2011, 17:02) Script ... Mar 29 2011, 23:20
pone ZITAT(songdog @ Mar 30 2011, 00:20) [Inde... Mar 30 2011, 01:25
songdog QUOTE (pone @ Mar 30 2011, 02:25) &tb... Mar 30 2011, 02:28
pone ZITAT(songdog @ Mar 30 2011, 03:28) The w... Mar 30 2011, 02:29
SaJo Hi
this is also a nice script.
Think you're ... May 19 2011, 21:57
pone ZITAT(SaJo @ May 19 2011, 22:57) Another ... May 20 2011, 12:32
pone Updated to 1.4
Fixed: Script did not work after c... Jul 2 2011, 16:27
pone Update 1.5:
FIXED:
Google introduced a new layout... Dec 9 2011, 16:31
TGK Hi !
Do you plan to do the same plug-in for ... Jan 27 2012, 18:25
pone ZITAT(TGK @ Jan 27 2012, 18:25) Hi ! ... Jan 27 2012, 18:33
Hanstersex 1.5 stop working for me now Apr 25 2012, 16:36
biboun Hi,
1.5 stop working for me too. Apr 25 2012, 17:56
pone updated to 1.6
skript's working again Apr 25 2012, 17:59
Hanstersex thanks for quick update pone!
you only change ... Apr 25 2012, 18:04
pone ZITAT(Hanstersex @ Apr 25 2012, 19:04) th... Apr 25 2012, 18:15
biboun QUOTE (pone @ Apr 25 2012, 19:15) no, tha... Jun 21 2012, 17:31
beardrl QUOTE (biboun @ Jun 21 2012, 09:31) Hi,
... Jun 21 2012, 23:15
pone Update 1.7
Fixed: Script stopped working. adapete... Jun 22 2012, 01:11
Diego Cordobaweb How Can I modify it for advance search in one site... May 1 2012, 17:20
pone ZITAT(Diego Cordobaweb @ May 1 2012, 18:2... May 2 2012, 11:52
biboun Thank you very much for the update Pone May 2 2012, 17:18
Diego Cordobaweb Thank you very much! it is a great work! May 3 2012, 03:08
apollo10 thanks pone,
1.6 works great.
greetz
apollo1... May 18 2012, 17:33
apollo10 google image search 1.7 seems different like befor... Aug 1 2012, 14:25
oshry Hey,
Everything works great but when i'm tryin... Aug 1 2012, 18:40
pone Update coming soon. Aug 2 2012, 16:42
apollo10 schade dass
pone
bisher noch keine zeit hatte. ... Aug 12 2012, 19:01
pone Update 1.8
Fixed: The "description" col... Aug 12 2012, 21:06
apollo10 thanks pone mf for the update
(only one number in... Aug 13 2012, 15:23
XploRR Another faster way of batch downloading album art ... Mar 7 2013, 16:56![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 08:15 |