-
Save autodl_test.sh as ~/bin/autodl_test.sh https://github.com/dcman/scripts/blob/master/autodl_test.sh
-
Run command: chmod +x ~/bin/autodl_test.sh
-
Set one/all of your autodl-irssi Filters to run ~/bin/autodl_test.sh https://imgur.com/a/drSBCGM
-
Let that run for a while and wait for auto-dl to try to run autodl_test.sh If autodl_test.sh worked right it should have made ~/test.txt Test.txt should look something like this https://github.com/dcman/scripts/blob/master/test.txt
-
If that didn't work you have an issue somewhere in your auto-dl somewhere.
-
Save https://github.com/dcman/scripts/blob/master/downloadTV.sh as ~/bin/downloadTV.sh
-
Run command: chmod +x ~/bin/downloadTV.sh
-
Set your autodl-irssi filter for TV shows to run ~/bin/downloadTV.sh
-
Save https://github.com/dcman/scripts/blob/master/downloadMovie.sh as ~/bin/downloadMovie.sh
-
Run command: chmod +x ~/bin/downloadMovie.sh
-
Set your autodl-irssi filter for movies to run ~/bin/downloadMovie.sh
-
Let that run for a while and wait for auto-dl to try to run downloadMovie.sh and downloadTV.sh If downloadMovie.sh and downloadTV.sh worked right they should have made to log files ~/Movie.log and ~/TV.log
-
Contenets of ~/Movie.log and ~/TV.log should look somethig like https://github.com/dcman/scripts/blob/master/sample.log
-
If ~/Movie.log and ~/TV.log look good and stuff is hitting Radarr/Sonarr then in a few days you might want to edit downloadMovie.sh and downloadTV.sh so they stop updating ~/Movie.log and ~/TV.log open downloadMovie.sh and put a # in front of echo $date $title $downloadUrl $apiKey save and do the same for downloadTV.sh
-
Save https://github.com/dcman/scripts/blob/master/fake_push_radarr.sh as ~/bin/fake_push_radarr.sh
-
Run command: chmod +x ~/bin/fake_push_radarr.sh
Run command: cd ~/bin/
Run command: ./fake_push_radarr.sh
-
Save https://github.com/dcman/scripts/blob/master/fake_push_sonarr.sh as ~/bin/fake_push_sonarr.sh
-
Run command: chmod +x ~/bin/fake_push_sonarr.sh
Run command: cd ~/bin/
Run command: ./fake_push_sonarr.sh
-
Send me the output from thoes.