Sick-Beard
Sick-Beard copied to clipboard
Post Processing Symlink Functionality
This commit adds symlink as one of the options for Post Process.
With this functionality users torrenting can continue to seed after processing, and without the draw back of keep two separate files on the filesystem (this was the only option with Keep Original Files).
Jeffrey-
Hardlinks was the solution. Using cp -val copies the dir and hardlinks the files. If anybody is interrested we made this solution: https://github.com/AzzABTN/BTN-Sickbeard-Post-Processing
I personally prefer the idea of @thomasdk81. Copy, delete, simlinking download to tvshows. But we have to take care of file system. Most of Unix filesistems are OK. At windows, only ntfs is capable of simlinks. I don't know if ntfs supports hard links.
I will test these changes at my torrent branch.