diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index ae3c1fd..f8e8e32 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 ####