INTERACT FORUM

Please login or register.

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

Author Topic: Managed Links  (Read 466 times)

drc

  • World Citizen
  • ***
  • Posts: 115
Managed Links
« on: July 01, 2020, 09:09:50 am »

How to configure managed links to open specific pages. within Media Center field

Within my database i have specific WWW address to go directly to the artist or artist album

2 examples of managed links are:

Discogs
Wikipedia

When i click on the discogs managed link it takes me to the discogs artist web page and then i drill down to the album i want.  However, under the tab section i have the web address located in Media Center

is there a way to have MC point to the address in MC
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1973
Re: Managed Links
« Reply #1 on: July 01, 2020, 10:10:42 am »

Code: [Select]
<Link version="1,2">
<Item Name="Name">Discogs Artist URL</Item>
<Item Name="Action">1</Item>
<Item Name="Base URL">[Discogs Artist URL]</Item>
<Item Name="Search URL"/>
<Item Name="Filter"/>
</Link>

You can copy/paste this in manage links and edit to use your MC field and rename link as you wish
Logged
Pages: [1]   Go Up