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

minor spelling error fix

xivor 2019-10-12 09:08:23 -04:00
parent 579d314b3f
commit 9147be64fc

@ -106,7 +106,7 @@ sleep 20
write-output """$plexscanner"" --analyze-deeply --item $itemid" | add-content $logfile
```
#### Reverse Symlinking ####
When using private trackers, it is imperitive to continue seeding. By using this script `on Download` and `on Upgrade` moves the media to your root movie folder as set in Radarr, and will create a symlink in the original download location so you can continue to seed.
When using private trackers, it is imperative to continue seeding. By using this script `on Download` and `on Upgrade` moves the media to your root movie folder as set in Radarr, and will create a symlink in the original download location so you can continue to seed.
Symlinking is preferable over hardlinking in most cases as the root movie folder can be on a seperate drive or nfs mount, where hardlinks are impossible.