Search found 406 matches

by markus101
August 20th, 2011, 7:08 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Awesome! Glad its all working, thanks for helping me squash another bugm

-Markus
by markus101
August 20th, 2011, 6:51 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Okay, looks like you're having the exact issue I mentioned, it should be fixed in version 0.2.7.0, which is just uploaded to Google Code.

Code: Select all

http://code.google.com/p/sabscripts/
Please let me know if this fixes it or now.

-Markus
by markus101
August 20th, 2011, 6:26 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

To confirm the entire movie was deleted, including the folder?

Is the folder where SABnzbd downloads the movies to the same as the directory that you set in Movies.exe.config?

I think there may be an issue with that use-case, but I want to ensure this is what you are seeing.

-Markus
by markus101
August 20th, 2011, 12:49 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

You just need to set:

Code: Select all

<add key ="deleteFolder" value="true"/>
In Movies.exe.config to false, it defaults to true.

-Markus
by markus101
August 17th, 2011, 4:34 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Movies 0.2.6 is now uploaded, it should fix the multi-avi issue thoskam mentioned. If you are using it to update XBMC there has been one change in that it does not use the Web Interface, it now uses the Event server (the web server being deprecated), so you need to ensure under network settings you ...
by markus101
August 16th, 2011, 12:10 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

setting DeleteFolder to false should keep the movie in the folder, though it sounds like there could be an issue with this in the code. I believe I fixed this in a new build, that I will need to upload, I'll see what I have and go from there.

-Markus
by markus101
August 15th, 2011, 3:59 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Based on what I see if your config it is doing what it was asked to do. <add key="movieDir" value="D:\downloads\Complete\MOVIES\"/> <add key="hdMovieDir" value="D:\downloads\Complete\MOVIES\"/> <add key="ipodMovieDir" value="D:\downloads\Complet...
by markus101
July 28th, 2011, 8:08 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Awesome, glad to hear it.

-Markus
by markus101
July 28th, 2011, 12:12 am
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

I have a feeling the logging is messed up, something else to look at, but I think the issue at hand is due to how it looks for mencoder, can you try adding your scripts directory to the windows PATH variable and see if that helps, it sounds like it can't find mencoder, possible due to how SABnzbd ru...
by markus101
July 27th, 2011, 11:07 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

To confirm you are able to manually process multi-file releases from the command line?

Is there additional errors that are output? There should be some more info (stack-trace) that would likely be helpful.

-Markus
by markus101
July 13th, 2011, 2:43 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Based on the code, specifically these two lines (when it should keep the folder) string aviMovieDir = _movieDir + "\\" + movieName; movieFilename = aviMovieDir + "\\" + movieName + ".avi"; It does put the file into the folder, but It isn't something that I use and the l...
by markus101
June 10th, 2011, 2:56 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Awesome! Happy to help.

-Markus
by markus101
June 9th, 2011, 11:07 pm
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

Sorry about that, I was incorrect in saying that the config may have been wrong, this was due to myself using a modified version that no longer used the HTTP server, but used the Event Server. I was able to do some testing with the version 2.4 and ran into no issues when XBMC was set to no password....
by markus101
June 9th, 2011, 11:54 am
Forum: Post-Processing Scripts
Topic: [Windows] Post Processing Scripts
Replies: 100
Views: 92751

Re: [Windows] Post Processing Scripts

I believe you are using an older version of the Movies script (The config file looks to be incorrect), the new one no longer uses the HTTP Server (which is being deprecated from XBMC), but uses the EventServer, it looks like you have XBMC on the same machine, so you will need to ensure under XBMC Ne...
by markus101
May 11th, 2011, 12:21 am
Forum: Bug Reports
Topic: SABnzbd not Respecting "Default" Post Processing Task
Replies: 6
Views: 4809

Re: SABnzbd not Respecting "Default" Post Processing Task

Well that would be it. Weird that I haven't come across this before.

Thanks for the help and sorry about the bother.

-Markus