Route requests to differnet root dirs based on rating? #2695
Closed
matthewdavis
started this conversation in
Ideas
Replies: 1 comment
-
|
So I ended up writing a python script that does this. It listens for a webhook request, checks the rating, and "routes" the tv or movie to the proper media root location. Happy to share if anyone else cares or wants this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To start off with, maybe to lay frame my situation, is I find the Restrictions of content at the user level to be a bit too restrictive. In my setup, I have 3 different "groups" of media.
These groups are generally enforced by the media root folder. As there are some "Kids" shows that are PG, and some "everything else" that is R. Right now I manually move requests to the proper group.
What would be useful, at least for my weird use case. Is if I could setup some sort of rule when a request is made that does something liek this.
Request
Is something like this already exposed and I'm not seeing it?
Beta Was this translation helpful? Give feedback.
All reactions