INTERACT FORUM

More => Old Versions => Media Center 15 (Development Ended) => Topic started by: cncb on May 15, 2010, 11:32:01 am

Title: Get List Of Playlists File Is In via Expression
Post by: cncb on May 15, 2010, 11:32:01 am
Is this possible?  I can't seem to find any fields or functions that will get playlist information for an expression.  Thanks.
Title: Re: Get List Of Playlists File Is In via Expression
Post by: 221bBS on May 15, 2010, 12:59:44 pm
Try

IsEqual([Playlist],XYZ,1)

replace XYZ with the name of the playlist.

This will return all the files in that playlist.
Title: Re: Get List Of Playlists File Is In via Expression
Post by: 221bBS on May 15, 2010, 01:07:57 pm
Also every playlist has an ID number. If you know the ID number you can replace Playlist with playlistid and xyz with the number.

The only way I know how to get the number is by using the search wizard. In rules

Playlists | is any | XYZ

press ok than change it to text (click the down arrow on the left of the search window).
Title: Re: Get List Of Playlists File Is In via Expression
Post by: cncb on May 15, 2010, 04:21:14 pm
Thanks for the replies.  I want to list all the playlists that a photo is in as part of the thumbnail text but it appears that it will not be feasible with an expression (it sounds like I would have to test for every existing playlist and new one that is added).
Title: Re: Get List Of Playlists File Is In via Expression
Post by: 221bBS on May 15, 2010, 06:31:22 pm
Sadly you can't do this yet. I have heard of people asking for this feature.

There is a way to see what files are in what playlists. Go to the Action Window > Tag and scroll all the way down. The last field is called Playlists, it will list all the playlists the selected file is in. You can also click this filed and add the selected file to a playlist that's listed.