already fixed it : http://forums.sabnzbd.org/viewtopic.php?f=2&t=10127
my bad
Search found 13 matches
- February 26th, 2012, 2:44 pm
- Forum: Bug Reports
- Topic: 0.6.15 pre queue script changes result-dir of post processin
- Replies: 2
- Views: 1541
- February 26th, 2012, 2:41 pm
- Forum: General Help
- Topic: pre queue script JAVA problem
- Replies: 16
- Views: 9296
Re: pre queue script JAVA problem
so i figured it out now: when the output of the JAVA program ist directly compared with the String "YES", it works! so using this works: if [ "$(java -jar /boot/sabnzbduserscripts/tvshowcheck.jar '$1' 'get')" = "YES" ]; then ret6="-2" #pause fi using that does...
- February 26th, 2012, 1:50 pm
- Forum: General Help
- Topic: pre queue script JAVA problem
- Replies: 16
- Views: 9296
Re: pre queue script JAVA problem
so i set PATH, but it didn't change anything. In the meanwhile i did a bash alternative for my JAVA program and it is working as desired, but it is annoying that JAVA, which i am much more familiar with, isn't working.
- February 24th, 2012, 4:28 am
- Forum: General Help
- Topic: pre queue script JAVA problem
- Replies: 16
- Views: 9296
Re: pre queue script JAVA problem
i'll try in a few hours.
As sidenote - this is running ona unRaid system - so everything is a little bit "special"
As sidenote - this is running ona unRaid system - so everything is a little bit "special"
- February 24th, 2012, 3:44 am
- Forum: General Help
- Topic: pre queue script JAVA problem
- Replies: 16
- Views: 9296
Re: pre queue script JAVA problem
yes, if i run it manually from the commandline, everything works. If it is started by sabnzbd, it seems to stop outputting at exactly the line the java call is in.
- February 24th, 2012, 2:26 am
- Forum: General Help
- Topic: pre queue script JAVA problem
- Replies: 16
- Views: 9296
Re: pre queue script JAVA problem
it does output everything as defined. Here's the complete script #!/bin/bash # All parameters (except 1) can be empty, meaning a default value. # 1 : Name of the NZB (no path, no ".nzb") # 2 : PP (0, 1, 2 or 3) # 3 : Category # 4 : Script (no path) # 5 : Priority (-100, -1, 0 or 1 meaning ...
- February 23rd, 2012, 6:36 pm
- Forum: General Help
- Topic: pre queue script JAVA problem
- Replies: 16
- Views: 9296
pre queue script JAVA problem
Hi, in my ever working pre que script, i added the following line found=$(java -jar "/boot/sabnzbduserscripts/tvshowcheck.jar" "$1" "get") if i run the script manually, i get the desired output from the java program( found:YES or NO). However if Sabnzbd runs the script,...
- February 21st, 2012, 5:36 pm
- Forum: Bug Reports
- Topic: 0.6.15 pre queue script changes result-dir of post processin
- Replies: 2
- Views: 1541
Re: 0.6.15 pre queue script changes result-dir of post proce
maybe tv sorting is causing this? My TV sorting pattern is: %sn/%sn - [%sx%0e] - %en.%ext 2012-02-21 19:23:42,092::INFO::[postproc:523] Running repair on set Castle.S04E16.Linchpin.720p.WEB-DL.DD5.1.H.264-NFHD ... 2012-02-21 19:23:42,134::INFO::[newsunpack:765] Quick-check for Castle.S04E16.Linchpin...
- February 21st, 2012, 5:28 pm
- Forum: Bug Reports
- Topic: 0.6.15 pre queue script changes result-dir of post processin
- Replies: 2
- Views: 1541
0.6.15 pre queue script changes result-dir of post processin
Hi, when i change line 2 of the output of the pre-queue-script to ... if [ "$3" = "tv" ] then touch tv.txt # clean NZB FILE name so postprocessing has the expected format ret2="${8} - [${9}x${10}] - ${11}" # enable TV-Sorting: --> %sn/%sn - [%sx%0e] - %en.%ext found=$(g...
- October 6th, 2010, 2:58 pm
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770411
Re: myNZB
newzbin custom searches (saved searches) would be coolest feature i can imagine!
- May 16th, 2010, 2:36 pm
- Forum: Feature Requests
- Topic: additional custom (8th) parameter for postprocessing scripts
- Replies: 3
- Views: 2357
Re: additional custom (8th) parameter for postprocessing scripts
wow sounds impressive! But i do not understand how this could influence the postprocessing script. I just see the possibility of specifying script and category as return values, but we have to touch the script, an do not have the possibility to change such easy things on the webInterface, which woul...
- May 16th, 2010, 2:28 pm
- Forum: Feature Requests
- Topic: Category for "none" or "default" category downloads ;)
- Replies: 1
- Views: 1902
Category for "none" or "default" category downloads ;)
I know it sounds silly, but having a clean "complete" folder with Movies, TvShows and Anime folder, and then having a download without category which extracts right into the complete folder is something that really disturbs me. Wouldn't it be better do add a "default" or "no...
- May 16th, 2010, 1:54 pm
- Forum: Feature Requests
- Topic: additional custom (8th) parameter for postprocessing scripts
- Replies: 3
- Views: 2357
additional custom (8th) parameter for postprocessing scripts
Hi, an 8th user defined parameter for postprocessing scripts would be fantastic! That way i could e.g. add the real show name or the name of another script just for some of my accept RSS rules, but not all of them. Event better, a comma-separated list of params, visualized as a textfield in the webI...