Search found 10 matches
- February 7th, 2012, 9:30 am
- Forum: Post-Processing Scripts
- Topic: [Windows] [Python] Some help parsing variables into python
- Replies: 1
- Views: 1434
[Windows] [Python] Some help parsing variables into python
Hi, I have a python script I want to run as a post processing script. Is it possible to run it in windows directly form sabnzbd or do I have to go via a .bat file? If its possible to run it directly it would be great becuase then I would have to do anything extra/less when running on unix systems. C...
- January 5th, 2012, 2:19 am
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3184954
Re: MovieGrabber - Completely Automated Movie Downloader
If a movie is in history and has failed for a certain reason is there a way to ignore the fact it failed and send it to sabnzbd. Sometimes I want to watch the movie even if it doesn't meet my config standards. Also is it possible to highlight "skipped movie" in red and "downloading mo...
- December 27th, 2011, 9:58 am
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3184954
Re: MovieGrabber - Completely Automated Movie Downloader
Is there a way to set a category in sabnzbd+ for movies moviegrabber downloads?
Is there any sort of api or any thought of adding one?
Is there any sort of api or any thought of adding one?
- December 22nd, 2011, 5:06 pm
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3184954
Re: MovieGrabber - Completely Automated Movie Downloader
How do I use the download link?
Worked it out.
Worked it out.
- November 6th, 2011, 9:30 am
- Forum: Post-Processing Scripts
- Topic: [BASH] How to create your own postprocessingscript
- Replies: 30
- Views: 87493
Re: [BASH] How to create your own postprocessingscript
Quick question. Do scripts run before or after the file is moved to a folder by category? I know I could just use the final directory of the job and eliminate the need to know this but for interest sake.
Thanks
Thanks
- October 24th, 2011, 12:55 pm
- Forum: Post-Processing Scripts
- Topic: Parse Variables to php and run php script
- Replies: 8
- Views: 4486
Re: Parse Variables to php and run php script
I would like it to run on windows and need a step by step guide on how to do it
- October 24th, 2011, 10:37 am
- Forum: Post-Processing Scripts
- Topic: Parse Variables to php and run php script
- Replies: 8
- Views: 4486
Re: Parse Variables to php and run php script
When a download finished I need complete.php to be run automatically In complete.php I have variables $name $directory $status $category which need to be populated from the information that sabnzbd has. Can this be done via any method. As long as complete.php is run and the variables are made availa...
- October 23rd, 2011, 12:51 am
- Forum: Post-Processing Scripts
- Topic: Parse Variables to php and run php script
- Replies: 8
- Views: 4486
Re: Parse Variables to php and run php script
Not exactly I just want all the information sabnzbd can give me but in a way that php can read it and then for the post processing script the execute the php script. This is what I have. A php file that uploads stuff I download. However for it to be automated I need to know some stuff about each fil...
- October 21st, 2011, 11:32 pm
- Forum: Post-Processing Scripts
- Topic: Parse Variables to php and run php script
- Replies: 8
- Views: 4486
Re: Parse Variables to php and run php script
Server side will do. How would I do this?
Client side would work as I can do that but its more work so server side it will be
Client side would work as I can do that but its more work so server side it will be
- October 21st, 2011, 10:50 am
- Forum: Post-Processing Scripts
- Topic: Parse Variables to php and run php script
- Replies: 8
- Views: 4486
Parse Variables to php and run php script
Is it possible to have sabnzbd+ run a post processing script that parses variables to a php script and runs it? Preferable under windows as well as linux. The reason I ask is I have a fully working php script that does everything I want and I would like to make sabnzbd execute it. Any assistance wou...