INTERACT FORUM

Windows => Plug-in Development => Topic started by: MahlerFreak on February 22, 2024, 05:58:36 pm

Title: GetLinkExpanded
Post by: MahlerFreak on February 22, 2024, 05:58:36 pm
Can someone explain to me what File/GetLinkExpanded does, maybe with a simple example? Can I create custom URL fields that will be automatically loaded by JR? Thanks for any help.
Title: Re: GetLinkExpanded
Post by: JimH on February 22, 2024, 06:18:41 pm
DevZone > MCWS

https://wiki.jriver.com/index.php/Web_Service_Interface

Run MC and use the localhost documentation there.
Title: Re: GetLinkExpanded
Post by: zybex on February 23, 2024, 02:16:45 am
Here's the full documentation:

     GetLinkExpanded
         Gets the files with the links expanded.

Hope that helps  ;D

... from the name, perhaps it returns the filepaths with any soft links expanded, ie, the real path to the files. Only useful in Linux/Mac I guess.
Title: Re: GetLinkExpanded
Post by: Hendrik on February 23, 2024, 05:10:01 am
Its for the track linking feature, so if you ask for one file in a linked track structure, it expands to all linked tracks.
Title: Re: GetLinkExpanded
Post by: MahlerFreak on February 23, 2024, 09:51:55 pm
Thanks @Hendrik. Now I’ll go investigate linked tracks :-)