mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Custom Post Processing Scripts (markdown)
parent
9df912a2a4
commit
6e34011d1c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue