[MM2+3] Search Google, Wikipedia, Last.fm, ...

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Error happened during script execution:
No application is associated with the specified file for this operation.
This might help:
http://www.mediamonkey.com/forum/viewto ... 4837#34837

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
baker

Post by baker »

Hey, would it be possible to get this script to find an album based on the artist and title? I'm no programmer but if it could simply query the title, sort the result by year and then retrieve the first album released from the song's artist, that would be great.

Thx and nice work on these sripts,
Baker
Sammy20
Posts: 110
Joined: Thu Feb 17, 2005 5:42 am

Post by Sammy20 »

The last.fm search in this script isn't working anymore.

Does anyone know the new code to get it working?

edit: ummm I just looked back in the thread, and didn't notice anyone posting the last.fm search code for this script. I wonder which thread I got it from?
Sammy20
Posts: 110
Joined: Thu Feb 17, 2005 5:42 am

Post by Sammy20 »

bump, can anyone help?
tj_junk
Posts: 71
Joined: Thu Apr 13, 2006 10:10 am

AllMusic query syntax

Post by tj_junk »

I don't know whether this has been posted elsewhere, but it is extremely easy to search AllMusic.com for Artist or Album or Song Title:

ArtistName search:
----------------------------------
"http://www.allmusic.com/cg/amg.dll?p=amg&sql=1:" + Replace(ArtistName, " ", "|")
... example: http://www.allmusic.com/cg/amg.dll?p=am ... das|Priest

AlbumName search:
----------------------------------
"http://www.allmusic.com/cg/amg.dll?p=amg&sql=2:" + Replace(AlbumName, " ", "|")
... example: http://www.allmusic.com/cg/amg.dll?p=am ... tish|Steel

SongTitle search:
----------------------------------
"http://www.allmusic.com/cg/amg.dll?p=amg&sql=3:" + Replace(SongTitle, " ", "|")
... example: http://www.allmusic.com/cg/amg.dll?p=am ... ng|the|Law


NOTE: The "|" is used as a word separator (not "&", not "+" [like Discogs uses], nor any other character).
arcspin
Posts: 48
Joined: Wed Nov 22, 2006 3:12 pm

I'm with you Sammy

Post by arcspin »

I too get the dreaded "404 Page not found" messages when I use the LAST.FM option to search for an artist,

Are there anyone else that have this problem ???


X.mas is around the corner....

//Peter
unnicorn

Tags from other sites

Post by unnicorn »

Steegy wrote:
how difficult would it be to get the album art and other info from them as well
For people who don't know yet:
A solution exists to tag your files from web resources, using "Web Sources Tagger": http://www.mediamonkey.com/forum/viewto ... 1069#41069
For more information (history, possibilities), please take a look in that thread.

It currently works for Amazon (all sites), All Music Guide (AMG), FreeDB, Discogs, Walmart (covers) and DarkTown (covers).
Other scripts already exist but have to be improved (e.g. iTunes (covers), ArtistDirect and MusicBrainz.)

If you want other sites to be supported, please let us know. Or take a look at the above linked forum page to find information on how to create/edit sources scripts yourself (documentation from Mp3Tag).

Cheers
Steegy
Hi Steegy,

Thanks for the above script. It works well for me.

Being an Indian there are many songs that dont exist on these sites. Theres a site called www.raaga.com which has a rich database of Indian songs. Will it be possible or easy to get info from that site. Also how do we know which sites support this functionality of searching and getting tags from them.

Thanks in advance.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Hey Unnicorn

Sorry for the late answer. The reason is that I just saw this message.

As it is now, Raaga can't be used with WebSourcesTagger (or Mp3Tag). That's because WST needs a site that uses Form GET (like http://www.raaga.com/channels/hindi/sea ... ic&match=A).
Raaga only allows Form POST (like http://www.raaga.com/channels/hindi/searchresults.asp with variables sent as parameters).
Except for this, Raaga seems to have the right form to use it with WST.

I'll add Form POST to the todo.

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
unnicorn
Posts: 18
Joined: Fri Mar 09, 2007 12:21 am

Post by unnicorn »

Steegy wrote:Hey Unnicorn

Sorry for the late answer. The reason is that I just saw this message.

As it is now, Raaga can't be used with WebSourcesTagger (or Mp3Tag). That's because WST needs a site that uses Form GET (like http://www.raaga.com/channels/hindi/sea ... ic&match=A).
Raaga only allows Form POST (like http://www.raaga.com/channels/hindi/searchresults.asp with variables sent as parameters).
Except for this, Raaga seems to have the right form to use it with WST.

I'll add Form POST to the todo.

Cheers
Steegy
Ok, understood. Please let me know when its done. I am myself trying my hand on coding so may ping you if I need any help. Thanks!
ripndip
Posts: 38
Joined: Fri Oct 02, 2009 12:54 pm

Web Sources Tagger

Post by ripndip »

Steegy wrote:Hey Unnicorn

Sorry for the late answer. The reason is that I just saw this message.

As it is now, Raaga can't be used with WebSourcesTagger (or Mp3Tag). That's because WST needs a site that uses Form GET (like http://www.raaga.com/channels/hindi/sea ... ic&match=A).
Raaga only allows Form POST (like http://www.raaga.com/channels/hindi/searchresults.asp with variables sent as parameters).
Except for this, Raaga seems to have the right form to use it with WST.

I'll add Form POST to the todo.

Cheers
Steegy

Hi guys, Is your Web Sources Framework still working?
Post Reply