INTERACT FORUM

More => Old Versions => JRiver Media Center 22 for Windows => Topic started by: ~OHM~ on September 29, 2016, 05:54:15 am

Title: Trying to find out which tracks I have linked together
Post by: ~OHM~ on September 29, 2016, 05:54:15 am
I've done several searches and if the answer is out there then I missed it. Anybody have any ideas on how to view this info....thanks
Title: Re: Trying to find out which tracks I have linked together
Post by: Matt on September 29, 2016, 06:32:28 am
This smartlist should help:
[Media Type]=[Audio] -[Link]=[]

It won't find the last file in the link since that doesn't have the link field set.
Title: Re: Trying to find out which tracks I have linked together
Post by: blgentry on September 29, 2016, 06:37:03 am
I have a view set up to do this.  It finds all links by searching for [Link] not equal to 0 .  Then I expand to full albums, because all of my links are inside of albums, from track to track.  Here's the code for the "include files" in the view:

Code: [Select]
-[Link]=0 ~a ~sort=[Album Artist (auto)],[Album]
Finally, in the view, I have columns for File Key ( filekey() ), and [Link] .  That way, I can read down the Link column and see the entries that have links.  Generally, the link points to the filekey() of the next file in the album.  Comparing the numbers for Link and File Key let's me see that indeed those two items are linked.

See attached screen shot.

Brian.
Title: Re: Trying to find out which tracks I have linked together
Post by: ~OHM~ on September 29, 2016, 08:24:58 am
thanks guys will give it a shot