JBOPS icon indicating copy to clipboard operation
JBOPS copied to clipboard

Just a Bunch Of Plex Scripts

Results 62 JBOPS issues
Sort by recently updated
recently updated
newest added

**Describe the bug** It looks like Chromecast is able to just bypass having the script run as the playing of the video originates from another device and then casts to...

I already submitted a pull request to fix this issue: #396

**Is your feature request an improvement on an existing script? Please link to script.** [hide_episode_spoilers.py](https://raw.githubusercontent.com/blacktwin/JBOPS/master/utility/hide_episode_spoilers.py) **Additional context** Hi, I would appreciate if you could please add `--title "** SPOİLERS **"...

**Is your feature request an improvement on an existing script? Please link to script.** https://github.com/blacktwin/JBOPS/blob/master/utility/merge_multiepisodes.py When you combine multi-episode files together, a lot of times the names are the same...

The script works with just merging and renumbering. But when I add the --composite_thumb option I get this message: usage: merge_multiepisodes.py [-h] --library LIBRARY --show SHOW [--renumber] [--composite_thumb] merge_multiepisodes.py: error:...

### Describe the bug Following condition never evaluates to true it seems. https://github.com/blacktwin/JBOPS/blob/c30850673a62c1dd41fcb10279c2212354055133/utility/sync_watch_status.py#L529-L530 Updating it as follows fixes the issue for me. ```python if server.friendlyName == serverFrom: same_server = True...

Could you write out scripting that can be added to your remove inactive users script that will send an email to someone when they are removed?

**Is your feature request an improvement on an existing script? Please link to script.** https://github.com/blacktwin/JBOPS/blob/master/utility/plex_api_poster_pull.py **Is your feature request related to a problem? Please describe.** Several of the posters stored...

Adds feature request in issue #398 ## Description Previously, when `plex_api_poster_pull.py` pulled posters from Plex metada, it skipped writing any files that had duplicate filenames. Now, when a duplicate filename...