INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: mjcrhbsh01 on July 09, 2015, 07:32:59 pm
-
I am trying to use the MCWS “SetPlaylist” command to set the playlist on a specific zone. However I don’t know what to put for the Playlist parameter. I tried the playlist name as well as the playlist ID# but both didn’t work. I searched the forums on what a “serialized playlist” means but couldn’t figure it out. Can someone help me on what needs to be put there for the Playlist parameter?
Thanks in advance.
-
Bump.
-
It's a serialized set of files. It's not really for normal people to use.
It's a list that's semi-colon delimited.
You start with a "2" to denote the version.
Then the number of elements. Let's say "1".
The position in the set of files. Let's say "0".
The key of each file. Let's say "34331" for the one file.
All together that's "2;1;0;34331"
Like I said, it's pretty dense.
-
How do I locate the Serial output number of a file? Is there an excel report that can be generated? I thought I say something about getting an XML file somewhere.
-
How do I locate the Serial output number of a file?
You're asking for the File Key. It's available via the filekey() function. You can easily display this in any view by adding an expression column. Give it a title like "fkey". Then the expression is simply: filekey()
If you wanted that as an external file that you could use in Excel or something else, you can do Export Playlist. Just set up a view like I described, showing the files you want. This could be all of them, or just a few or whatever. Highlight the files you want and choose Export Playlist. Then tell it to export a CSV format list. Finally, tell it to use "only visible fields". That way it grabs the expression column you created to show the File Key. Be sure configure the view to show any other columns you want to capture in the output.
The resulting CSV file can be imported into Excel and many other spreadsheets and databases.
Brian.