Is it possible to get the full metadata from the listings in the API XML output?
I'm writing a program to fetch all the metadata from Plex and run some checks against it for collection management. (i.e. adding all Marvel Studio films to a Marvel collection, but also adding Writing credits to Stan Lee to the same collection).
At present, I have to grab the full movie list from /library/sections/1/all and then get each items metadata page, which takes forever. Is it possible to make Plex display all metadata in the first list?
Ah, that's a good idea. Would certainly be quicker than my current method.
I could use Plex2CSV to make a CSV file of the database and then parse that manually. I don't really want this to be a channel per se, although I might develop it into one at some point. I'll check out your source code anyway and see if I can use your method externally.