From c55f0e7e728207c7c87f63ae603f0225c70b542d Mon Sep 17 00:00:00 2001 From: Brett Petch Date: Tue, 1 Feb 2022 14:10:54 -0500 Subject: [PATCH] fix: lint error cleanup --- docs/Plex/Tips/4k-transcoding.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Plex/Tips/4k-transcoding.md b/docs/Plex/Tips/4k-transcoding.md index 2e8e7c43e..99e08d231 100644 --- a/docs/Plex/Tips/4k-transcoding.md +++ b/docs/Plex/Tips/4k-transcoding.md @@ -1,17 +1,20 @@ # JBOPS 4K Transcode Stopping with Tautulli ## Introduction + The bane of Plex admins existence... 4K Transcodes. According to Plex's forum post [*The Rules of 4K*](https://forums.plex.tv/t/info-plex-4k-transcoding-and-you-aka-the-rules-of-4k/378203) the first three rules of collecting 4k content is don’t bother transcoding 4k. This guide will walk you through getting started with Tautulli and JBOPS. By the end of this guide you'll be able to stop all 4K video transcodes on your server. Note that this does require a [Plex Pass](https://www.plex.tv/plex-pass/) to work. ## Getting Started + `git clone https://github.com/blacktwin/JBOPS` into the config dir of your tautulli instance (if dockerized) Install requirements if needed (`pip install -r requirements.txt`) -Go to your tautulli and go to the settings menu. In the sidebar, open “Notification Agents”. Create a new Notification Agent. +Go to your tautulli and go to the settings menu. In the sidebar, open “Notification Agents”. Create a new Notification Agent. ## Configuration Tab + ```plaintext Script Folder: /config/JBOPS Script File: killstream/kill_stream.py @@ -20,6 +23,7 @@ Description (optional): 4K Transcode Stopper ``` ## Triggers + ```plaintext ☑️ Playback Start ☑️ Playback Resume @@ -27,6 +31,7 @@ Description (optional): 4K Transcode Stopper ``` ## Conditions + ```plaintext Condition {1} Video Decision is transcode @@ -39,6 +44,7 @@ Condition Logic ``` ## Arguments + ```plaintext Under each: Playback Start, Playback Resume, Transcode Decision Change