INTERACT FORUM

More => Old Versions => JRiver Media Center 29 for Windows => Topic started by: subway33 on May 18, 2022, 01:46:10 pm

Title: manage link
Post by: subway33 on May 18, 2022, 01:46:10 pm
I am hoping someone can help with the proper coding for external search.
I have been trying to get artist search links working to:

https://soundcloud.com/

Not sure what I'm doing wrong but can't get these to work right.

thanks!!
Title: Re: manage link
Post by: marko on May 18, 2022, 10:48:27 pm
In order to help with what might be wrong, we would need to know what you have actually tried.

This is working for me:
Copy the code section below.
In MC, go to "Manage Links", click the "Add" button, then click the "Paste link information from clipboard" button, then click "Ok" and try it out.
Answer your original question by comparing what you were doing with what is working. Good luck.
Code: [Select]
<Link version="1.2">
<Item Name="Name">Artist on Soundcloud</Item>
<Item Name="Action">1</Item>
<Item Name="Base URL">https://soundcloud.com</Item>
<Item Name="Search URL">https:////soundcloud.com//search?q=[artist]</Item>
<Item Name="Filter">mt=[Audio]</Item>
</Link>
Title: Re: manage link
Post by: subway33 on May 19, 2022, 03:58:16 am
Brillant @marko! :)
Thank you for your help.