INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Get List Of Playlists File Is In via Expression  (Read 1066 times)

cncb

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2931
Get List Of Playlists File Is In via Expression
« 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.
Logged
-Craig    MO 4Media remote and player:  Android/TV/Auto | iOS | Windows 10/UWP

221bBS

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 703
Re: Get List Of Playlists File Is In via Expression
« Reply #1 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.
Logged

221bBS

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 703
Re: Get List Of Playlists File Is In via Expression
« Reply #2 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).
Logged

cncb

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2931
Re: Get List Of Playlists File Is In via Expression
« Reply #3 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).
Logged
-Craig    MO 4Media remote and player:  Android/TV/Auto | iOS | Windows 10/UWP

221bBS

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 703
Re: Get List Of Playlists File Is In via Expression
« Reply #4 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.
Logged
Pages: [1]   Go Up