This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################## | |
| ### missing-hardlinks v1.0 ### | |
| ### by xzin ### | |
| ############################## | |
| #### Adjust the two variables below as needed #### | |
| # Ignored file extensions | |
| # Case-insensitive list of file extensions that should be skipped | |
| ignored_extensions = ['.srt', '.nfo', '.srr', '.txt', '.png', '.jpg', '.clpi', '.mpls', '.m2ts', '.bdmv'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################### | |
| ### *ARR RESTORE v1.2 ### | |
| ### by xzin ### | |
| ########################### | |
| # About # | |
| # This script automatically restores the original downloaded media files from your Radarr and Sonarr databases | |
| # These files will be named as they were when originally downloaded, before Radarr/Sonarr performed any renaming | |
| # These files will also be hardlinked to your existing media, so you won't incur additional storage space usage |