Search found 18 matches
- December 4th, 2011, 8:50 pm
- Forum: General Help
- Topic: Vista is fine / Windows 7 is not
- Replies: 4
- Views: 2134
Re: Vista is fine / Windows 7 is not
Thanks. I might give that a try some time when I need to rebuild my Media Browser cache. It takes quite some time and since I've got it all finally working now I feel I should leave it as-is. If memory serves it was UAC that was interfering with the mapped drives. I know I'm taking on some risk here...
- December 3rd, 2011, 12:17 pm
- Forum: General Help
- Topic: Odd Error 1073741819
- Replies: 9
- Views: 3535
Re: Odd Error 1073741819
I thought of that too, but these are the same post processing scripts I used before upgrading to the latest sabnzbd. Seems strange that they worked before 100's of times, but now they intermittently don't. It is the intermittent part that really has me confused. Anyway, maybe I'll add some delays in...
- December 3rd, 2011, 10:46 am
- Forum: General Help
- Topic: Odd Error 1073741819
- Replies: 9
- Views: 3535
Re: Odd Error 1073741819
Note the two line items at different times (top and bottom). One worked fine and the other didn't and yet post processing remained the same. The oddest part is this results in the error, but they both seem to be doing what they should be the same (i.e. fine).
[img redacted, see rules]
[img redacted, see rules]
- December 3rd, 2011, 7:02 am
- Forum: General Help
- Topic: Odd Error 1073741819
- Replies: 9
- Views: 3535
Re: Odd Error 1073741819
Sorry, I should have mentioned that. I notice it intermittently in SAB's webgui.
- December 3rd, 2011, 12:54 am
- Forum: General Help
- Topic: Odd Error 1073741819
- Replies: 9
- Views: 3535
Odd Error 1073741819
I'm using sabnzbd with sickbeard and I am seeing an intermittent problem. There are plenty of times where my post processing works fine, but others where in sabnzbd it reflects, "Error-(1073741819)" and then it will state "Checking existing video" and point to a Movie or TV Show ...
- October 28th, 2011, 3:01 pm
- Forum: General Help
- Topic: Vista is fine / Windows 7 is not
- Replies: 4
- Views: 2134
Re: Vista is fine / Windows 7 is not
Thanks, however, I initially chose that when creating the mapped drives.
- October 27th, 2011, 9:13 pm
- Forum: General Help
- Topic: Vista is fine / Windows 7 is not
- Replies: 4
- Views: 2134
Vista is fine / Windows 7 is not
So I elected to rebuild my HTPC and moved from Vista to Win7. I configured everything basically the same way I had before and point all my files to an unRaid server. I've started to notice that some of my post-processing in SAB has failed. Upon looking in the log it appears it couldn't find the dir?...
- October 4th, 2011, 8:17 pm
- Forum: General Help
- Topic: Newbie Windows Post-processing script confusion
- Replies: 11
- Views: 5370
Re: Newbie Windows Post-processing script confusion
It worked! Amazing! Thank you so much for your help. This really helps add a lot of functionality for me.
- October 4th, 2011, 3:01 pm
- Forum: General Help
- Topic: Newbie Windows Post-processing script confusion
- Replies: 11
- Views: 5370
Re: Newbie Windows Post-processing script confusion
Sorry, I'm really ignorant about the details of how all this works. I wasn't aware those were parameters that might need to be added. Let me add "%1 %2 %3 %4 %5 %6 %7 %8 %9" after the "sabToSickBeard.exe" command and see what happens. Thanks for your help with this. I do apprecia...
- October 4th, 2011, 2:34 pm
- Forum: General Help
- Topic: Newbie Windows Post-processing script confusion
- Replies: 11
- Views: 5370
Re: Newbie Windows Post-processing script confusion
Also, in case this helps at all. Below is the CMD file I created for the script that basically contains the two scripts, Sabtosickbeard.exe and YAMJ:
@Echo OFF
C:
CD \Program Files\SickBeard-win32-alpha-build487\Scripts
sabToSickBeard.exe
CD \YamJ
My_YAMJ.cmd
@Echo OFF
C:
CD \Program Files\SickBeard-win32-alpha-build487\Scripts
sabToSickBeard.exe
CD \YamJ
My_YAMJ.cmd
- October 4th, 2011, 2:30 pm
- Forum: General Help
- Topic: Newbie Windows Post-processing script confusion
- Replies: 11
- Views: 5370
Re: Newbie Windows Post-processing script confusion
It didn't work. I did place the Sabtosickbeard.exe first within the script which now contains both scripts. It resulted in, "No folder supplied - is this being called from SABnzbd?" YAMJ ran afterwards just fine. See the truncated script log below: No folder supplied - is this being called...
- October 4th, 2011, 12:21 pm
- Forum: General Help
- Topic: Newbie Windows Post-processing script confusion
- Replies: 11
- Views: 5370
Re: Newbie Windows Post-processing script confusion
Will do. I'll follow-up once I've tried a little testing and pass on the results.
- October 4th, 2011, 12:13 pm
- Forum: General Help
- Topic: Newbie Windows Post-processing script confusion
- Replies: 11
- Views: 5370
Re: Newbie Windows Post-processing script confusion
I thought of that, but my main concern is around the Sabtosickbeard.exe script that people use often in Sabnzbd. I'm fairly certain data is passed between Sabnzbd and Sickbeard during the post-processing so I don't think it would work to simply execute Sabtosickbeard.exe within another script. Pleas...
- October 4th, 2011, 7:57 am
- Forum: Post-Processing Scripts
- Topic: running multiple scripts?
- Replies: 5
- Views: 7541
Re: running multiple scripts?
Yea, I'm running in to this same issue as well. I wish to use the sabtosickbeard.exe script as well as run a YAMJ script in Windows each time SABNZBD downloads something. Is this not possible?
- October 4th, 2011, 7:23 am
- Forum: General Help
- Topic: Newbie Windows Post-processing script confusion
- Replies: 11
- Views: 5370
Re: Newbie Windows Post-processing script confusion
I apologize. I did delete the initial post after posting it here once I saw that the Scripting Forum seemed to center more around posting what others saw as successful scripts. In my case I was trying to understand more around how to accomplish running YAMJ, which I currently have running from Task ...