More > JRiver Media Center 21 for Windows

• MrC's Tip of the Week 2013.36: Links

<< < (7/12) > >>

marko:

--- Quote ---2) If so could you give a bit more detail as to what of the code goes where?  After Manage Link > Add a link, rename the link I am lost..
--- End quote ---
Copy the code from here, then press the "paste from clipboard" button.

What glynor said ;)

glynor:

--- Quote from: marko on May 24, 2015, 04:05:29 pm ---What glynor said ;)

--- End quote ---

mojave:
I found that Tidal (or Wimp) has some high quality cover art (1280x1280). Here is the code for a Google search of Tidal:


--- Code: ---<Link version="1.2">
<Item Name="Name">Tidal Cover Art</Item>
<Item Name="Action">1</Item>
<Item Name="Base URL">https://www.google.com</Item>
<Item Name="Search URL">https:////www.google.com//search?as_st=y&amp;tbm=isch&amp;as_q=Hexify([Album Artist (auto)] [Album])&amp;safe=images&amp;as_sitesearch=wimpmusic.com&amp;e&amp;as_st=y&amp;tbm=isch&amp;tbs=isz:l,imgo:1</Item>
<Item Name="Filter">[Media Type]=[Audio]</Item>
</Link>

--- End code ---

Arindelle:
Just thought I'd add this one .. Musixmatch is a very large lyrics data base and pretty good for more esoteric stuff like old standards and indie artists.


--- Quote ---<Link version="1,2">
<Item Name="Name">Musixmatch</Item>
<Item Name="Action">1</Item>
<Item Name="Base URL">https://www.musixmatch.com/</Item>
<Item Name="Search URL">https:////www.musixmatch.com//search//Replace([name],/ ,+)  Replace([artist],/ ,+)</Item>
<Item Name="Filter">[Media Type]=[Audio]</Item>
</Link>
--- End quote ---

you can of course remove the artist part of the search url if you get better results

glynor:
Adding one for Lyrics.com.  I still like Songmeanings better, though, so if you're just looking for lyrics, head on up to my previous post for Songmeanings.  But, if you want Lyrics.com, I took the time to sort it out.


--- Code: ---<Link version="1.2">
<Item Name="Name">Lyrics.com</Item>
<Item Name="Action">1</Item>
<Item Name="Base URL">http://www.lyrics.com</Item>
<Item Name="Search URL">http:////www.lyrics.com//search.php?keyword=Replace(If(!IsEmpty([Artist],0),[Artist]/ ,)[Name],/ ,+)&amp;what=all&amp;search_btn=Search</Item>
<Item Name="Filter">[Media Type]=[Audio],[Video] [Media Sub Type]=[],[Music],[Music Video]</Item>
</Link>
--- End code ---

I also tweaked the Songmeanings post with slightly improved code, so if you previously made one, you should update it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version