From b0eb0dc23aedbc423843e1687c2cb9e20cfffcaf Mon Sep 17 00:00:00 2001 From: jobrien2001 Date: Fri, 23 Jun 2017 08:05:22 -0500 Subject: [PATCH] Updated Custom Post Processing Scripts (markdown) --- Custom-Post-Processing-Scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index f8e8e32..aabf2aa 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -55,7 +55,7 @@ The information from Radarr will not be added to $_ENV as one might expect but s Sample script using the Radarr environment variables to create EDL files for all episodes is [here](https://gist.github.com/RedsGT/e1b5f28e7b5b81e1e45378151e73ba5c). Sample script to have Plex scan destination folder only (not the entire library) -`# This script will add the movie to plex and scan the destination folder (it will not scan the entire library) +```# This script will add the movie to plex and scan the destination folder (it will not scan the entire library) # C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe\PowerShell.exe -ExecutionPolicy Bypass "C:\Users\Down\Desktop\Server\radarrcustom.ps1" Set-ExecutionPolicy Unrestricted @@ -74,7 +74,7 @@ $exe = "C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Scanner.exe" &$exe --scan --refresh --section $libraryid --directory $movie_path #set location of log file -write-output $moviefile_path $movie_path | add-content C:\Users\Server\Desktop\radarimport.txt` +write-output $moviefile_path $movie_path | add-content C:\Users\Server\Desktop\radarimport.txt``` #### Reverse Symlinking ####