blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.71k stars 304 forks source link

Request: Apply Limits to all users and all libraries in "stream_limiter_ban_email.py" #214

Closed Tangogr closed 4 years ago

Tangogr commented 4 years ago

Is it possible to configure this script to ALL users? And ALL libraries?

Can I use some sort of wildcard?

BAN_LIBRARY = {ALL_USERS: [ALLLIBRARIES]} # {UserID1: [LibraryID1], UserID2: [LibraryID1]}

blacktwin commented 4 years ago

There are plenty examples in the other scripts for doing this. This is a very old script. If I were to touch it I would want to rewrite the entire thing over. If you want to make improvements please do and create a PR.

Tangogr commented 4 years ago

Ok, my python skills are not good enought, but I will try. Thanks!