INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: manage link  (Read 354 times)

subway33

  • Recent member
  • *
  • Posts: 20
manage link
« 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!!
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8952
Re: manage link
« Reply #1 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>

subway33

  • Recent member
  • *
  • Posts: 20
Re: manage link
« Reply #2 on: May 19, 2022, 03:58:16 am »

Brillant @marko! :)
Thank you for your help.
Logged
Pages: [1]   Go Up