Search found 127 matches

by NoTolerance
May 29th, 2014, 11:43 am
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

It appears that you're using the same directory for the complete downloads and the destination directory. I'm guessing that this is where the problem is. In sab, you might want to switch your "Completed Download Folder" to something like "F:\sabnzbd\complete" and keep the rest of...
by NoTolerance
May 28th, 2014, 3:24 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Is your F drive a physical hard drive or partition, or is it a mapped network share?
by NoTolerance
May 21st, 2014, 2:50 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Firstly, thank you for all your hard work on creating your script. i primarily wanted to use it to auto join split avi files. i have catagories for various types of files enabled in sab. I have mencoder in my scripts folder and your script did post process and join one split avi movie I downloaded ...
by NoTolerance
May 21st, 2014, 2:47 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

You should have Sab set to +Unpack at the very least for your SD category. I have mine set to +Delete.

Image
by NoTolerance
May 20th, 2014, 6:26 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

gogsysul wrote:will this work on a synology nas m8?
I'm not sure. Doesn't the Synology require some sort of notification?

Try it and report back. If it doesn't work and it's not crazy difficult to do, I could add support for that.
by NoTolerance
May 17th, 2014, 8:45 am
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

The issue with that one was the actual release name. Notice that there are no spaces, periods or underscores to separate words? That's why it didn't rename the file properly.

I think it may have got hung up on the brackets, too.
by NoTolerance
May 7th, 2014, 4:07 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

We resolved the above issue through email.
by NoTolerance
February 20th, 2014, 11:17 am
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Try removing the quotes and see if that works:

@echo off
move /Y %2\* E:\Movies\
rmdir /S /Q %2
exit
by NoTolerance
February 20th, 2014, 10:31 am
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Can you copy/paste your kpoman.bat file for me so I can see it?
by NoTolerance
February 19th, 2014, 10:42 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

You're still missing the .bat extension on the end.
by NoTolerance
February 19th, 2014, 7:05 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Name the file kpoman.bat instead.

And set PassArgs = 1
by NoTolerance
February 19th, 2014, 1:50 pm
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

I don't think I want to do this. It would require some pretty hefty rewrites and sort of defeats the purpose of the script, which is to rename and organize your downloads. However, a couple releases back I added the option of calling an external application that can run after the script processes. Y...
by NoTolerance
January 31st, 2014, 11:23 am
Forum: Post-Processing Scripts
Topic: [Windows] YoVanilla: Movie and Documentary Post-Processing
Replies: 233
Views: 192731

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Hey NoTolerance, great script! Thank you for making life easy! Is there any way to prevent creating the extra folder? For example, I'm just using your script for one folder called "movies" so my category is set to HDCat=movies to match SAB. My movies folder is E:\movies. After running YoV...