I've had two boxes with QBT running on both separated for two categories of TV and movies to extract all files within the folder after the download is completed. Now I am deciding to go with one box and that means I have to write the code from scratch and would need assistance from you guys.
I have Sonarr and Radarr running the symlinks to copy the files from the QBT location to the Plex location.
Code: Select all
unrar x -r /home/user/Filepath/folder/TV/%N/*.rar /home/user/Filepath/folder/TV/%N/
Code: Select all
unrar x -r /home/user/Filepath/folder/Movies/%N/*.rar /home/user/Filepath/folder/Movies/%N/
let me know if I make sense