INTERACT FORUM
More => Old Versions => JRiver Media Center 22 for Windows => Topic started 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
-
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.
-
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:
-[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.
-
thanks guys will give it a shot