1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-23 14:09:39 +02:00

Updated Custom Post Processing Scripts (markdown)

jobrien2001 2017-06-23 08:02:48 -05:00
parent f7e4fef1e5
commit b61e61074d

@ -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 ####