1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

reverse symlinking

a10kiloham 2020-04-28 08:18:04 +01:00
parent f8e2d6253f
commit 00c3047f24

@ -93,4 +93,6 @@ Additional command line line arguments that are passed to your script, such as r
#### 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).
#### 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)