mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-16 16:04:08 +01:00
Updated Custom Post Processing Scripts (markdown)
parent
9df912a2a4
commit
6e34011d1c
@ -58,6 +58,7 @@ Sample script to have Plex scan destination folder only (not the entire library)
|
||||
```
|
||||
# Custom Script path: C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe\PowerShell.exe
|
||||
# Custom Script arguments: -ExecutionPolicy Bypass "C:\Users\Down\Desktop\Server\radarrcustom.ps1"
|
||||
|
||||
Set-ExecutionPolicy Unrestricted
|
||||
$movie_path = $env:radarr_movie_path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user