chadwpalm / Lumunarr

Connector application for using Plex Webhooks with Philips Hue Bridges.
GNU General Public License v3.0
52 stars 0 forks source link

Feature request: add posibility to enable lumunarr only for specific library instead of media type #25

Open Raiiyzen opened 7 months ago

Raiiyzen commented 7 months ago

Actually whe only have the possibility to enable lumunarr for media types (Movies, TV Shows, trailer / pre roll). It would be nice if we can enable lumunarr scenes with specific library instead of media types.

For example in my purpose, i would like to enable this only for my 4K movie library, because i've only enabled credit detections for that specific library.

chadwpalm commented 7 months ago

Given that movie libraries can only be of one type anyway, it really does make more sense that instead of choosing the media type you would choose the library instead, and also keep the All option there.

Up until know I've limited all Plex API calls to the user's Plex.tv account, because that's all I had ever needed. No API calls directly to the PMS are done, so there currently isn't a way to grab the list of libraries. This will need to change.

It would add a dimension to Lumunarr which I should have done from the beginning and that is being able to choose which Plex Server you want to connect Lumunarr to because your account could technically be connected to more than one server. It also would allow external IP access if Lumunarr was running from a different location than the PMS.

I'm currently working on Hue Cloud API integration, but this could be something I can also work on in parallel for a massive 1.5.0 release.