mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
reverse symlinking
parent
f8e2d6253f
commit
00c3047f24
1 changed files with 3 additions and 1 deletions
|
@ -93,4 +93,6 @@ Additional command line line arguments that are passed to your script, such as r
|
||||||
#### PHP ####
|
#### PHP ####
|
||||||
The information from Sonarr will not be added to $_ENV as one might expect but should be included in the [$_SERVER variable](https://secure.php.net/manual/en/reserved.variables.server.php). A sample script to use this information to convert a file can be found [here](https://gist.github.com/karbowiak/7fb38d346e368edc9d1a).
|
The information from Sonarr will not be added to $_ENV as one might expect but should be included in the [$_SERVER variable](https://secure.php.net/manual/en/reserved.variables.server.php). A sample script to use this information to convert a file can be found [here](https://gist.github.com/karbowiak/7fb38d346e368edc9d1a).
|
||||||
#### PowerShell ####
|
#### PowerShell ####
|
||||||
Sample script using the Sonarr environment variables to create EDL files for all episodes is [here](https://gist.github.com/RedsGT/e1b5f28e7b5b81e1e45378151e73ba5c).
|
Sample script using the Sonarr environment variables to create EDL files for all episodes is [here](https://gist.github.com/RedsGT/e1b5f28e7b5b81e1e45378151e73ba5c).
|
||||||
|
#### Reverse Symlinking ####
|
||||||
|
For those moving from Medusa [this seems to work well] (https://github.com/Sonarr/Sonarr/wiki/Reverse-symlink-script-for-Connect)
|
Loading…
Reference in a new issue