INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: Marcel de Man on May 01, 2013, 01:31:44 pm

Title: MC command to add a playing song to a playlist
Post by: Marcel de Man on May 01, 2013, 01:31:44 pm
Does anyone know if it is possible to use a MC17 command to add a song that is playing now to a certain playlist?

Thanks
Marcel
Title: Re: MC command to add a playing song to a playlist
Post by: BryanC on May 01, 2013, 02:54:46 pm
That's a great idea. I don't think that this function exists yet outside of the MCWS.

Example:

File
      SetInfo
         Set information about a file object.
         Parameters:
            File: The key of the file. (default: -1)
            Field: The field to set. (default: )
            Value: The value to set the field to. (default: )

http://localhost:52199/MCWS/v1/File/SetInfo?File=-1&Field=Playlists&Value=YourPlaylist


I think something like that should work?
Title: Re: MC command to add a playing song to a playlist
Post by: Marcel de Man on May 22, 2013, 11:13:08 am
Ok thanks I will try that