INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: PhDSM on March 21, 2016, 02:37:31 am

Title: Information about web Links management
Post by: PhDSM on March 21, 2016, 02:37:31 am
Hello

I noticed that depending on the type of media, you propose links to web (Amazon Wiki, IMDB...)
Is it posssible to create our own links ?.  I would like to links video to movies database in French like allocine our BDFCI.
Where can I find information on to create such link ?
I noticed there is a menu "manage links" but it doen't tell how to build Link URL and search URL.
Regards

Philippe
Title: Re: Information about web Links management
Post by: mark_h on March 21, 2016, 03:44:22 am
Manage Links->Add

You can use the existing links at templates.  Be aware that you need to escape / in urls, eg, instead of http:// you escape each /, so http:////

It's often useful to Hefixy() your search string as well.

eg the IMDB lookup:

http:////www.imdb.com//find?s=tt&q=Hexify([Search])

Title: Re: Information about web Links management
Post by: blgentry on March 21, 2016, 08:08:03 am
Here's a nice detailed article about Links as well:

http://yabb.jriver.com/interact/index.php?topic=83371.0/

Brian.
Title: Re: Information about web Links management
Post by: PhDSM on March 21, 2016, 10:30:37 am
Thank you very much !