INTERACT FORUM

Networks and Remotes => Media Network => Topic started by: hardolf on June 08, 2020, 06:28:26 am

Title: MCWS feature request - MC item playlists
Post by: hardolf on June 08, 2020, 06:28:26 am
In the LyricsFinder application I have created, using MCWS, I need to show the playlist names for the currently playing MC item.
Since I cannot get this directly via MCWS, I currently do this once at the start of my application:


When an MC item is later played in my application, the application finds the item's playlist names from the dictionary and displays them.

The data gathering process described above is very slow and CPU intensive.
It would be a lot easier, if MCWS had a function to get the playlists directly for a specified MC item, i.e. the reverse function of the existing "/Playlist/Files" function.

In MC this information is already present and can be selected as a column in the views, so hopefully this should be possible.
Do you think that such a new MCWS function could be added in a future MC release?