bstascavage / plexReport

Scripts to generate a weekly email of new additions to Plex
67 stars 17 forks source link

REQUEST - Multiple Library Functionality #7

Open xomnia opened 9 years ago

xomnia commented 9 years ago

I love this script! I am wondering if it's possible to prepend the title of the movie with the library in which it is contained, for example: (Kids) MovieTitle (1943) I have multiple move libraries with differing content and it would be nice for users to be able to see which library any specific new content was added under.

In this same vein, a feature to only email with content from the libraries that user has access to would be very cool (so kids can thier own emails but don't see movies they aren't allowed to watch).

bstascavage commented 9 years ago

The first point is an easy option to set. That will end up being an option you'll need to enable though, and not the default behavior.

I need to do some research into the second point, but I assume you are talking about the new Plex parental control features? If so, I need to see if there is an API that can pull that info for each user, which I can't find after a quick glance.

xomnia commented 9 years ago

Setting it as an option would be perfect!

And not neccesarily the parental control features per se, althought I'm sure that's one way to go about it. As it is now (I do not have parental controls enabled) when you share a server with someone (I think it's under the "friends" section now with plex home) you can select to share "All Libraries" or only specific libraries from that server. My request would be to only show new stuff from the libraries I have checked to that user.

I think this would require generating multiple emails though so might be a bigger addition.