On finish script
Posted: November 27th, 2013, 9:40 pm
Hello,
I have Sabnzbd 0.7.16 installed on Windows XP. I have created a script in bat file that acquires subs. Everything is fine when script is associated with category. Every job with given category ends with my script. Now, I don't want to run this script after each job. It would be better to run it once when queue is empty. So, I have chosen my script in "On finish" tab. Unfortunately nothing happens when queue becomes empty ;-(. Is "On finish" OK in this version of sabnzbd or I am doing something wrong? Thanks in advance ;-)
elluce
P.S.
It's not really a script. It is basic Windows batch. Name of the file is subs.cmd and it looks like this:
@echo on
cd "C:\Documents and Settings\elluce\Local Settings\Application Data\Sublight\App>"
c:
SublightCmd.exe batch "d:\grabit\downloads\seriale\\" "*.avi;*.mkv;*.mp4" "en" /recursive:true /smartdownload:true /skipRecentlySearched:false /username:"xxxxx" /password:"xxxxx"
I have Sabnzbd 0.7.16 installed on Windows XP. I have created a script in bat file that acquires subs. Everything is fine when script is associated with category. Every job with given category ends with my script. Now, I don't want to run this script after each job. It would be better to run it once when queue is empty. So, I have chosen my script in "On finish" tab. Unfortunately nothing happens when queue becomes empty ;-(. Is "On finish" OK in this version of sabnzbd or I am doing something wrong? Thanks in advance ;-)
elluce
P.S.
It's not really a script. It is basic Windows batch. Name of the file is subs.cmd and it looks like this:
@echo on
cd "C:\Documents and Settings\elluce\Local Settings\Application Data\Sublight\App>"
c:
SublightCmd.exe batch "d:\grabit\downloads\seriale\\" "*.avi;*.mkv;*.mp4" "en" /recursive:true /smartdownload:true /skipRecentlySearched:false /username:"xxxxx" /password:"xxxxx"




