Hi, I’m using Plex Exporter in an enhanced version (by myself) to offer my Plex Server metadata to my kids (living apart from myself). By retrieving XML files from the Plex Server, the data is prepared and displayed and also written to a CSV file.
This works quite well for movies, shows, seasons and episodes.
For example the link for a movie XML is http://localhost:32400/library/metadata/86165 (the required token is not displayed here).
I’m wondering if there is a XML-URL for Collections as well? Thanks for any hints.
Thanks for the link. It seem that there is no dedicated Plex API link to get the Collections information. But that’s no problem. The Plex Exporter anyway loops over all movies. And the movie-XML contains the Collection informations for this one movie. So I just have to build required structures by myself.